Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bberak/react-native-game-engine
/ start
Method
start
src/DefaultTimer.js:33–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
};
32
33
start() {
34
if
(!this.loopId) {
35
this.loop();
36
}
37
}
38
39
stop() {
40
if
(this.loopId) {
Callers
6
componentDidMount
Method · 0.80
UNSAFE_componentWillReceiveProps
Method · 0.80
GameEngine
Class · 0.80
componentDidMount
Method · 0.80
UNSAFE_componentWillReceiveProps
Method · 0.80
GameLoop
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected