MCPcopy Create free account
hub / github.com/bberak/react-native-game-engine /

Class

src/GameLoop.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import DefaultTouchProcessor from "./DefaultTouchProcessor";
5
6export default class GameLoop extends Component {
7 constructor(props) {
8 super(props);
9 this.timer = props.timer || new DefaultTimer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected