seantempesta / cljs-react-navigation

CLJS wrappers for react-navigation
MIT License
67 stars 23 forks source link

Keep navigation scene on fighweel reload #1

Closed gphilipp closed 7 years ago

gphilipp commented 7 years ago

I made sure to have the latest commits, switched to the uiexplorer folder, then I run re-natal use-figwheel && lein figwheel ios in one terminal and react-native run-ios in another. I wait for the application to appear then go to the search bar, click a few times on search. Then I change in the uiexplorer.routing ns the “Modal Me!” button title to something else, and then the app re-renders but always displays the login scene and that’s it.