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

Function Root

Example/e2etest/src/index.tsx:224–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222});
223
224export default function Root() {
225 return (
226 <UpdateProvider client={updateClient}>
227 <App />
228 </UpdateProvider>
229 );
230}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected