[RN] Replace red screen with dialog

This commit is contained in:
Bettenbuk Zoltan
2019-03-06 17:28:59 +01:00
committed by Zoltan Bettenbuk
parent ebdcbe122a
commit 98c7430b6f
7 changed files with 85 additions and 113 deletions

View File

@@ -18,7 +18,7 @@ type Props = {
* Indicates the css style of the overlay. If true, then lighter; darker,
* otherwise.
*/
isLightOverlay: boolean
isLightOverlay?: boolean
};
/**