Pārlūkot izejas kodu

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

Reza Ghorbani 7 gadus atpakaļ
vecāks
revīzija
fc1ffa4d77
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Parādīt failu

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