Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
Text extends PureComponent {
8
render() {
9
return
<RNText {...this.props} />;
10
}
11
}
12
13
Text.propTypes = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected