appandflow / appandflow/react-navigation-bottom-sheet
Closing all open modals.
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 496
- Forks
- 24
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
It seems really hard to close all open modals. I have two modals that are open using `stackBehavior: 'replace'`.
The second modal contains a form that navigates to a different screen on submit. When I submit, it navigates to the new screen, and then opens the old modal again.
I have tried calling `dismissAll` from `useBottomSheetModal`. I have tried doing calling `Navigation.goBack()` and then `Navigation.navigate`.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.