diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.java b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.java index 8a632c66410..1ec3639202b 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.java +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.java @@ -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); }