Skip to main content
This is documentation for React Native 0.71, which is no longer in hardworking development.
For up-to-date documentation, see the latest version (0.79).
Version: 0.71

React Node Object Type

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