ソースを参照
Update top-level-api.md (#6056)
Show transparent overlay option in docs
Harvey Connor
5 年 前
No account linked to committer's email address
|
|
@@ -61,7 +61,10 @@ Navigation.showOverlay({
|
|
61
|
61
|
options: {
|
|
62
|
62
|
overlay: {
|
|
63
|
63
|
interceptTouchOutside: true
|
|
64
|
|
- }
|
|
|
64
|
+ },
|
|
|
65
|
+ layout: {
|
|
|
66
|
+ componentBackgroundColor: 'transparent', // Use this if you want your background to be transparent.
|
|
|
67
|
+ },
|
|
65
|
68
|
}
|
|
66
|
69
|
}
|
|
67
|
70
|
});
|