📌  相关文章
📜  滚动到按钮点击输入反应本机 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:04:24.544000             🧑  作者: Mango

代码示例1
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


    ...