MCPcopy Create free account
hub / github.com/jpush/aurora-imui / render

Method render

ReactNative_JS/InputItem.js:20–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19export default class InputItem extends Component {
20 render() {
21 return <TouchableOpacity
22 onPress={this.props.onPress}
23 activeOpacity={0.3}
24 >
25 <View
26 style={styles.container}
27 >
28 <Image
29 style={[styles.item, {...this.props.style}]}
30 source={this.props.source}
31 ></Image>
32 </View>
33 </TouchableOpacity>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected