appandflow / appandflow/react-navigation-bottom-sheet
Android: Swipe-to-close doesn't work
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 496
- Forks
- 24
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Swipe-to-close the `BottomSheetModal` doesn't work neither on Emulators nor on physical devices. Handle just doesn't respond.
Could there be a common gotcha going on here? My navigator is as vanilla as it gets, except for a `backdrop`
```js
const renderBackdrop = useCallback(
(props: BottomSheetBackdropProps) => (
),
[],
);
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.