All Projects → react-native-training → Reactxp Starter

react-native-training / Reactxp Starter

Basic Blank ReactXP Project for Development

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Reactxp Starter

Reactnativerubychina
ReactNative iOS APP for RubyChina
Stars: ✭ 637 (+749.33%)
Mutual labels:  reactnative
Instabyte
Clone of Instagram made with React Native
Stars: ✭ 36 (-52%)
Mutual labels:  reactnative
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-32%)
Mutual labels:  reactnative
Usestatewithlayoutanimation
Abstraction for `React Native`'s `LayoutAnimation` and `useState`
Stars: ✭ 19 (-74.67%)
Mutual labels:  reactnative
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (-62.67%)
Mutual labels:  reactnative
Basic Redux React Native Boilerplate
Basic implementation of Redux + React Native
Stars: ✭ 44 (-41.33%)
Mutual labels:  reactnative
Rn Wechat
基于ReactNative的高仿微信客户端,支持Android和iOS。
Stars: ✭ 568 (+657.33%)
Mutual labels:  reactnative
Tus Js Client
A pure JavaScript client for the tus resumable upload protocol
Stars: ✭ 1,151 (+1434.67%)
Mutual labels:  reactnative
Gssoc2021 Hotelontouch
👨‍🔧👨‍🔧Manage your all hotel services at one place - This is the project repository for HotelOnTouch Project and this project is actively looking for new contributors👨‍🔧👩‍🏫
Stars: ✭ 30 (-60%)
Mutual labels:  reactnative
React Native Web Platform
React Native on web
Stars: ✭ 50 (-33.33%)
Mutual labels:  reactnative
Boostnote Mobile
Boostnote for iOS and Android 🚀
Stars: ✭ 844 (+1025.33%)
Mutual labels:  reactnative
Bluewallet
Bitcoin thin client for iOS & Android. Built with React Native
Stars: ✭ 878 (+1070.67%)
Mutual labels:  reactnative
Ecoleta
Projecto construído durante o Next Level Week 1 - Ecoleta by @Rocketseat
Stars: ✭ 46 (-38.67%)
Mutual labels:  reactnative
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+836%)
Mutual labels:  reactnative
React Native Timer Countdown
⏱ A minimal and customizable countdown timer for React Native (iOS and Android)
Stars: ✭ 53 (-29.33%)
Mutual labels:  reactnative
Gittermobile
Unofficial Gitter.im (chat for GitHub) client for iOS and Android. [build with react-native]
Stars: ✭ 569 (+658.67%)
Mutual labels:  reactnative
React Native Heic Converter
Convert your HEIC files with React Native
Stars: ✭ 43 (-42.67%)
Mutual labels:  reactnative
Ejdb
🏂 EJDB 2.0 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image.
Stars: ✭ 1,187 (+1482.67%)
Mutual labels:  reactnative
React Native Spaceviewer
See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.
Stars: ✭ 61 (-18.67%)
Mutual labels:  reactnative
React Native Markdown Package
React native markdown package is a Library for implementing markdown syntax in React Native
Stars: ✭ 50 (-33.33%)
Mutual labels:  reactnative

RXP

This app works on React Native (iOS, Android) and web. Most of the app's code is contained in App.tsx.

The commands in the instructions below assume you are in the root of this repo.

Initial Setup

  • Run npm install. This fetches the dependencies.
  • Open node_modules/reactxp/dist/native-common/App.js and replace RN.AppRegistry.registerComponent('RXApp', with RN.AppRegistry.registerComponent('reactXPTest',

Building for Web

  • Run npm run web-watch. This compiles the TypeScript code and recompiles it whenever any files are changed.
  • Open index.html in your browser to view the result.

Building for React Native

  • Run npm run rn-watch. This compiles the TypeScript code and recompiles it whenever any files are changed.
  • In another command prompt run npm start. This starts the React Native Packager.
  • Use Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].