Skip to content

Commit 78f12ce

Browse files
author
Philipp Middendorf
committed
Update to react-native 0.59.3
1 parent 1060264 commit 78f12ce

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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" android:networkSecurityConfig="@xml/react_native_config" />
7+
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
88
</manifest>

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

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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"react": "16.8.3",
11-
"react-native": "0.59.1",
11+
"react-native": "0.59.3",
1212
"react-native-gesture-handler": "^1.0.12",
1313
"react-native-table-component": "^1.2.0"
1414
},
@@ -40,8 +40,8 @@
4040
"ts-jest": "^23.10.5",
4141
"typescript": "^3.3.3333",
4242
"v": "^0.3.0",
43-
"@babel/core": "^7.3.4",
44-
"@babel/runtime": "^7.3.4",
43+
"@babel/core": "^7.4.0",
44+
"@babel/runtime": "^7.4.2",
4545
"metro-react-native-babel-preset": "^0.53.1",
4646
"react-test-renderer": "16.8.3"
4747
},

0 commit comments

Comments
 (0)