📅  最后修改于: 2022-03-11 15:04:24.544000             🧑  作者: Mango
I cant gurantee this is the best approach.
Add this.scroll.scrollTo({ x: calculatedStartPositionOfTheScreen}) to your button Press handler https://facebook.github.io/react-native/docs/scrollview#scrollto
e.g
...
...
this.scroll = node}
>
...