mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-26 09:14:22 +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) {
|
||||
stackAnimation = 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user