소스 검색

Replaces the Android package name to match the namespace.

Steve Kellock 8 년 전
부모
커밋
a9cc2104d9
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      android/src/main/AndroidManifest.xml

+ 1
- 2
android/src/main/AndroidManifest.xml 파일 보기

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