jfilter / react-native-onboarding-swiper

🛳 Delightful onboarding for your React-Native app
https://www.npmjs.com/package/react-native-onboarding-swiper
Other
971 stars 179 forks source link

How to Change StatusBar Color on Each Screen? #97

Closed Sanan4li closed 2 years ago

Sanan4li commented 3 years ago

Hi, I don't know how I can change statusbar color so that it matches the screen color. If there is any option I am missing please share.

sagarshakya commented 3 years ago

You can set the translucent property of the <Statusbar /> to true.

<Statusbar translucent={true} />
jfilter commented 2 years ago

Thanks @sagarshakya for resolving the issue.