mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-16 10:02:34 +08:00
解决Android 在RN0.27以上版本报错问题
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 常见问题
|
||||
|
||||
#### 0.27以上版本RN报错问题
|
||||
|
||||
升级到1.1.x即可解决。
|
||||
|
||||
## 高级指南
|
||||
|
||||
#### 过期的版本
|
||||
|
||||
@@ -21,6 +21,14 @@ $ rnpm link react-native-update
|
||||
|
||||
* 注意 *
|
||||
|
||||
如果你的react-native版本小于或等于0.26,第二句请修改为
|
||||
|
||||
```bash
|
||||
$ npm install --save react-native-update@1.0.x
|
||||
```
|
||||
|
||||
* 注意 *
|
||||
|
||||
如果访问极慢或者显示网络失败,请使用淘宝镜像:
|
||||
```bash
|
||||
npm config set registry https://registry.npm.taobao.org --global
|
||||
|
||||
Reference in New Issue
Block a user