Loading packages/shop-mobile-expo/src/screens/registration/SignUpByAddress.screen.tsx +4 −6 Original line number Diff line number Diff line Loading @@ -323,12 +323,10 @@ const SignUpByAddressScreen = () => { setWarningDialog(true); // Prompt the user before leaving the screen setPreventBackCallBack(() => { return () => { setPreventBackCallBack(() => () => { setCanGoBack(true); setWarningDialog(false); NAVIGATION.dispatch(e.data.action); }; }); Alert.alert( Loading Loading
packages/shop-mobile-expo/src/screens/registration/SignUpByAddress.screen.tsx +4 −6 Original line number Diff line number Diff line Loading @@ -323,12 +323,10 @@ const SignUpByAddressScreen = () => { setWarningDialog(true); // Prompt the user before leaving the screen setPreventBackCallBack(() => { return () => { setPreventBackCallBack(() => () => { setCanGoBack(true); setWarningDialog(false); NAVIGATION.dispatch(e.data.action); }; }); Alert.alert( Loading