mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix unit tests
Reviewed By: bestander Differential Revision: D3398431 fbshipit-source-id: 37561bea78c933673595625530cf083c85c3fbbd
This commit is contained in:
committed by
Facebook Github Bot 3
parent
282df0ed07
commit
79dcbc7b29
@@ -66,7 +66,7 @@ static void collectNonTextDescendants(RCTText *view, NSMutableArray *nonTextDesc
|
||||
self.backgroundColor = inheritedBackgroundColor;
|
||||
}
|
||||
|
||||
- (void)reactUpdateSubviews
|
||||
- (void)didUpdateReactSubviews
|
||||
{
|
||||
// Do nothing, as subviews are managed by `setTextStorage:` method
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user