Closed
Description
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