diff --git a/Libraries/Text/Text/RCTTextShadowView.m b/Libraries/Text/Text/RCTTextShadowView.m index d1baf9ccb..d464e6ac7 100644 --- a/Libraries/Text/Text/RCTTextShadowView.m +++ b/Libraries/Text/Text/RCTTextShadowView.m @@ -35,6 +35,13 @@ return self; } +- (void)didSetProps:(NSArray *)changedProps +{ + [super didSetProps:changedProps]; + + self.textAttributes.opacity = NAN; +} + - (BOOL)isYogaLeafNode { return YES;