MCPcopy
hub / github.com/bberak/react-native-game-engine / componentDidMount

Method componentDidMount

src/GameLoop.js:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 componentDidMount() {
20 if (this.props.running) this.start();
21 }
22
23 componentWillUnmount() {
24 this.stop();

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected