Skip to content

Commit 7177787

Browse files
chore: changed expo sample id
1 parent 6ae21eb commit 7177787

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.tool-versions

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/native/app.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"expo": {
33
"name": "native",
4-
"slug": "appkit-expo-sample",
4+
"slug": "appkit",
55
"version": "1.0.0",
66
"orientation": "default",
77
"icon": "./assets/icon.png",
@@ -19,9 +19,13 @@
1919
"runtimeVersion": {
2020
"policy": "appVersion"
2121
},
22-
"owner": "nacho.walletconnect",
23-
"assetBundlePatterns": ["**/*"],
24-
"plugins": ["./expo-plugins/installed-wallets.js"],
22+
"owner": "nacho.reown",
23+
"assetBundlePatterns": [
24+
"**/*"
25+
],
26+
"plugins": [
27+
"./expo-plugins/installed-wallets.js"
28+
],
2529
"ios": {
2630
"buildNumber": "1",
2731
"bundleIdentifier": "com.walletconnect.web3modal.rnsdk",
@@ -68,7 +72,7 @@
6872
},
6973
"android": {
7074
"versionCode": 1,
71-
"package": "com.walletconnect.web3modal.rnsdk",
75+
"package": "com.reown.appkit.expo",
7276
"adaptiveIcon": {
7377
"foregroundImage": "./assets/adaptive-icon.png",
7478
"backgroundColor": "#FFFFFF"
@@ -84,8 +88,8 @@
8488
},
8589
"extra": {
8690
"eas": {
87-
"projectId": "2d3ad657-c612-4f65-ba0f-62c277388fa6"
91+
"projectId": "2325cd86-ac2f-4ecc-a094-6bb2276f2e8a"
8892
}
8993
}
9094
}
91-
}
95+
}

0 commit comments

Comments
 (0)