Show transparent overlay option in docs
@@ -61,7 +61,10 @@ Navigation.showOverlay({
options: {
overlay: {
interceptTouchOutside: true
- }
+ },
+ layout: {
+ componentBackgroundColor: 'transparent', // Use this if you want your background to be transparent.
}
});