1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-09 01:25:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

remove import React from 'react-native';

This commit is contained in:
DengYun
2016-07-29 19:12:31 +08:00
committed by GitHub
parent 51e14cb3fd
commit e9d301b04d

View File

@@ -5,7 +5,7 @@
检查更新时必须提供你的`appKey`,这个值保存在`update.json`中,并且根据平台不同而不同。你可以用如下的代码获取: 检查更新时必须提供你的`appKey`,这个值保存在`update.json`中,并且根据平台不同而不同。你可以用如下的代码获取:
```javascript ```javascript
import React, { import {
Platform, Platform,
} from 'react-native'; } from 'react-native';