Looking for a React Native routing solution that doesn't suck? This solution uses om.next and react-native-router-flux.
- Tabs
- Modals
- Action Sheets
- Screen transition animations (or lack thereof)
- Install re-natal
- Clone this repo
git clone https://github.com/seantempesta/om-next-react-native-router-flux.git
- cd into the directory
cd om-next-react-native-router-flux
- Install npm packages
$ npm install
- Set up figwheel for development
re-natal use-figwheel
- Run react's package manager and start up figwheel in two separate terminals
$ react-native run-ios
$ lein figwheel ios
MIT
Free Software, Hell Yeah!