79074658

Date: 2024-10-10 13:38:45
Score: 1
Natty:
Report link

While Ryan's answer is correct, you can do this if you are using Expo and Expo Router.

...
const { dismissAll: dismissAllModals } = useBottomSheetModal();
const pathname = usePathname();
const params = useGlobalSearchParams();

useEffect(() => {
   dismissAllModals();
}, [pathname, params]);
...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: erenkulaksiz