Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
631 views
in Technique[技术] by (71.8m points)

react-native statusbar 偶尔失效问题?

statusbar 偶尔失效(设置透明),找不到原因

在github看到类似的issuse,但任然没有解决方案

请问大家有解决方案或遇到这种情况吗?

https://github.com/facebook/r...

https://github.com/react-nati...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

1.可以监听appstate然后设置statusbar。
2.本人用了react navigation里的withnavigationfocus加设置statusbar解决。
建议是避免使用statusbar.set…方法,因为在rn里statusbar是全局的,所以推荐的做法是在每个页面引入statusbar并设置是否透明。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...