We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e147b12 commit 5c3ee2dCopy full SHA for 5c3ee2d
1 file changed
ios/gamma/modals/form-sheet/RNSFormSheetContentView.mm
@@ -5,6 +5,9 @@ @implementation RNSFormSheetContentView
5
- (instancetype)initWithFrame:(CGRect)frame
6
{
7
if (self = [super initWithFrame:frame]) {
8
+ // Explicitly set to clearColor since this UIView is manually added
9
+ // into the view hierarchy. This ensures it doesn't interfere with
10
+ // any background colors defined by child React subviews.
11
self.backgroundColor = [UIColor clearColor];
12
}
13
return self;
0 commit comments