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.
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 andreact-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 theuiexplorer.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.