top of page

Creating a new application in React Native

Updated: Jun 23, 2019

Command to create new application in React Native.

Open the terminal and navigate to your desired folder where you want to create the project and type the given command below

react-native init AwesomeProject


Here project name is "AwesomeProject"


Running your React Native application

Run react-native run-ios inside your React Native project folder:

cd AwesomeProject
react-native run-ios

You should see your new app running in the iOS Simulator shortly. like this if your are running basic started project of React Native


If you like Codersarts blog and looking for Assignment help,Project help, Programming tutors help and suggestion you can send mail at contact@codersarts.com.

Please write your suggestion in comment section below if you find anything incorrect in this blog post.


bottom of page