Closed
Description
Running on React Native 0.55.4
I noticed that the default styles for the popover include a box shadow around the view. Unfortunately, this doesn't seem to be displaying.
It seems that the issue might be a conflict with Animated.View
and the boxShadow
styles. If I manually hack it so that the styles get applied to a regular View
child below the Animated.View
, the shadow displays as expected.