Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9c2f6cf900
@ -57,8 +57,11 @@ downloadUpdate的返回值是一个hash字符串,它是当前版本的唯一
|
||||
|
||||
```javascript
|
||||
import React, {
|
||||
AppRegistry,
|
||||
Component,
|
||||
} from 'react';
|
||||
|
||||
import {
|
||||
AppRegistry,
|
||||
StyleSheet,
|
||||
Platform,
|
||||
Text,
|
||||
|
@ -10,7 +10,7 @@
|
||||
首先参考[文档-在设备上运行](http://reactnative.cn/docs/running-on-device-ios.html#content),
|
||||
确定你正在使用离线包。然后点击菜单。
|
||||
|
||||
按照正常的发布流程打包`.ipa`文件(Product-Achieve),然后运行如下命令
|
||||
按照正常的发布流程打包`.ipa`文件(Xcode中运行设备选真机或Generic iOS Device,然后菜单中选择Product-Archive),然后运行如下命令
|
||||
|
||||
```bash
|
||||
$ pushy uploadIpa <your-package.ipa>
|
||||
|
Loading…
Reference in New Issue
Block a user