瀏覽代碼

Replaces the Android package name to match the namespace.

Steve Kellock 9 年之前
父節點
當前提交
a9cc2104d9
共有 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
-