Name Last Update
..
android Loading commit data...
assets Loading commit data...
ios Loading commit data...
.buckconfig Loading commit data...
.flowconfig Loading commit data...
.npmignore Loading commit data...
.watchmanconfig Loading commit data...
Example.js Loading commit data...
QRCodeScanner.js Loading commit data...
README.md Loading commit data...
index.android.js Loading commit data...
index.ios.js Loading commit data...
package.json Loading commit data...

Run example

From project root run through cli:

  • cd Example/
  • npm install

For Android:

  • adb reverse tcp:8081 tcp:8081 or in Dev Settings input COMPUTER_IP:8081 for debug server
  • react-native run-android

For iOS build:

  • Open Example.xcodeproj with XCode
  • Change IP for jsCodeLocation in AppDelegate.m file
  • Run from XCode