Skip to content

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

Closed
@Psyborgs-git

Description

@Psyborgs-git

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions