Skip to content

Commit

Permalink
Merge pull request #180 from christianchown/master
Browse files Browse the repository at this point in the history
Remove allowBackup & supportsRtl from AndroidManifest
  • Loading branch information
crazycodeboy committed May 21, 2018
2 parents 09407be + 8aa5eb0 commit a5c46f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/src/main/AndroidManifest.xml
Expand Up @@ -2,9 +2,7 @@
package="org.devio.rn.splashscreen">

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
android:label="@string/app_name">

</application>

Expand Down

0 comments on commit a5c46f7

Please sign in to comment.