Open murph406 opened 5 years ago
same issue here, RN 0.59
Same issue but just on Android
You can set background color in style prop
<Modal style={{
backgroundColor: 'transparent',
}}>
...
</Modal>
https://github.com/maxs15/react-native-modalbox/blob/master/index.js#L447
The prop backdrop does not appear to be working correctly. When set to false the backdrop stays white. Also, the opacity and color props for the backdrop do not appear to be working as well.