Open ankitvat opened 2 years ago
App Crashes on implementing ScrollView inside panel
Tried manually setting allowDragging to false and then true, still not working.
<SlidingUpPanel ref={slideRef} draggableRange={draggableRange} animatedValue={draggedValue} allowDragging={true} snappingPoints={[360]} height={h} friction={0.2}>
</SlidingUpPanel>
@ankitvat Here's a working sample on using ScrollView within the SlidingPanel
https://github.com/octopitus/rn-sliding-up-panel/blob/master/demo/ScrollViewInsidePanel.js
Issue Description
App Crashes on implementing ScrollView inside panel
Steps to Reproduce / Code Snippets / Screenshots
Tried manually setting allowDragging to false and then true, still not working.
<SlidingUpPanel ref={slideRef} draggableRange={draggableRange} animatedValue={draggedValue} allowDragging={true} snappingPoints={[360]} height={h} friction={0.2}>
Environment