markdown 我的React Native开发环境

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 我的React Native开发环境相关的知识,希望对你有一定的参考价值。

### 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.

以上是关于markdown 我的React Native开发环境的主要内容,如果未能解决你的问题,请参考以下文章