1.3.6(1) Resolved local upload issues due to form type.

This commit is contained in:
Patrick Fic
2022-05-17 16:03:16 -07:00
parent 2ad694ceda
commit a183a0fef6
9 changed files with 151 additions and 104 deletions

View File

@@ -11,7 +11,9 @@
"build:production": "eas build --profile production",
"build:test": "eas build --profile test",
"build:test:local:ios": "eas build --profile test --platform ios --local",
"build:test:local:android": "eas build --profile test --platform android --local"
"build:test:local:android": "eas build --profile test --platform android --local",
"build:production:local:ios": "eas build --profile production --platform ios --local",
"build:production:local:android": "eas build --profile production --platform android --local"
},
"dependencies": {
"@apollo/client": "^3.7.0-alpha.3",
@@ -24,7 +26,7 @@
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"axios": "^0.21.0",
"axios": "^0.27.2",
"cloudinary-core": "^2.12.3",
"dinero.js": "^1.9.1",
"expo": "^45.0.0",
@@ -50,6 +52,7 @@
"intl": "^1.2.5",
"lodash": "^4.17.20",
"luxon": "^2.3.1",
"mime": "^3.0.0",
"moment": "^2.29.1",
"normalize-url": "^7.0.3",
"react": "17.0.2",