react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
unable to scroll a sibling scrollview on the first render through navigation
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?