Skip to content

Commit d2af2bc

Browse files
committed
1. 升级RN版本到0.59.3
1 parent bfe5696 commit d2af2bc

File tree

4 files changed

+776
-32
lines changed

4 files changed

+776
-32
lines changed

android/app/src/debug/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
66

7-
<application tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
8-
</manifest>
7+
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
8+
</manifest>

android/app/src/debug/res/xml/react_native_config.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"mobx-react": "^5.4.3",
1616
"mobx-react-lite": "^1.1.1",
1717
"react": "16.8.3",
18-
"react-native": "0.59.1",
18+
"react-native": "0.59.3",
1919
"react-native-action-button": "^2.8.5",
2020
"react-native-animatable": "^1.3.1",
2121
"react-native-fast-image": "^5.2.0",
2222
"react-native-gesture-handler": "^1.1.0",
23+
"react-native-git-upgrade": "^0.2.7",
2324
"react-native-image-header-scroll-view": "^0.10.1",
2425
"react-native-image-picker": "^0.28.0",
2526
"react-native-largelist-v3": "^3.0.10",

0 commit comments

Comments
 (0)