List Step to Create and start a React Native App?

devquora
devquora

Posted On: Feb 22, 2018

 

Run the following command to Create and start a React Native App.
  • Step 1: npm install -g create-react-native-app // Installs create native app
  • Step 2: create-react-native-app AwesomeProject // Create a project named AwesomeProject
  • Step 3: cd AwesomeProject
  • Step 4: npm start

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    React Native Interview Questions

    Explain What is React Native?

    React Native is a mobile app development platform that allows you to create android and ios apps only using Javascript. Re..

    React Native Interview Questions

    Can we combine native ios or android code in React Native.

    Yes, we can. React Native smoothly combines the components written in Objective-C, Java, or Swift...

    React Native Interview Questions

    Who uses React Native?

    Thousands of apps are created using React Native. Here is the list of some popular companies who are using React Native..