React Navigation logo
React Navigation
Create
Roadmap
Feedback
Feature Requests
Voters
Mark Rybin
Fernando Belotto
Дмитрий Николенко
Joel Hochman
Lei Bin
Miguel
Yerkebulan Duisebay
Karen González
Avril Nuñez
mcanobbio
and 21 more...
Powered by Canny
Customize overlay opacity for drawer
complete
member badge
Brent Vatne
See: https://github.com/react-navigation/react-navigation/issues/2167
March 7, 2018
member badge
satya164
marked this post as
complete
Opacity can be customized in the overlayStyle in v5
·
July 1, 2020
·
Reply
Miguel
Submitted a pull request for this: https://github.com/react-navigation/react-navigation-drawer/pull/39
·
December 10, 2018
·
Reply
Jesus Miguel Flores
My UX/UI designer wont pass my PR if i cant change the overlay color :(, please make this happen
·
November 8, 2018
·
Reply
Julian
Also https://github.com/react-navigation/react-navigation/issues/1068
Brent Vatne I'll post the same question here: is there a way to call a function that's not explicitly exposed, using the RN api, using NativeModules or UIManager or something? It seems like it might be possible, since what's passed into android extends the native module, so if the function (
setScrimColor
) to change the color is available somehow, I could make a few PRs to allow this functionality.
·
June 17, 2018
·
Reply
member badge
Brent Vatne
Julian: the methods you want to call need to be exposed manually on native side to js, so yeah you’d need to modify the drawer layout native view manager
·
June 17, 2018
·
Reply
Powered by Canny