MCPcopy Create free account
hub / github.com/meliorence/react-native-render-html / App

Function App

apps/benchmarking/App.js:21–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19};
20
21export default function App() {
22 useKeepAwake();
23 return (
24 <SafeAreaView style={{ flexGrow: 1 }}>
25 <TRenderEngineProvider ignoredDomTags={config.ignoredTags}>
26 <RenderHTMLConfigProvider {...props}>
27 <Benchmark html={html} {...config} />
28 </RenderHTMLConfigProvider>
29 </TRenderEngineProvider>
30 </SafeAreaView>
31 );
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected