Skip to content

Commit

Permalink
Update to react-native 0.59.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Middendorf committed Apr 7, 2019
1 parent 1060264 commit 78f12ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Expand Up @@ -4,5 +4,5 @@

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

<application tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" android:networkSecurityConfig="@xml/react_native_config" />
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
</manifest>
8 changes: 0 additions & 8 deletions android/app/src/debug/res/xml/react_native_config.xml

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.1",
"react-native": "0.59.3",
"react-native-gesture-handler": "^1.0.12",
"react-native-table-component": "^1.2.0"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"ts-jest": "^23.10.5",
"typescript": "^3.3.3333",
"v": "^0.3.0",
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"@babel/core": "^7.4.0",
"@babel/runtime": "^7.4.2",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
Expand Down

0 comments on commit 78f12ce

Please sign in to comment.