** Major Change**. Removed unknown dependencies, and reset project to a new start state. See MD file for instructions.

This commit is contained in:
Patrick Fic
2025-10-07 14:58:09 -07:00
parent 809badc9e1
commit befa06a6b5
77 changed files with 1684 additions and 1924 deletions

View File

@@ -3,6 +3,7 @@
"name": "ImEX Mobile",
"slug": "imexmobile",
"version": "1.8.0",
"scheme": "imex-mobile-scheme",
"extra": {
"expover": "1",
"eas": {
@@ -64,14 +65,6 @@
},
"description": "",
"plugins": [
[
"@sentry/react-native/expo",
{
"url": "https://sentry.io/",
"organization": "imex",
"project": "imexmobile"
}
],
[
"expo-media-library",
{
@@ -88,18 +81,7 @@
],
"expo-localization",
"expo-font",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 25,
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0"
}
}
],
"@logrocket/react-native"
"expo-router"
]
}
}