Hide Android Navigator shows a border

300 Views Asked by At

Im using react native navigation V1 and i set my nav bar transparent to true, in my IOS emulator looks good but in Android emulator show me something like a border, and i don't know how hide or remove this section.

//add this to change top bar navigator. navigatorStyle: { drawUnderNavBar: true, navBarTranslucent: true, navBarTransparent: true, navBarBackgroundColor: 'transparent', },

Example how looks in Android

0

There are 0 best solutions below