Some checks failed
Build & Release APK / build (push) Failing after 13s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
978 B
JSON
42 lines
978 B
JSON
{
|
|
"expo": {
|
|
"name": "Kin",
|
|
"slug": "kin",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "kin",
|
|
"userInterfaceStyle": "dark",
|
|
"backgroundColor": "#14110F",
|
|
"android": {
|
|
"package": "com.marcus.kin",
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#14110F",
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"monochromeImage": "./assets/images/adaptive-icon.png"
|
|
},
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#14110F",
|
|
"image": "./assets/images/splash-icon.png",
|
|
"imageWidth": 96
|
|
}
|
|
],
|
|
"expo-notifications"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
}
|
|
}
|
|
}
|