소스 검색

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