Change new package location to avoid a Android studio bug
This commit is contained in:
parent
1805209e1c
commit
1e2dd4e61f
|
@ -1,4 +1,4 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.reactnative">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.reactnative.camera">
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.reactnative;
|
||||
package org.reactnative.camera;
|
||||
|
||||
import com.facebook.react.ReactPackage;
|
||||
import com.facebook.react.bridge.JavaScriptModule;
|
Loading…
Reference in New Issue