Skip to content

Commit 52c82b0

Browse files
committed
feat: update app.json
1 parent 4ced04c commit 52c82b0

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

mobile/app.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
"newArchEnabled": true,
1111
"ios": {
1212
"supportsTablet": true,
13-
"bundleIdentifier": "com.notepod.app",
13+
"bundleIdentifier": "com.shellord.notepod",
1414
"infoPlist": {
15-
"UIBackgroundModes": ["audio"]
15+
"UIBackgroundModes": ["audio", "audio"],
16+
"ITSAppUsesNonExemptEncryption": false
1617
}
1718
},
1819
"android": {
@@ -48,7 +49,7 @@
4849
[
4950
"expo-font",
5051
{
51-
"fonts": ["@expo-google-fonts/inter"]
52+
"fonts": ["node_modules/@expo-google-fonts/inter"]
5253
}
5354
],
5455
"expo-audio",

mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
8-
"android": "expo start --android",
9-
"ios": "expo start --ios",
8+
"android": "expo run:android",
9+
"ios": "expo run:ios",
1010
"web": "expo start --web",
1111
"lint": "expo lint"
1212
},

0 commit comments

Comments
 (0)