-3

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?

4

1 Answer 1

1

You need to follow these complete steps https://facebook.github.io/react-native/docs/getting-started.html

The process for making signed APK for android and build for ios is same as we always done for native development.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.