Skip to content
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

setRoot animations don't work on iOS, was it designed that way? #7066

Closed
Psyborgs-git opened this issue Mar 28, 2021 · 2 comments · Fixed by #7807
Closed

setRoot animations don't work on iOS, was it designed that way? #7066

Psyborgs-git opened this issue Mar 28, 2021 · 2 comments · Fixed by #7807

Comments

@Psyborgs-git
Copy link

Psyborgs-git commented Mar 28, 2021

default options go like this:

Navigation.setDefaultOptions({
animations: {
setRoot: {
enter: {
scaleX: {
from: 0.8,
to: 1,
duration: 500,
},
scaleY: {
from: 0.8,
to: 1,
duration: 500,
},
},
exit: {
translationY: {
from: 0,
to: -height,
},
},
},
},
});

the animations works perfectly on android but not on iOS

@dungnguyen10989
Copy link

dungnguyen10989 commented May 24, 2021

@yogevbd I use version 7.14.0 and setRoot animation still does not work ?

@asafkorem
Copy link
Collaborator

#7807 fixes this issue, thanks to @oblador.
Released with RNN v7.39.1 (latest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants