Making the navigation transition page style
Reviewed By: hedgerwang Differential Revision: D3499189 fbshipit-source-id: 809096e7f0f51c241b88d642704d09da259da4b3
This commit is contained in:
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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue