-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Closed
Milestone
Description
We currently have 2 paths for having child content in ReactNativeComponent
s: this.props.children
and this.props.content
. Supporting both of these paths makes our code more complicated than it needs to be, and really a single child is the same as content.
We were using this for <option>
to make sure it only had a single text child, thought it doesn't look like we are anymore...
Metadata
Metadata
Assignees
Labels
No labels