Relink project and resolve compile errors.

This commit is contained in:
Patrick Fic
2023-08-03 14:25:53 -07:00
parent eec9878359
commit 1fbe4ec2ba
3 changed files with 532 additions and 542 deletions

4
App.js
View File

@@ -15,12 +15,12 @@ import "expo-asset";
import Toast from "react-native-toast-message"; import Toast from "react-native-toast-message";
import { SafeAreaProvider } from "react-native-safe-area-context"; import { SafeAreaProvider } from "react-native-safe-area-context";
Sentry.init({ Sentry.init({
dsn: "https://8d6c3de1940a4e4f8b81cf4d2150bdea@o492140.ingest.sentry.io/5558869", dsn: "https://4866820768550ca396e849fa325e84d6@o492140.ingest.sentry.io/4505637419614208",
enableInExpoDevelopment: true, enableInExpoDevelopment: true,
tracesSampleRate: 0.2, tracesSampleRate: 0.2,
integrations: [ integrations: [
new Sentry.Native.ReactNativeTracing({ new Sentry.Native.ReactNativeTracing({
tracingOrigins: ["localhost", "imex.online", "cloudinary.com", /^\//], tracingOrigins: ["localhost", "romeonline.io", "cloudinary.com", /^\//],
// ... other options // ... other options
}), }),
], ],

View File

@@ -6,7 +6,7 @@
"extra": { "extra": {
"expover": "1", "expover": "1",
"eas": { "eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b" "projectId": "df105e21-a07f-4425-af10-2200a7704a48"
} }
}, },
"orientation": "default", "orientation": "default",
@@ -41,9 +41,7 @@
"updates": { "updates": {
"fallbackToCacheTimeout": 0 "fallbackToCacheTimeout": 0
}, },
"assetBundlePatterns": [ "assetBundlePatterns": ["**/*"],
"**/*"
],
"web": { "web": {
"favicon": "./assets/logo192noa.png", "favicon": "./assets/logo192noa.png",
"config": { "config": {
@@ -61,16 +59,7 @@
}, },
"description": "", "description": "",
"hooks": { "hooks": {
"postPublish": [ "postPublish": []
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "snapt-software",
"project": "imexmobile",
"authToken": "32fed1c2d5a8440da684b624ee678874b64c51bb9b0b4b608ab4a15516d6dd02"
}
}
]
}, },
"plugins": [ "plugins": [
"sentry-expo", "sentry-expo",
@@ -83,6 +72,7 @@
} }
], ],
"expo-localization" "expo-localization"
] ],
"owner": "romeonline"
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"translation": { "translation": {
"app": { "app": {
"nomobileaccess": "Your shop does not currently have access to ImEX Mobile. ", "nomobileaccess": "Your shop does not currently have access to Rome Mobile. ",
"title": "ImEX Mobile" "title": "Rome Mobile"
}, },
"camera": { "camera": {
"titles": { "titles": {
@@ -327,7 +327,7 @@
"actions": { "actions": {
"refresh": "Refresh", "refresh": "Refresh",
"upload": "Upload", "upload": "Upload",
"ticket":"Ticket", "ticket": "Ticket",
"timetickets": "Time Tickets", "timetickets": "Time Tickets",
"detail": "Time Ticket Details", "detail": "Time Ticket Details",
"notickets": "There are no active tickets.", "notickets": "There are no active tickets.",
@@ -336,7 +336,7 @@
"labels": { "labels": {
"loggedinemployee": "Logged in Employee", "loggedinemployee": "Logged in Employee",
"clockintojob": "Clock In", "clockintojob": "Clock In",
"nodata":"No Data" "nodata": "No Data"
}, },
"errors": { "errors": {
"missingvalues": "Please make sure all fields have a value." "missingvalues": "Please make sure all fields have a value."
@@ -349,7 +349,7 @@
"actions": { "actions": {
"refresh": "Refresh", "refresh": "Refresh",
"upload": "Upload", "upload": "Upload",
"ticket":"Ticket", "ticket": "Ticket",
"timetickets": "Time Tickets", "timetickets": "Time Tickets",
"detail": "Time Ticket Details", "detail": "Time Ticket Details",
"notickets": "There are no active tickets.", "notickets": "There are no active tickets.",
@@ -463,7 +463,7 @@
"zeropriceexistingpart": "This line cannot have any price since it uses an existing part." "zeropriceexistingpart": "This line cannot have any price since it uses an existing part."
} }
}, },
"timeticketclockoff":{ "timeticketclockoff": {
"actions": { "actions": {
"clockoff": "Clock Off", "clockoff": "Clock Off",
"noinfo": "There is no info to display." "noinfo": "There is no info to display."
@@ -481,16 +481,16 @@
"clockoff": "Clock Off" "clockoff": "Clock Off"
} }
}, },
"selectjobid":{ "selectjobid": {
"labels": { "labels": {
"placeholder": "RO #", "placeholder": "RO #",
"selectedplaceholder": "...", "selectedplaceholder": "...",
"searchplaceholder": "Search...", "searchplaceholder": "Search...",
"noselection":"No Selection", "noselection": "No Selection",
"nodata":"No Data" "nodata": "No Data"
} }
}, },
"selectcostcenter":{ "selectcostcenter": {
"labels": { "labels": {
"placeholder": "Select Cost Center", "placeholder": "Select Cost Center",
"selectedplaceholder": "...", "selectedplaceholder": "...",