Back to React Native

React Node Object Type

website/versioned_docs/version-0.82/react-node.md

latest222 B
Original Source

A React Node is one of the following types:

  • Boolean (which is ignored)
  • null or undefined (which is ignored)
  • Number
  • String
  • A React element (result of JSX)
  • An array of any of the above, possibly a nested one