-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arnaud AMBROSELLI
committed
Jul 9, 2024
1 parent
2b427a2
commit 8341c9f
Showing
16 changed files
with
168 additions
and
3,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
EXPO_PUBLIC_MATOMO_URL= | ||
EXPO_PUBLIC_MATOMO_IDSITE_1= | ||
EXPO_PUBLIC_MATOMO_URL_2= | ||
EXPO_PUBLIC_MATOMO_IDSITE_2= | ||
EXPO_PUBLIC_SENTRY_XXX= | ||
EXPO_PUBLIC_OPEN_FOOD_FACT_PASSWORD= | ||
EXPO_PUBLIC_OPEN_FOOD_FACT_USER_ID= | ||
EXPO_PUBLIC_MYAPP_UPLOAD_STORE_FILE= | ||
EXPO_PUBLIC_MYAPP_UPLOAD_STORE_PASSWORD= | ||
EXPO_PUBLIC_MYAPP_UPLOAD_KEY_ALIAS= | ||
EXPO_PUBLIC_MYAPP_UPLOAD_KEY_PASSWORD= | ||
EXPO_PUBLIC_SCHEME=http | ||
EXPO_PUBLIC_API_HOST=localhost:3615 # be careful: using android you need to use your local ip, with `ipconfig getifaddr en0` on wifi macOS for instance | ||
EXPO_PUBLIC_APP_ENV=local | ||
MATOMO_URL= | ||
MATOMO_IDSITE_1= | ||
MATOMO_URL_2= | ||
MATOMO_IDSITE_2= | ||
SENTRY_XXX= | ||
OPEN_FOOD_FACT_PASSWORD= | ||
OPEN_FOOD_FACT_USER_ID= | ||
MYAPP_UPLOAD_STORE_FILE= | ||
MYAPP_UPLOAD_STORE_PASSWORD= | ||
MYAPP_UPLOAD_KEY_ALIAS= | ||
MYAPP_UPLOAD_KEY_PASSWORD= | ||
SCHEME=http | ||
API_HOST=localhost:3615 # be careful: using android you need to use your local ip, with `ipconfig getifaddr en0` on wifi macOS for instance | ||
APP_ENV=local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
presets: ['babel-preset-expo'], | ||
presets: ['module:metro-react-native-babel-preset'], | ||
plugins: ['react-native-reanimated/plugin', 'nativewind/babel'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.