Skip to content

Commit

Permalink
fix(build) : add API key for google maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin2705 committed Mar 28, 2022
1 parent 53c68b8 commit 36f1307
Show file tree
Hide file tree
Showing 11 changed files with 5,837 additions and 23,201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ npm-debug.*
*.mobileprovision
*.orig.*
web-build/
app.json

# macOS
.DS_Store
40 changes: 0 additions & 40 deletions api/Surroundings.php

This file was deleted.

8 changes: 0 additions & 8 deletions api/connect.php

This file was deleted.

16 changes: 11 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"slug": "ProjetMEL",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "./assets/start.png",
"splash": {
"image": "./assets/splash.png",
"image": "./assets/start.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
Expand All @@ -21,12 +21,18 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"foregroundImage": "./assets/start.png",
"backgroundColor": "#FFFFFF"
},
"package": "luxembourg.jardin",
"config": {
"googleMaps": {
"apiKey": ""
}
}
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/start.png"
}
}
}
}
Binary file removed assets/splash.png
Binary file not shown.
Binary file added assets/start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
182 changes: 0 additions & 182 deletions component/header.js

This file was deleted.

23 changes: 23 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cli": {
"version": ">= 0.48.2"
},
"build": {
"apk": {
"android": {
"buildType": "apk"
}
},
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
Loading

0 comments on commit 36f1307

Please sign in to comment.