【发布时间】:2018-09-16 22:40:16
【问题描述】:
有没有办法让视图透明以显示手机的主页以反应原生?我试过了:
backgroundColor:'rgba(0,0,0,0.1)'
但它没有用。我希望能够在我的应用程序运行时查看主页并在其上显示元素。这可能吗?
到目前为止,这是我的代码:
render(){
return(
<View style={{backgroundColor:'transparent',flex:1}}>
<Text>hello cruel world</Text>
</View>
)
}
但是这段代码不起作用。 这是关于我想要发生的事情的图像 image
【问题讨论】:
标签: react-native transparency homescreen