MCPcopy Index your code
hub / github.com/beefe/react-native-actionsheet / render

Method render

example/app/App.js:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6class Example extends React.Component {
7 render () {
8 return (
9 <View style={styles.wrapper}>
10 <ExampleA />
11 <ExampleB />
12 </View>
13 )
14 }
15}
16
17const styles = StyleSheet.create({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected