chdnitinsharma

Results 1 issues of chdnitinsharma

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...