React Native:视图的动画滑动过渡

时间:2017-08-09 12:13:27

标签: reactjs react-native redux

在React Native中实现滑动View转换的惯用方法是什么?我的布局如下所示:

enter image description here

我想通过以下行为从View 1转换到View 2:

enter image description here

当视图2替换它时,视图1向左移动。

我已使用Redux在我的react本机应用程序中建模状态,并且View更改切换由Redux事件触发。

1 个答案:

答案 0 :(得分:0)

尝试panResponder :) PanResponder lifecyle解决你的问题:) https://facebook.github.io/react-native/docs/panresponder.html