We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f673889 commit c30ec6fCopy full SHA for c30ec6f
lib/android/build.gradle
@@ -9,6 +9,7 @@ project.ext {
9
}
10
11
android {
12
+ namespace "com.wix.reactnativeuilib"
13
compileSdkVersion project.ext.compileSdkVersion
14
buildToolsVersion project.ext.buildToolsVersion
15
lib/android/src/main/AndroidManifest.xml
@@ -1,5 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest
3
- xmlns:android="http://schemas.android.com/apk/res/android"
4
- package="com.wix.reactnativeuilib">
+ xmlns:android="http://schemas.android.com/apk/res/android">
5
</manifest>
0 commit comments