Skip to content

Commit af68328

Browse files
committed
refactor: expo sample app bundle identifier
1 parent dadce56 commit af68328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ExpoMessaging/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"ios": {
1919
"supportsTablet": true,
2020
"usesIcloudStorage": true,
21-
"bundleIdentifier": "io.stream.expomessaging"
21+
"bundleIdentifier": "io.stream.expomessagingapp"
2222
},
2323
"android": {
24-
"package": "io.stream.expomessaging",
24+
"package": "io.stream.expomessagingapp",
2525
"adaptiveIcon": {
2626
"foregroundImage": "./assets/adaptive-icon.png",
2727
"backgroundColor": "#ffffff"

0 commit comments

Comments
 (0)