appandflow / appandflow/react-navigation-bottom-sheet
Android: Swipe-to-close doesn't work
Đ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ả
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) => (
),
[],
);
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.