react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

unable to scroll a sibling scrollview on the first render through navigation

Open fakhripraya opened this issue 3 years ago • 0 comments

i have an array of snap point = [screenHeight * 0.85,0]

i cant scroll down my sibling scrollview for a while until the bottom sheet component is rendered after navigating from the other screen , it is different if i set the initialSnapPoint to the first index of the array which is screenHeight * 0.85.

any solution?

fakhripraya avatar Mar 10 '21 13:03 fakhripraya