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

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 6584

Latest Images

Trending Articles



Latest Images