File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
4849 [
4950 " expo-font" ,
5051 {
51- "fonts" : [" @expo-google-fonts/inter" ]
52+ "fonts" : [" node_modules/ @expo-google-fonts/inter" ]
5253 }
5354 ],
5455 " expo-audio" ,
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments