- Created Info.plist with essential app configuration including bundle identifiers, versioning, and URL schemes. - Added PrivacyInfo.xcprivacy to specify accessed API types and privacy tracking settings. - Implemented SplashScreen.storyboard for the app's launch screen with a logo and background color. - Established Expo.plist for update configurations, setting updates to check on launch. - Created a bridging header for Swift compatibility. - Added an empty entitlements file for future use.
6 lines
105 B
JSON
6 lines
105 B
JSON
{
|
|
"expo.jsEngine": "hermes",
|
|
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
|
|
"newArchEnabled": "true"
|
|
}
|