LucasSGama / Prime-imoveis

Sprint do 1º semestre de 2024
0 stars 0 forks source link

Corrigindo os deep links no app.json #2

Open LucasSGama opened 2 months ago

LucasSGama commented 2 months ago

{ "expo": { "name": "Prime imóveis", "slug": "Prime_Imoveis_Mobile", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/Logo-Prime-Prime_Prime.png", "scheme": "PrimeImoveis", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/images/Logo-Prime-Prime_Prime.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/Logo-Prime-Prime_Prime.png", "backgroundColor": "#ffffff" }, "package": "com.anonymous.Prime_Imoveis_Mobile", "intentFilters": [ { "action": "VIEW", "data": [ { "scheme": "https", "host": "PrimeImoveis.com", "pathPrefix": "/" }, { "scheme": "PrimeImoveis" } ], "category": [ "BROWSABLE", "DEFAULT" ] } ] }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/Logo-Prime-Prime_Prime.png" }, "plugins": [ "expo-router", "expo-font" ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "cbf4c71d-b45d-458a-8c41-4f1399736128" } } } }