backgroundColor:'rgba(255,255,255,0.5'
I believe it is out of scope of this component. Example project has modal popup with usage of 3rd party component.
I achieved this as follows:
render method where you are _rendering_ Modal, pass a prop transparent={true}View child to your modal (put all other things inside this View) and apply style to it with backgroundColor = 'rgba(r, g, b, a)' as described abovereact-native v0.46.4
backgroundColor:'rgba(255,255,255,0.5')
Most helpful comment
I achieved this as follows:
rendermethod where you are _rendering_Modal, pass a proptransparent={true}Viewchild to yourmodal(put all other things inside thisView) and apply style to it withbackgroundColor = 'rgba(r, g, b, a)'as described abovereact-native v0.46.4