Browse Source

remove overriding react-native default manifest file (#330)

Reza Ghorbani 7 years ago
parent
commit
fc1ffa4d77
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml View File

@@ -2,8 +2,7 @@
2 2
     package="com.RNFetchBlob">
3 3
 
4 4
     <application
5
-        android:label="@string/app_name"
6
-        android:supportsRtl="true">
5
+        android:label="@string/app_name">
7 6
 
8 7
     </application>
9 8