chore: upgrade react native (#2018)

This commit is contained in:
Mo
2022-11-16 14:10:50 -06:00
committed by GitHub
parent acf6dcbd9f
commit 7cad119132
171 changed files with 2073 additions and 1276 deletions

View File

@@ -7,6 +7,6 @@
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning">
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false" />
</application>
</manifest>