Steward Chan

Results 2 comments of Steward Chan

Same issues with the bottom sheet cannot be get the correct height without set any snapPoints. ```javascript export default function Test() { const [item, setItem] = useState(); const bottomSheetRef =...

The app/screen is in `BottomSheetModalProvider` and updates the method to `bottomSheetRef.current?.snapToIndex(0)`. Still getting the same result, is there any misunderstanding on my part?