答案 0 :(得分:1)
只需使用此
<StatusBar translucent backgroundColor="transparent" />
答案 1 :(得分:0)
您可以查看this question,这会非常有帮助。
你也可以使用这样的东西:
<StatusBar hidden={false} barStyle="light-content" />
这将在iOS中为您提供以下内容
答案 2 :(得分:-1)
您可以使用rgba属性,它包含3个值,r代表红色g代表绿色,b代表蓝色。 a代表alpha,alpha参数是介于0.0(完全透明)和1.0(完全不透明)之间的数字。 rgba值看起来像这样==&gt;
backgroundColor: 'rgba(34,32,225, .6)'