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

Method render

src/GameLoop.js:85–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 };
84
85 render() {
86 return (
87 <View
88 style={[css.container, this.props.style]}
89 onLayout={this.onLayoutHandler}
90 onTouchStart={this.onTouchStartHandler}
91 onTouchMove={this.onTouchMoveHandler}
92 onTouchEnd={this.onTouchEndHandler}
93 >
94 {this.props.children}
95 </View>
96 );
97 }
98}
99
100GameLoop.defaultProps = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected