MCPcopy Create free account
hub / github.com/AdamGold/Dryvo-App / render

Method render

src/components/NewLessonInput.js:9–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8export default class NewLessonInput extends React.Component {
9 render() {
10 const { name } = this.props
11 let iconType = "material"
12 if (this.props.iconType) iconType = this.props.iconType
13 let below
14 if (this.props.below)
15 below = <View style={styles.belowStyle}>{this.props.below()}</View>
16 return (
17 <Fragment>
18 <TouchInput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected