THEARMOURMAN
THEARMOURMAN

Reputation: 3

How to make transparent Status Bar in React Native

How to make transparent Status Bar in React Native?

Upvotes: 0

Views: 476

Answers (1)

Gautham Vijayan
Gautham Vijayan

Reputation: 135

Hey the answer to your question is

      <StatusBar backgroundColor={'transparent'} translucent={true} />

Upvotes: 1

Related Questions