i6mi6 / react-native-parallax-scroll-view

A ScrollView-like component with parallax and sticky header support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticky header goes under statusbar in android

vismayainnow8 opened this issue · comments

i am working in android now.. the sticky header goes under statusbar.. how can i solve this issue

Try wrapping the list in a SafeAreaView

did that.. any other solution?

You can add StatusBar with backgroundColor props equal to 'transparent'.
<StatusBar backgroundColor='transparent' />