{ "expo": { "name": "Kliko", "slug": "Kliko", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "kliko", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "nl.maartenvr98.kliko" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "nl.maartenvr98.kliko", "config": { "googleMaps": { "apiKey": "AIzaSyCZc8B45A-NZ2BwP_C6wNTkJknqy8EkErg" } } }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "@rnmapbox/maps", { "RNMapboxMapsDownloadToken": "sk.eyJ1IjoibWFhcnRlbnZyOTgiLCJhIjoiY2x6Z21wZHdoMWN0dDJrczNxaHNiendrYiJ9.IiCMsfuqMa7YGQOepVoAiA" } ], [ "expo-secure-store", { "faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data." } ] ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "db25877f-edee-4e82-8afc-6164e4183da0" } } } }