appandflow / appandflow/react-navigation-bottom-sheet
Android: Swipe-to-close doesn't work
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 496
- Forks
- 24
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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) => (
),
[],
);
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.