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 { SafeAreaProvider } from "react-native-safe-area-context";
Sentry.init({
dsn: "https://8d6c3de1940a4e4f8b81cf4d2150bdea@o492140.ingest.sentry.io/5558869",
dsn: "https://4866820768550ca396e849fa325e84d6@o492140.ingest.sentry.io/4505637419614208",
enableInExpoDevelopment: true,
tracesSampleRate: 0.2,
integrations: [
new Sentry.Native.ReactNativeTracing({
tracingOrigins: ["localhost", "imex.online", "cloudinary.com", /^\//],
tracingOrigins: ["localhost", "romeonline.io", "cloudinary.com", /^\//],
// ... other options
}),
],