Menu
React NativeReact Native
Next
  • Next
  • 0.63
  • 0.62
  • 0.61
  • 0.60
  • All versions
DocsComponentsAPICommunityBlog
🌜
🌞
React NativeReact Native
  • Docs
  • Components
  • API
  • Community
  • Blog
  • Versions
    • Next
    • 0.63
    • 0.62
    • 0.61
    • 0.60
    • All versions
  • Core Components
    • Core Components and APIs
    • ActivityIndicator
    • Button
    • FlatList
    • Image
    • ImageBackground
    • KeyboardAvoidingView
    • Modal
    • Pressable
    • RefreshControl
    • ScrollView
    • SectionList
    • StatusBar
    • Switch
    • Text
    • TextInput
    • TouchableHighlight
    • TouchableOpacity
    • TouchableWithoutFeedback
    • View
    • VirtualizedList
    • Android Components
      • DrawerLayoutAndroid
      • TouchableNativeFeedback
    • iOS Components
      • InputAccessoryView
  • Props
    • Image Style Props
    • Layout Props
    • Shadow Props
    • Text Style Props
    • View Style Props
  • Object Types
    • LayoutEvent Object Type
    • PressEvent Object Type
    • React Node Object Type
    • Rect Object Type
    • ViewToken Object Type
This is unreleased documentation for React Native Next version.
For up-to-date documentation, see the latest version (0.63).
Version: Next

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
Edit this page
Last updated on 5/18/2020
Previous
« PressEvent Object Type
Next
Rect Object Type »

Docs

  • Getting Started
  • Tutorial
  • Components and APIs
  • More Resources

Community

  • The React Native Community
  • Who's using React Native?
  • Ask Questions on Stack Overflow
  • Contributor Guide
  • DEV Community

More Resources

  • Blog
  • Twitter
  • GitHub
  • React
Facebook Open Source Logo
Copyright © 2020 Facebook, Inc.