Selaa lähdekoodia

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

Reza Ghorbani 7 vuotta sitten
vanhempi
commit
fc1ffa4d77
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Näytä tiedosto

@@ -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