我想知道是否有人研究了使用叠加层和使用如此配置的模式之间的性能差异。
代码
Navigation.showModal({
component: {
name: componentName,
passProps: props,
options: {
modalPresentationStyle: "overCurrentContext",
animations: {
showModal: {
enable: false
},
dismissModal: {
enable: false
}
},
}
}
});
我正在构建一个具有很多使用透明背景的屏幕的应用程序,并且很好奇它们之间的区别是本机端的。