diff --git a/src/index.tsx b/src/index.tsx index fa413de..746c061 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -157,7 +157,9 @@ export default class HorizontalPicker extends PureComponent { + this.refScrollView.current.scrollTo({ x, y: 0, animated: false }); + }, 100); } }