MCPcopy Create free account
hub / github.com/kdchang/reactjs101 / render

Method render

Appendix02/HelloWorldApp/index.android.js:16–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15class HelloWorldApp extends Component {
16 render() {
17 return (
18 <View style={styles.container}>
19 <Text style={styles.welcome}>
20 Welcome to React Native Rock!!!!
21 </Text>
22 <Text style={styles.instructions}>
23 To get started, edit index.android.js
24 </Text>
25 <Text style={styles.instructions}>
26 Double tap R on your keyboard to reload,{'\n'}
27 Shake or press menu button for dev menu
28 </Text>
29 </View>
30 );
31 }
32}
33
34const styles = StyleSheet.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected