{
"expo": {
"name": "orbit",
"slug": "orbit",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "orbit",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"android": {
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false,
"package": "com.eletrotupi.orbit",
"googleServicesFile": "./google-services.json"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
],
[
"expo-font",
{
"fonts": [
{
"fontFamily": "Inter",
"fontDefinitions": [
{
"weight": 400,
"path": "node_modules/@expo-google-fonts/inter/400Regular/Inter_400Regular.ttf"
},
{
"weight": 400,
"style": "italic",
"path": "node_modules/@expo-google-fonts/inter/400Regular_Italic/Inter_400Regular_Italic.ttf"
},
{
"weight": 500,
"path": "node_modules/@expo-google-fonts/inter/500Medium/Inter_500Medium.ttf"
},
{
"weight": 600,
"path": "node_modules/@expo-google-fonts/inter/600SemiBold/Inter_600SemiBold.ttf"
},
{
"weight": 700,
"path": "node_modules/@expo-google-fonts/inter/700Bold/Inter_700Bold.ttf"
},
{
"weight": 900,
"path": "node_modules/@expo-google-fonts/inter/900Black/Inter_900Black.ttf"
}
]
}
]
}
],
"expo-secure-store",
"expo-web-browser",
"@react-native-community/datetimepicker",
"expo-notifications"
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "9e045ebc-b4b3-4fc9-959f-d6db2f12259c"
}
},
"owner": "eletrotupi"
}
}