1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Merge remote-tracking branch 'origin/master'

This commit is contained in:
tdzl2003 2016-05-11 10:49:12 +08:00
commit 9c2f6cf900
2 changed files with 5 additions and 2 deletions

View File

@ -57,8 +57,11 @@ downloadUpdate的返回值是一个hash字符串它是当前版本的唯一
```javascript
import React, {
AppRegistry,
Component,
} from 'react';
import {
AppRegistry,
StyleSheet,
Platform,
Text,

View File

@ -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>