Updates the RN version to 0.59

This commit is contained in:
Sofiya Tepikin
2019-11-08 20:00:05 +01:00
parent 3dd235f8d9
commit 23ba5115d2
9 changed files with 6706 additions and 858 deletions
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<application tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" android:networkSecurityConfig="@xml/react_native_config" />
</manifest>