MCPcopy Create free account
hub / github.com/beefe/react-native-actionsheet / Example

Class Example

example/app/App.js:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import ExampleB from './ExampleB'
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({
18 wrapper: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…