I understand that you can set overall animation in the <Navigator> component like <Navigator animation="lift"/> however, is it possible to have different animations for different pushPage calls?
<Navigator>
<Navigator animation="lift"/>
I have tried this.props.navigator.pushPage({ component: myComponent, props: { key: "myComponent", title: "New Page" }, animation: "lift"}) and can't seem to find anything in the docs about having more than one type of animation
this.props.navigator.pushPage({ component: myComponent, props: { key: "myComponent", title: "New Page" }, animation: "lift"})
2.1m questions
2.1m answers
60 comments
57.0k users