mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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,
|
||||
|
||||
Reference in New Issue
Block a user