Skip to content

Commit 0ec1017

Browse files
sherginfacebook-github-bot
authored andcommitted
Fixed double initial prop applying for newly created views
Summary: This is a leftover from recent changes in D6595780 where a prop application step was moved out to separare mount block. Differential Revision: D6640736 fbshipit-source-id: 70de0f55f992a7912e222ec4bf9ade1c9bad99f2
1 parent 1fd7315 commit 0ec1017

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

React/Modules/RCTUIManager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,6 @@ - (void)_manageChildren:(NSNumber *)containerTag
974974
}
975975
UIView *view = [componentData createViewWithTag:reactTag];
976976
if (view) {
977-
[componentData setProps:props forView:view];
978977
uiManager->_viewRegistry[reactTag] = view;
979978
}
980979
});

0 commit comments

Comments
 (0)