Monday, December 10, 2018

How to create React Native Application -

React Native Application

 In this blog am introduce some command for creating react native application.
1. How to create first project-command 
          react-native init ProjectName

2.Start npm-command
           npm start

3.Run Application
           react-native run-android

If you face error Gradle build faild -run command inside Project folder-android folder
          gradlew clean
           


         
          

No comments:

Post a Comment