How do I hide the shadow under react-navigation headers? They look like this.
I'm using react navigation v5, i use this code :
const HomeStackScreen = ({navigation}) => ( , headerRight: () => , headerTitleAlign: 'left', }} /> );
put shadowOpacity and elevation inside headerStyle