()
| 24 | } |
| 25 | |
| 26 | componentDidMount () { |
| 27 | if (this.options.handleAppState) { |
| 28 | AppState.addEventListener('change', this.handleState); |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | componentWillUnmount () { |
| 33 | if (this.options.handleAppState) { |
nothing calls this directly
no outgoing calls
no test coverage detected