We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65574f1 commit 19ac563Copy full SHA for 19ac563
src/Store.js
@@ -188,7 +188,7 @@ function createNavigationOptions(params) {
188
...screenProps,
189
};
190
const res = {
191
- animationEnabled: type === ActionConst.REPLACE || type === 'replace' ? false : true,
+ animationEnabled: !(type === ActionConst.REPLACE || type === 'replace' || type === ActionConst.RESET || type === 'reset'),
192
...props,
193
cardStyle: navigationParams.cardStyle || cardStyle,
194
headerBackImage: navigationParams.backButtonImage || backButtonImage,
0 commit comments