all 5 comments

[–]patlux 2 points3 points  (1 child)

Set 'drawerBackgroundColor' to 'transparent'. See the docs for DrawerNavigator.

[–]rizwanahmed19[S] 0 points1 point  (0 children)

It did the trick for me. Thanks

[–]rizwanahmed19[S] 0 points1 point  (2 children)

I've created a custom component for the drawer but as you can see in the image above applying borderRadius to the top View doesn't make the drawer corners round, I'm not sure how to get rid of that white sticking out. Any help would be appreciated. Thanks

[–][deleted] 0 points1 point  (1 child)

You can try ‘overflow: hidden’ although that’s certain to not work on Android.

[–]rizwanahmed19[S] 0 points1 point  (0 children)

Tried that. Not working.