Minor fixes.
This commit is contained in:
@@ -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
2
env.js
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user