Skip to content

Commit

Permalink
fix: app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Jan 12, 2024
1 parent 5277da7 commit d22190a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions expo-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_modules/
.expo/
dist/
web-build/
*.aab
*.ipa

# Native
*.orig.*
Expand Down
13 changes: 5 additions & 8 deletions expo-app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
"resizeMode": "contain",
"backgroundColor": "#3643b6"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.recosante.recosante",
"buildNumber": "3"
"bundleIdentifier": "com.recosante.recosante"
},
"android": {
"adaptiveIcon": {
Expand All @@ -43,7 +40,7 @@
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow recosanté to use your location."
"locationAlwaysAndWhenInUsePermission": "Permettez à Recosanté d'accéder à votre position afin de préremplir votre adresse dans les formulaires."
}
]
],
Expand All @@ -52,8 +49,8 @@
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "TO_FILL_LATER",
"project": "TO_FILL_LATER"
"organization": "SENTRY_ORG",
"project": "SENTRY_PROJECT"
}
}
]
Expand Down

0 comments on commit d22190a

Please sign in to comment.