Explorar el Código

Merge pull request #2 from skellock/fix-manifest

Replaces the Android package name to match the namespace.
Gaëtan Renaudeau hace 8 años
padre
commit
04b319a502
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Ver fichero

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