Skip to content

Commit a5c46f7

Browse files
authored
Merge pull request #180 from christianchown/master
Remove allowBackup & supportsRtl from AndroidManifest
2 parents 09407be + 8aa5eb0 commit a5c46f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
package="org.devio.rn.splashscreen">
33

44
<application
5-
android:allowBackup="true"
6-
android:label="@string/app_name"
7-
android:supportsRtl="true">
5+
android:label="@string/app_name">
86

97
</application>
108

0 commit comments

Comments
 (0)