MCPcopy
hub / github.com/ptomasroos/react-native-scrollable-tab-view / render

Function render

Example/index.js:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 },
21
22 render() {
23 const { navigate } = this.props.navigation;
24
25 return <View style={styles.container}>
26 <TouchableOpacity
27 style={styles.button}
28 onPress={() => navigate('Simple')}
29 >
30 <Text>Simple example</Text>
31 </TouchableOpacity>

Callers 2

index.jsFile · 0.50
DefaultTabBar.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…