0 votes
in ReactJS by
Steps to create a REACT Native app

2 Answers

0 votes
by
Your First App!

Step 1 :Create a HelloWorld project

react-native init HelloWorld

Step 2 : Open the app folder in terminal.

cd HelloWorld

Step 3 : Install npm for package dependency

npm install

Step 4 : Run the App on IOS simulator,

react-native run-ios

Run the App on Android emulator,

react-native run-android
0 votes
by
$ react-native init

Related questions

0 votes
+1 vote
asked Mar 2, 2020 in ReactJS by RShastri
0 votes
asked Dec 18, 2023 in ReactJS by rahuljain1
...