MCPcopy Create free account
hub / github.com/react-native-maps/react-native-maps / renderExample

Method renderExample

example/src/App.tsx:81–90  ·  view source on GitHub ↗
([Component, title]: any)

Source from the content-addressed store, hash-verified

79 }
80
81 renderExample([Component, title]: any) {
82 return (
83 <TouchableOpacity
84 key={title}
85 style={styles.button}
86 onPress={() => this.setState({Component})}>
87 <Text>{title}</Text>
88 </TouchableOpacity>
89 );
90 }
91
92 renderBackButton() {
93 return (

Callers 1

renderExamplesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected