-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Actions.replace() and Actions.reset() animated transition is happening #3741
Comments
Same issues after migration to 4.3.0 from 4.2.0, @aksonov Could you please check? Thanks! |
Please check latest master |
Great, thanks, could you please deploy fix to latest npm package? |
Hi @aksonov , thank you for the quick fix, I still have a transition animation when using Actions.reset() in 4.3.1, is there something I missed or a dependency that I should update? Thanks |
Do you have animation in react-native/Example for Register replace screen?
… 26 марта 2021 г., в 12:06, minuitagency ***@***.***> написал(а):
Hi @aksonov <https://github.com/aksonov> , thank you for the quick fix, I still have a transition animation when using Actions.reset() in 4.3.1, is there something I missed or a dependency that I should update?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3741 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKCS4LUMKLM7CRZTZREKVTTFRFCTANCNFSM4ZPBTBHA>.
|
@aksonov just checked your code, the "type" prop was undefined that's why the animation loaded, I patched it with:
It works for me now |
Hm, this will broke 'push' type animations.. |
oh... what should I do? Why is "type" undefined ? |
Following |
Could you reproduce the issue with react-native/Example project?
… 26 марта 2021 г., в 12:54, minuitagency ***@***.***> написал(а):
oh... what should I do? Why is "type" undefined ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3741 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKCS4N5V3VG3Y7DTYQKHWLTFRKUVANCNFSM4ZPBTBHA>.
|
@aksonov Hello, issue still exists, are you planning to resolve it and deploy new patch version? Thansk a lot |
Reopening, just checked, we still have animations |
Same issue on 4.3.1 |
The issue still persists, does someone have an idea how to resolve this? |
Version
Expected behaviour
When using
Actions.replace()
orActions.reset()
no animated transition should occurActual behaviour
Animated transition happens
Platform
IOS (Not tested on android yet)
The text was updated successfully, but these errors were encountered: