From 1b53f80dcf8bc51d8264043176f1076171afd628 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Tue, 10 May 2016 23:13:34 +0800 Subject: [PATCH 1/2] Update guide3.md --- docs/guide3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide3.md b/docs/guide3.md index 87e42cc..3b39213 100644 --- a/docs/guide3.md +++ b/docs/guide3.md @@ -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 From 846ae71e70fe99a344454e746660ec839f6a7250 Mon Sep 17 00:00:00 2001 From: walter211 Date: Wed, 11 May 2016 09:52:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?0.25=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.25编译报错 --- docs/guide2.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/guide2.md b/docs/guide2.md index 9af06e0..7e5ea6d 100644 --- a/docs/guide2.md +++ b/docs/guide2.md @@ -57,8 +57,11 @@ downloadUpdate的返回值是一个hash字符串,它是当前版本的唯一 ```javascript import React, { - AppRegistry, Component, +} from 'react'; + +import { + AppRegistry, StyleSheet, Platform, Text,