mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-30 13:22:13 +08:00
Allow for RNN wrapper to customize native stack animations
This commit is contained in:
@@ -175,7 +175,7 @@ class StackView extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let stackAnimation;
|
let stackAnimation = options.stackAnimation;
|
||||||
if (options.animationEnabled === false) {
|
if (options.animationEnabled === false) {
|
||||||
stackAnimation = 'none';
|
stackAnimation = 'none';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user