React native web scrollview snap?

时间:2018-03-19 15:31:57

标签: reactjs react-native scrollview react-native-web

我正在使用scrollview与本机网站做反应,我正在尝试将scrollview捕捉到位,但它只是像正常一样滚动。我尝试过使用这些道具,但它不起作用。

horizontal= {true}
decelerationRate={0}
snapToInterval={200} //your element width
snapToAlignment={"center"}

1 个答案:

答案 0 :(得分:0)

不幸的是,这似乎目前尚未实现:(

来源:https://github.com/necolas/react-native-web/issues/1250

总有pagelingEnabled = {true},但这并非完全相同。