(model)
| 79 | } |
| 80 | |
| 81 | const bottomSheetModalRef = useRef<BottomSheetModal>(null) |
| 82 | function closeModal() { |
| 83 | bottomSheetModalRef.current?.dismiss() |
| 84 | setModalVisible(false) |
| 85 | } |
| 86 | |
| 87 | function handlePresentModalPress() { |
nothing calls this directly
no outgoing calls
no test coverage detected