mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Add HorizontalSwipeJumpFromLeft animation to Navigator
Summary: This brings RN Navigator to add HorizontalSwipeJumpFromLeft animation. HorizontalSwipeJumpFromRight has been implemented but FromLeft version of SwipeJumpAnimation hasn't been there. Closes https://github.com/facebook/react-native/pull/10406 Differential Revision: D4035212 fbshipit-source-id: edcbae18148e533b02a7d056de03154fb86280d0
This commit is contained in:
committed by
Facebook Github Bot
parent
40e8d8904b
commit
2230117f36
@@ -307,6 +307,7 @@ var Navigator = React.createClass({
|
||||
* - Navigator.SceneConfigs.FadeAndroid
|
||||
* - Navigator.SceneConfigs.HorizontalSwipeJump
|
||||
* - Navigator.SceneConfigs.HorizontalSwipeJumpFromRight
|
||||
* - Navigator.SceneConfigs.HorizontalSwipeJumpFromLeft
|
||||
* - Navigator.SceneConfigs.VerticalUpSwipeJump
|
||||
* - Navigator.SceneConfigs.VerticalDownSwipeJump
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user