hey group! why is that if I use FlowComponent and put flow.showNext(screenA) the screen dragging is enabled??I dont want to the dragging to be enabled on my screen.Thanks in advance
Try flow.draggable = false, or flow.scrollHorizontal = false. https://framer.com/getstarted/code/#flow
1 Comments