Fix unit tests

Reviewed By: bestander

Differential Revision: D3398431

fbshipit-source-id: 37561bea78c933673595625530cf083c85c3fbbd
This commit is contained in:
Nick Lockwood
2016-06-07 08:36:07 -07:00
committed by Facebook Github Bot 3
parent 282df0ed07
commit 79dcbc7b29
4 changed files with 6 additions and 5 deletions

View File

@@ -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
}