Parcourir la source

Fix black/transparent background issue (#4896)

Kaden Wilkinson il y a 5 ans
Parent
révision
0e8880da72
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      lib/ios/RNNCustomViewController.m

+ 2
- 1
lib/ios/RNNCustomViewController.m Voir le fichier

@@ -13,7 +13,8 @@
13 13
 
14 14
 - (void)viewDidLoad {
15 15
     [super viewDidLoad];
16
-	[self addTestLabel];
16
+    [self addTestLabel];
17
+    [[self view] setBackgroundColor:UIColor.whiteColor];
17 18
 }
18 19
 
19 20
 - (void)addTestLabel {