Bereaksi ScrollView Scrollto ()

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