Run the same code on the web, iOS, and Android!
npm install
# Native:
npm install -g react-native-cli
react-native run-ios
react-native run-android
# Web:
npm install -g webpack
npm run build
npm start
# http://localhost:9000/
The main reason for the fork is to switch to commonJS dependencies for the benefit of Webpack support.
To build:
cd react-navigation
npm run build
Ideas for improvement are welcomed!
This was created as a demo for React-Europe 2016.
PRs are welcomed, and issues can be used for discussion, but there is no long-term maintenance plan.