ソースを参照

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

Reza Ghorbani 7 年 前
コミット
fc1ffa4d77
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml ファイルの表示

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