MCPcopy
hub / github.com/Kureev/react-native-navbar / componentWillReceiveProps

Function componentWillReceiveProps

index.js:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 componentWillReceiveProps() {
112 this.customizeStatusBar();
113 }
114
115 customizeStatusBar() {
116 const { statusBar } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected