Explorar el Código

Fix title.component fill parent

yogevbd hace 5 años
padre
commit
7e6b2be676
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/ios/RNNReactTitleView.m

+ 1
- 1
lib/ios/RNNReactTitleView.m Ver fichero

@@ -19,7 +19,7 @@
19 19
 - (void)setAlignment:(NSString *)alignment inFrame:(CGRect)frame {
20 20
     if ([alignment isEqualToString:@"fill"]) {
21 21
         _fillParent = YES;
22
-        self.frame = frame;
22
+        self.translatesAutoresizingMaskIntoConstraints = NO;
23 23
         self.sizeFlexibility = RCTRootViewSizeFlexibilityNone;
24 24
     } else {
25 25
         self.sizeFlexibility = RCTRootViewSizeFlexibilityWidthAndHeight;