MCPcopy Create free account
hub / github.com/archriss/react-native-network-component / componentDidMount

Method componentDidMount

index.js:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected