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

Text nodes

Text nodes represent raw text content on the tree (similar to Text nodes on Web). They are not directly accessible via refs, but can be accessed using methods like childNodes on element refs.


Reference

Web-compatible API

From CharacterData:

From Node: