Allow for RNN wrapper to customize native stack animations

This commit is contained in:
Krzysztof Magiera
2019-12-20 22:23:22 +01:00
parent a02dd46eec
commit 9aac0b89f2

View File

@@ -175,7 +175,7 @@ class StackView extends React.Component {
}
}
let stackAnimation;
let stackAnimation = options.stackAnimation;
if (options.animationEnabled === false) {
stackAnimation = 'none';
}