Thursday, December 27, 2018

React-native commands

Create a new project
      react-native init projectname

Start react-native project (you need to cd into the project and then)
      react-native start

Run IOS emulator
      react-native run-ios

No comments:

Post a Comment