zulhfreelancer
5/19/2018 - 9:54 PM

My React Native development environment

My React Native development environment

My environment

React Native starter commands

$ react-native init ReactCalculator --version 0.44.3
$ cd ReactCalculator
$ react-native run-ios --simulator="iPhone 5s"

Note

The 0.44.3 above is the React Native version and NOT the CLI version. Seems like 0.44.3 works fine for me and I can build and run it on Xcode iOS simulator without any issues.