mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-09 01:25:14 +08:00
remove import React from 'react-native';
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
检查更新时必须提供你的`appKey`,这个值保存在`update.json`中,并且根据平台不同而不同。你可以用如下的代码获取:
|
检查更新时必须提供你的`appKey`,这个值保存在`update.json`中,并且根据平台不同而不同。你可以用如下的代码获取:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import React, {
|
import {
|
||||||
Platform,
|
Platform,
|
||||||
} from 'react-native';
|
} from 'react-native';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user