react-native-simple-bottom-sheet
react-native-simple-bottom-sheet copied to clipboard
A simple react native bottom sheet component
Results
1
react-native-simple-bottom-sheet issues
Sort by
recently updated
recently updated
newest added
In iOS, when scrolling, the bottom sheet automatically closes, but on Android, the scroll works fine. https://github.com/user-attachments/assets/a0d35365-b9fa-4481-b0df-3695b17c79af ``` const [sliderMaxHeight, setSliderMaxHeight] = useState('60%'); const [infoHeight, setInfoHeight] = useState(480) const handleBottomSheetPress...