Sahil Solanki
Sahil Solanki
I want to show a different page on the same route(`/login`) for mobile and desktop based on the userAgent. In my pages folder, I have two different page components `login`...
My routes are like this: ``` // routes.js module.exports = routes() .add("about") .add("city", "city/:city", "city") ``` My server is running on port `5010` and dev server is running on `5000`....
I am trying to setup this project on my mac. I ran these commands. `brew install watchman` `brew install flow` `npm i` `react-native run-ios` In my simulator, I am getting...