React Native-Redux Mobile And Web Template (Write once, use everywhere(Web,iOS,Android,..etc)))
This repo contains simple react-native project, implementation of react-native-web and implementation of redux.
$ cd ~/Downloads/_RN_RDX_MBL_WB_TEMPLATE/NativeApp
Open Terminal
and navigate to the NativeApp directory and run the below commands:
$ npm install && react-native run-ios
$ npm install && rnpm link && react-native run-android
For Web (run below commands and visit http://localhost:8080/ )
$ npm install && ./node_modules/.bin/webpack-dev-server