0 votes
in ReactJS by
How to Install React Native?

1 Answer

0 votes
by
How to Install React Native?

A couple of things you need to install for setting up the environment. If you want to build an iOS app, you need a Mac OS and to build an android app, you can go for Mac orLinux or Windows OS.

  • Step 1: Install Node

  • Step 2: Install React Native.

    npm install -g react-native-cli
    
  • Step 3For Android App - Install Android Studio and Android SDK For IOS App - Install XCode

Related questions

0 votes
0 votes
asked Mar 4, 2020 in ReactJS by JackTerrance
0 votes
0 votes
asked Mar 1, 2020 in ReactJS by RShastri
0 votes
asked May 20, 2020 in ReactJS by GeorgeBell
...