ソースを参照

Merge pull request #2 from skellock/fix-manifest

Replaces the Android package name to match the namespace.
Gaëtan Renaudeau 9 年 前
コミット
04b319a502
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml ファイルの表示

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
-