I'm working on my React-Native app and I use RN ContextMenu iOS library that was written on top of Native Context Menu component, everything works fine except background & highlight color behavior.
Looks like by default highlight & background color follows iOS theme, so it could be either black or white. Althought this behavior does not fit my app's colors and I wanna change it but I'm competely newbie in objective-c so I can't understand what part should I change.
Just to make it clear I make a little demo that shows ugly white highlight & bg color: https://www.youtube.com/watch?v=AASqQXXtRwE&feature=youtu.be
I belive that I should change something in this file ->https://github.com/mpiannucci/react-native-context-menu-view/blob/master/ios/ContextMenuView.m
Ideally, I would like to make bg color transparent, can you help me guys?