react-native-dialog-input
react-native-dialog-input copied to clipboard
Opacity only for modalStyle
If I put like this:
modalStyle={{backgroundColor: 'black', opacity: 0.3}}
This will change also the dialogStyle
opacity; it should change only the background opacity for the blocking view behind.
Same here did you find any solution ?
Any solution?
If I put like this:
modalStyle={{backgroundColor: 'black', opacity: 0.3}}
This will change also the
dialogStyle
opacity; it should change only the background opacity for the blocking view behind.
For anyone that is looking for a solution, use RGBA i.e 'rgba(65, 65, 65, 0.87)'