The complete example app to go along with Learn React Native + Meteor. A detailed overview and getting started guide is available in the course.
- Install Meteor
- Install React Native and its dependencies
cd meteormeteor npm installmeteor
cd react-nativereact-native run-ios
- Make sure the simulator/emulator is already running
cd react-native- Change
localhostto your machine's IP address inreact-native/app/config/config.js react-native run-android
cd react-native- Connect your device via USB
- Change
localhostto your machine's IP address inreact-native/app/config/config.js adb reverse tcp:8081 tcp:8081react-native run-ios
cd react-native- Connect your device via USB
- Change
localhostto your machine's IP address inreact-native/app/config/config.js adb reverse tcp:8081 tcp:8081react-native run-android