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.
If I put like this:
modalStyle={{backgroundColor: 'black', opacity: 0.3}}This will change also the
dialogStyleopacity; it should change only the background opacity for the blocking view behind.