UNPKG

@smile_identity/react-native-expo

Version:
44 lines (43 loc) 1.01 kB
{ "expo": { "name": "sample-expo", "slug": "sample-expo", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.smileidentity.react.expo.example" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "package": "com.smileidentity.react.expo.sample" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ [ "expo-build-properties", { "android": { "compileSdkVersion": 36, "targetSdkVersion": 36, "buildToolsVersion": "36.0.0" } } ] ] } }