MCPcopy Create free account
hub / github.com/tensorflow/tfjs / render

Method render

tfjs-react-native/integration_rn59/App.tsx:195–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 render() {
196 return (
197 <Fragment>
198 <StatusBar barStyle='dark-content' />
199 <SafeAreaView>
200 <View style={styles.body}>
201 {this.renderContent()}
202 </View>
203 </SafeAreaView>
204 </Fragment>
205 );
206 }
207}
208
209const styles = StyleSheet.create({

Callers

nothing calls this directly

Calls 1

renderContentMethod · 0.95

Tested by

no test coverage detected