appandflow / appandflow/react-navigation-bottom-sheet
Closing all open modals.
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 496
- Fork
- 24
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.