IO-3092 Add imgproxy uploads and update expo version.

This commit is contained in:
Patrick Fic
2025-02-21 13:54:56 -08:00
parent 23fdb02375
commit dc6cd88e8c
12 changed files with 410 additions and 174 deletions

View File

@@ -2,8 +2,8 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"release:test": "expo publish --release-channel test",
@@ -95,5 +95,7 @@
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-native": "^5.0.0"
},
"private": true
"private": true,
"name": "imexmobile",
"version": "1.0.0"
}