Navigation.push
使用RNN v2时如何关闭动画?
animated: false
使用 V1 时尝试设置。但不适用于 V2
Navigation.push(this.props.homeId, {
component: {
name: 'Screen2',
animated: false,
options: {
animated: false,
topBar: {
title: {
text: 'Pushed Screen Title'
}
}
}
}
})
}
阅读 V2 文档,但没有发现任何帮助。