mdjfs / expo-image-multiple-picker

Fully customizable image picker for react native
https://npmjs.com/expo-image-multiple-picker
MIT License
21 stars 7 forks source link

Header size #13

Closed MalikAlkhateeb closed 1 year ago

MalikAlkhateeb commented 1 year ago

The header is big, Can I hide it or minimize it? image

mdjfs commented 1 year ago

Hey, what's up, do you put on the router the property headerShow false? And also can you show me how do you render the picker ?

MalikAlkhateeb commented 1 year ago

Just it,

image

mdjfs commented 1 year ago

Hmm

image

Do you checked this? also can i see the entire render and styles?

andygphillips commented 1 year ago

I saw this issue too, I overrode the DefaultHeader (using the theme: header props) and changed the height property of defaultHeaderContainer. You can copy the DefaultHeader function and styles from the component source code.

Thank you for the great component @mdjfs!

Senninseyi commented 1 year ago

have your question been answered @MalikAlkhateeb so it can be closed