MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / Root

Function Root

Example/testHotUpdate/src/index.tsx:263–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261// });
262
263export default function Root() {
264 return (
265 <UpdateProvider client={updateClient}>
266 <PaperProvider>
267 <App />
268 </PaperProvider>
269 </UpdateProvider>
270 );
271}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected