MCPcopy Create free account
hub / github.com/shoutem/ui / render

Method render

components/Text.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7class Text extends PureComponent {
8 render() {
9 return <RNText {...this.props} />;
10 }
11}
12
13Text.propTypes = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected