react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Resetting snapPoints resets current snap point
When changing the snapPoints array, the bottom sheet's current snap point resets to 0.
It should keep the current snap point or at least use the initialSnap prop.
I have same problem. When I change device orientation, bottomSheet lost its snapPoint and it goes to initial state.
Is there any solution about this issue?