反应导航堆栈导航转换
React Navigation Stack Navigation Transition
所以我有一个 React Navigation Stack Navigation。现在,当我单击该按钮时,它会缩小一点,但我希望它向右或向左滑动。我该怎么做呢? :)
我有一个普通的 Stack Navigator
来自 React 导航文档:
horizontal - The gesture to close the screen will start from the left, and from the right in RTL. For animations, screen will slide from the right with SlideFromRightIOS, and from the left in RTL.
阅读此内容以完整了解 V5 中的动画:
所以我有一个 React Navigation Stack Navigation。现在,当我单击该按钮时,它会缩小一点,但我希望它向右或向左滑动。我该怎么做呢? :)
我有一个普通的 Stack Navigator
来自 React 导航文档:
horizontal - The gesture to close the screen will start from the left, and from the right in RTL. For animations, screen will slide from the right with SlideFromRightIOS, and from the left in RTL.
阅读此内容以完整了解 V5 中的动画: