Minimally loading example.

This commit is contained in:
Patrick Fic
2025-10-03 12:06:24 -07:00
parent 891b2a24a2
commit f95b0e1263
10 changed files with 1158 additions and 1127 deletions

View File

@@ -159,16 +159,17 @@ export function ScreenMainComponent({
currentUser,
bodyshop,
}) {
useEffect(() => {
checkUserSession();
}, [checkUserSession]);
useEffect(() => {
LogRocket.init("idt6oy/imex-mobile", {
updateId: Updates.isEmbeddedLaunch ? null : Updates.updateId,
expoChannel: Updates.channel,
});
}, []);
// useEffect(() => {
// // LogRocket.init("idt6oy/imex-mobile", {
// // updateId: Updates.isEmbeddedLaunch ? null : Updates.updateId,
// // expoChannel: Updates.channel,
// // });
// }, []);
useEffect(() => {
if (bodyshop && bodyshop.imexshopid) {