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

Function Root

Example/harmony_use_pushy/App.tsx:219–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217});
218
219export default function Root() {
220 return (
221 <UpdateProvider client={pushyClient}>
222 <App />
223 </UpdateProvider>
224 );
225}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected