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

Function constructor

example/app/ExampleB.js:18–25  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

16
17class ExampleB extends React.Component {
18 constructor (props) {
19 super(props)
20 this.state = {
21 selected: ''
22 }
23 this.handlePress = this.handlePress.bind(this)
24 this.showActionSheet = this.showActionSheet.bind(this)
25 }
26
27 showActionSheet () {
28 this.ActionSheet.show()

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…