(nextProps)
| 25 | } |
| 26 | |
| 27 | componentWillReceiveProps (nextProps) { |
| 28 | this.translateY = this._calculateHeight(nextProps) |
| 29 | } |
| 30 | |
| 31 | get styles () { |
| 32 | const { styles } = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…