React Native Scrollview Scrollto ()
setTimeout(() => {
this.scrollView.scrollTo({ x: DEVICE_WIDTH * current_index, y: 0, animated: false });
}, 1)
Misty Manx
setTimeout(() => {
this.scrollView.scrollTo({ x: DEVICE_WIDTH * current_index, y: 0, animated: false });
}, 1)