[react_native] JS files from D2163804: [react_native] Add native root tag to createView calls

This commit is contained in:
Andy Street
2015-06-18 05:26:23 -07:00
parent 3fa8ec0271
commit 3029511ce4
4 changed files with 29 additions and 3 deletions

View File

@@ -804,6 +804,7 @@ static void RCTSetShadowViewProps(NSDictionary *props, RCTShadowView *shadowView
RCT_EXPORT_METHOD(createView:(NSNumber *)reactTag
viewName:(NSString *)viewName
rootTag:(NSNumber *)rootTag
props:(NSDictionary *)props)
{
RCTViewManager *manager = _viewManagers[viewName];