Kaynağa Gözat

Merge pull request #2 from skellock/fix-manifest

Replaces the Android package name to match the namespace.
Gaëtan Renaudeau 9 yıl önce
ebeveyn
işleme
04b319a502
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml Dosyayı Görüntüle

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
-