react-native-popover
react-native-popover copied to clipboard
Warning RCTView has a Shadow,set backgroud color to fix!
I got a Warning like this
In the meantime you can disable the shadow props by passing the popoverStyle
prop:
<Popover
popoverStyle={{
shadowColor: null,
shadowOffset: null,
shadowOpacity: null,
shadowRadius: null,
}}
...
/>