()
| 255 | } |
| 256 | |
| 257 | componentWillUnmount() { |
| 258 | this.mountedComponent = false |
| 259 | this.keyboardWillShowEvent && this.keyboardWillShowEvent.remove() |
| 260 | this.keyboardWillHideEvent && this.keyboardWillHideEvent.remove() |
| 261 | Object.values(this.callbacks).forEach((callback: Object) => |
| 262 | callback.remove() |
| 263 | ) |
| 264 | } |
| 265 | |
| 266 | getScrollResponder = () => { |
| 267 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected