EZ fix comment

Summary:
Fix a comment to correctly document how this method works.

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D20109606

fbshipit-source-id: d50754887d7a7e0e72a2f8a041887a67aa64c966
This commit is contained in:
Joshua Gross
2020-02-25 19:08:28 -08:00
committed by Facebook Github Bot
parent 8ad67de59e
commit a3ade9e167
@@ -74,7 +74,7 @@ public abstract class ViewManager<T extends View, C extends ReactShadowNode>
return createView(reactContext, null, null, jsResponderHandler);
}
/** Creates a view with knowledge of props. */
/** Creates a view with knowledge of props and state. */
public @NonNull T createView(
@NonNull ThemedReactContext reactContext,
@Nullable ReactStylesDiffMap props,