### My environment
- [OSX 10.12.6 (Sierra)](https://itunes.apple.com/us/app/macos-sierra/id1127487414?ls=1&mt=12)
- [Xcode 9.2](https://developer.apple.com/download/more/)
- [react-native-cli 2.0.1](https://www.npmjs.com/package/react-native-cli/v/2.0.1)
- [watchman 4.9.0](https://github.com/facebook/watchman/releases/tag/v4.9.0)
### 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.