Parcourir la source

Fix external components layout

yogevbd il y a 5 ans
Parent
révision
196118186f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      lib/ios/RNNExternalViewController.m

+ 1
- 1
lib/ios/RNNExternalViewController.m Voir le fichier

@@ -22,7 +22,7 @@
22 22
 }
23 23
 
24 24
 - (void)loadView {
25
-	self.view = [UIView new];
25
+	self.view = [[UIView alloc] initWithFrame:UIScreen.mainScreen.bounds];
26 26
 }
27 27
 
28 28
 - (void)render {