React-native : 0.50.4
Native-base: 2.3.3
The header's shadow is drawing over the content view
The header's shadow is under the content view

Tested on IOS, not tested on android
I tried zIndex on the header but it does not have any effect.
Thanks for your help !
@etabard tried Native base Header component with the above versions and platform. Didn't find anything like above. Can you share the code snippet.
Hi,
Thanks for your reply. Here is my TestScreen with the native-base-theme/components/Header.js : https://gist.github.com/etabard/f1130c3ba06f87091a0352666b5890e4
Screen of the result :

@etabard setting zIndex to negative values in Content style made the shadow visible.
<Content style={{zIndex:-3}}/>
Thanks ! I tried everything except negative zIndex :-)
Most helpful comment
@etabard setting zIndex to negative values in Content style made the shadow visible.