Reputation: 3
How to make transparent Status Bar in React Native?
Upvotes: 0
Views: 476
Reputation: 135
Hey the answer to your question is
<StatusBar backgroundColor={'transparent'} translucent={true} />
Upvotes: 1