Search code examples
javascriptreactjsreact-nativereactjs-native

How to make transparent Status Bar in React Native


How to make transparent Status Bar in React Native?


Solution

  • Hey the answer to your question is

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