86303e5c84
Release APK / build (push) Has been cancelled
Add SplashScreen.preventAutoHideAsync() at module level and hideAsync() once SecureStore reads complete. Add splash backgroundColor to app.json to match app theme. Wrap layout in SafeAreaProvider. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
1017 B
JSON
48 lines
1017 B
JSON
{
|
|
"expo": {
|
|
"name": "SheetHappens",
|
|
"slug": "sheethappens",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"userInterfaceStyle": "dark",
|
|
"backgroundColor": "#0f1117",
|
|
"splash": {
|
|
"backgroundColor": "#0f1117"
|
|
},
|
|
"scheme": "sheethappens",
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#0f1117"
|
|
},
|
|
"package": "fr.gyozamancave.sheethappens",
|
|
"permissions": [
|
|
"android.permission.RECORD_AUDIO"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store",
|
|
[
|
|
"expo-sqlite",
|
|
{
|
|
"enableFTS": false,
|
|
"useSQLCipher": false
|
|
}
|
|
],
|
|
[
|
|
"expo-speech-recognition",
|
|
{
|
|
"microphonePermission": "Allow SheetHappens to use the microphone for voice input."
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"web": {
|
|
"bundler": "metro"
|
|
}
|
|
}
|
|
}
|