Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6211

What is the type of child

$
0
0

What is the type of a child?

renderChildren(): void {  const {children} = this.props;  const childrenArray = React.Children.map(children, (child) => {    return this.renderChild(child);  })  ...}renderChild = (child: whatAmI): void => {  ...}

Digging in the code it looks like it is ReactNode but I did not find an official doc for react-native on this, and I would like to know.


Viewing all articles
Browse latest Browse all 6211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>