I need to change the background color of the drawer screen. I am using react-navigation. Is there is an option to change this color? Refer the attached image.
Asked
Active
Viewed 2,188 times
1 Answers
3
If you are using 3.x ,There is a prop named overlayColor
.

Devin Gong
- 124
- 6
-
How to change the height of the drawer navigator? I need only a small drawer height – sejn Jun 06 '19 at 11:12
-
I am afraid that there is no height prop exist in drawer navigator .If must,You can implement a drawer by yourself. – Devin Gong Jun 10 '19 at 10:03