소스 검색

Remove conflicting theme property from Application

Guy Carmeli 8 년 전
부모
커밋
2b1ddaef38
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      android/app/src/main/AndroidManifest.xml

+ 1
- 2
android/app/src/main/AndroidManifest.xml 파일 보기

@@ -1,8 +1,7 @@
1 1
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 2
     package="com.reactnativenavigation">
3 3
 
4
-    <application
5
-        android:theme="@style/Theme.AppCompat.Light.NoActionBar">
4
+    <application>
6 5
         <activity android:name=".controllers.NavigationActivity" />
7 6
         <activity
8 7
             android:name=".controllers.PortraitNavigationActivity"