Tuesday, June 2, 2020

React Native Part 7: React Native CLI

React Native CLI is the preferred way of developing React Native Applications. Android Studio should be configured for working with React Native CLI.





>react-native init

react-native init command is used to create a React Native CLI app.

It creates a project with Android and iOS folders.



>react-native run-android

react-native run command is used to run the project inside Android Emulator. Android Emulator must be configured inside Android Studio for this to work.