mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Making the navigation transition page style
Reviewed By: hedgerwang Differential Revision: D3499189 fbshipit-source-id: 809096e7f0f51c241b88d642704d09da259da4b3
This commit is contained in:
committed by
Facebook Github Bot 1
parent
cf7b4e74f0
commit
8b57f078de
@@ -93,7 +93,7 @@ class NavigationPagerPanResponder extends NavigationAbstractPanResponder {
|
||||
return (
|
||||
Math.abs(gesture[axis]) > RESPOND_THRESHOLD &&
|
||||
distance > 0 &&
|
||||
index > 0
|
||||
index >= 0
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user