瀏覽代碼

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"