What is the exact process for building a mobile app with react native? (What's the download process, etc. from scratch?).
I saw a few videos and read in a few blogs about react native, but these sources seem to use it in Xcode, or android studio. Is it possible to use the same JS code to deploy the app in both platform? If so, what's the process of doing that?
Also, once I finish making in app, what's the process for getting a signed APK for android, or a build for apple iOS? I know that the language used is Javascript, so would I have to somehow "link" react native to android studio and Xcode, then copy the JS code to develop the iOs/android version of the same app?