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

Interface DefaultRendererOptions

react-native-game-engine.d.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 import { StyleProp, ViewStyle, ScaledSize } from "react-native";
7
8 interface DefaultRendererOptions {
9 state: any;
10 screen: ScaledSize;
11 }
12
13 export function DefaultRenderer(defaultRendererOptions: DefaultRendererOptions): any;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected