bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

how to show back button ? #81

Open HusseinElGanzory opened 4 years ago

manuelwenner commented 4 years ago

@HusseinElGanzory I had / have the same question and I think you have to reimplement it by yourself. By default the default header is still visible. You can hide it by setting headerShown: false.

HusseinElGanzory commented 4 years ago

@HusseinElGanzory I had / have the same question and I think you have to reimplement it by yourself. By default the default header is still visible. You can hide it by setting headerShown: false.

@manuelwenner i solved it by creating back button with position 'absolute' thanks

manuelwenner commented 4 years ago

Okay thanks for your comment. Was the default header always visible?

HusseinElGanzory commented 4 years ago

Okay thanks for your comment. Was the default header always visible?

@manuelwenner yes it visible , and create absolute icon to show at the top of screen

manuelwenner commented 4 years ago

@HusseinElGanzory Which image type did you use for the back button?

HusseinElGanzory commented 4 years ago

@HusseinElGanzory Which image type did you use for the back button?

i Used font awesome icon , through native base icon component