Minor fixes.

This commit is contained in:
Patrick Fic
2025-11-25 12:47:47 -08:00
parent 46b4523ed8
commit c79556c04a
2 changed files with 2 additions and 2 deletions

View File

@@ -49,8 +49,8 @@ function JobsStack({ openImagePicker }) {
alignItems: "center", alignItems: "center",
alignSelf: "center", alignSelf: "center",
justifyContent: "center", justifyContent: "center",
//margin: -10,
}} }}
mode="outlined"
onPress={handleUpload} onPress={handleUpload}
> >
{t("general.labels.upload")} {t("general.labels.upload")}

2
env.js
View File

@@ -3,7 +3,7 @@ import * as Updates from "expo-updates";
const ENV = { const ENV = {
test: { test: {
DEMO_MODE: true, DEMO_MODE: false,
API_URL: "https://api.test.imex.online", API_URL: "https://api.test.imex.online",
uri: "https://db.test.bodyshop.app/v1/graphql", uri: "https://db.test.bodyshop.app/v1/graphql",
wsuri: "wss://db.test.bodyshop.app/v1/graphql", wsuri: "wss://db.test.bodyshop.app/v1/graphql",