An example for @jaulz response:
<Modal theme={{ colors: { backdrop: 'transparent', }, }} {...otherProps} > {children} </Modal>
You can use a custom theme around the modal and adjust the backdrop within.
Most helpful comment
An example for @jaulz response: