Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 React Native 中制作透明的状态栏?
嘿,你的问题的答案是
<StatusBar backgroundColor={'transparent'} translucent={true} />