|
@@ -114,7 +114,8 @@ this.props.navigator.showLightBox({
|
114
|
114
|
passProps: {}, // simple serializable object that will pass as props to the lightbox (optional)
|
115
|
115
|
style: {
|
116
|
116
|
backgroundBlur: "dark", // 'dark' / 'light' / 'xlight' / 'none' - the type of blur on the background
|
117
|
|
- backgroundColor: "#ff000080" // tint color for the background, you can specify alpha here (optional)
|
|
117
|
+ backgroundColor: "#ff000080", // tint color for the background, you can specify alpha here (optional)
|
|
118
|
+ tapBackgroundToDismiss: true // dismisses LightBox on background taps (optional)
|
118
|
119
|
},
|
119
|
120
|
adjustSoftInput: "resize", // android only, adjust soft input, modes: 'nothing', 'pan', 'resize', 'unspecified' (optional, default 'unspecified')
|
120
|
121
|
});
|