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

Function componentWillReceiveProps

lib/ActionSheetCustom.js:27–29  ·  view source on GitHub ↗
(nextProps)

Source from the content-addressed store, hash-verified

25 }
26
27 componentWillReceiveProps (nextProps) {
28 this.translateY = this._calculateHeight(nextProps)
29 }
30
31 get styles () {
32 const { styles } = this.props

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…