mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix lint in MountingManager
Summary: This fixes the lint that was broken by D16543439 Reviewed By: fkgozali Differential Revision: D16607092 fbshipit-source-id: 70c3989d25f446ffe0877e58253acef5ada8e010
This commit is contained in:
committed by
Facebook Github Bot
parent
094a9b585d
commit
a84a62834c
@@ -183,9 +183,7 @@ public class MountingManager {
|
||||
if (isLayoutable) {
|
||||
viewManager = mViewManagerRegistry.get(componentName);
|
||||
// View Managers are responsible for dealing with initial state and props.
|
||||
view =
|
||||
viewManager.createView(
|
||||
themedReactContext, propsDiffMap, stateWrapper, null);
|
||||
view = viewManager.createView(themedReactContext, propsDiffMap, stateWrapper, null);
|
||||
view.setId(reactTag);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user