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 meteor
meteor npm install
meteor
cd react-native
react-native run-ios
- Make sure the simulator/emulator is already running
cd react-native
- Change
localhost
to your machine's IP address inreact-native/app/config/config.js
react-native run-android
cd react-native
- Connect your device via USB
- Change
localhost
to your machine's IP address inreact-native/app/config/config.js
adb reverse tcp:8081 tcp:8081
react-native run-ios
cd react-native
- Connect your device via USB
- Change
localhost
to your machine's IP address inreact-native/app/config/config.js
adb reverse tcp:8081 tcp:8081
react-native run-android