Преглед изворни кода

Replaces the Android package name to match the namespace.

Steve Kellock пре 8 година
родитељ
комит
a9cc2104d9
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Прегледај датотеку

@@ -1,6 +1,5 @@
1 1
 
2 2
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
-          package="com.reactlibrary">
3
+          package="fr.greweb.reactnativeviewshot">
4 4
 
5 5
 </manifest>
6
-