| .. | ||
| android | ||
| assets | ||
| ios | ||
| .babelrc | ||
| .buckconfig | ||
| .flowconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .watchmanconfig | ||
| Example.js | ||
| index.android.js | ||
| index.ios.js | ||
| package.json | ||
| README.md | ||
| rn-cli.config.js | ||
Run example
From project root run through cli:
cd Example/npm install
For Android:
react-native run-android
For iOS:
react-native run-ios