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 eb386a0 commit 707c794Copy full SHA for 707c794
2 files changed
packages/jsi/android/build.gradle
@@ -33,7 +33,7 @@ apply plugin: "kotlin-android"
33
apply plugin: "com.facebook.react"
34
35
android {
36
- namespace "com.nativescriptjsi"
+ namespace "org.nativescript.jsi"
37
38
compileSdkVersion getExtOrDefault("compileSdkVersion")
39
packages/jsi/example/app.json
@@ -14,15 +14,15 @@
14
},
15
"ios": {
16
"supportsTablet": true,
17
- "bundleIdentifier": "nativescriptjsi.example"
+ "bundleIdentifier": "org.nativescript.jsi.example"
18
19
"android": {
20
"adaptiveIcon": {
21
"foregroundImage": "./assets/adaptive-icon.png",
22
"backgroundColor": "#ffffff"
23
24
"edgeToEdgeEnabled": true,
25
- "package": "nativescriptjsi.example"
+ "package": "org.nativescript.jsi.example"
26
27
"web": {
28
"favicon": "./assets/favicon.png"
0 commit comments