From e9d301b04d049ae4107c9865729ca280b404c153 Mon Sep 17 00:00:00 2001 From: DengYun Date: Fri, 29 Jul 2016 19:12:31 +0800 Subject: [PATCH] remove import React from 'react-native'; --- docs/guide2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide2.md b/docs/guide2.md index 7e5ea6d..9a6a2f9 100644 --- a/docs/guide2.md +++ b/docs/guide2.md @@ -5,7 +5,7 @@ 检查更新时必须提供你的`appKey`,这个值保存在`update.json`中,并且根据平台不同而不同。你可以用如下的代码获取: ```javascript -import React, { +import { Platform, } from 'react-native';