{ "expo": { "name": "Simpl-Liste", "slug": "simpl-liste", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "simplliste", "userInterfaceStyle": "automatic", "newArchEnabled": true, "splash": { "image": "./assets/images/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#FFF8F0" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.lacompagniemaximus.simpliste" }, "android": { "package": "com.lacompagniemaximus.simpliste", "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#FFF8F0" }, "edgeToEdgeEnabled": true }, "plugins": [ "expo-router", "expo-sqlite", "expo-font", "expo-localization", "@react-native-community/datetimepicker" ], "experiments": { "typedRoutes": true } } }