Sfoglia il codice sorgente

Replaces the Android package name to match the namespace.

Steve Kellock 8 anni fa
parent
commit
a9cc2104d9
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Vedi File

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