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

Method shouldComponentUpdate

lib/ActionSheetIOS.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10class ActionSheet extends React.Component {
11 // shold not update whenever, because nothing rendered
12 shouldComponentUpdate () {
13 return false
14 }
15
16 show () {
17 const props = this.props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected