react-native-dialog-input icon indicating copy to clipboard operation
react-native-dialog-input copied to clipboard

Opacity only for modalStyle

Open Senocico opened this issue 5 years ago • 3 comments

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.

Senocico avatar Apr 15 '19 11:04 Senocico

Same here did you find any solution ?

radjivF avatar Jul 18 '19 11:07 radjivF

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.

n0ne avatar Oct 10 '19 19:10 n0ne

For anyone that is looking for a solution, use RGBA i.e 'rgba(65, 65, 65, 0.87)'

nzsambo avatar Sep 10 '21 06:09 nzsambo