MCPcopy Index your code
hub / github.com/TanStack/query / App

Function App

examples/react/react-native/App.tsx:25–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23})
24
25export default function App() {
26 useOnlineManager()
27
28 useAppState(onAppStateChange)
29
30 return (
31 <QueryClientProvider client={queryClient}>
32 <NavigationContainer>
33 <MoviesStack />
34 </NavigationContainer>
35 </QueryClientProvider>
36 )
37}

Callers

nothing calls this directly

Calls 2

useOnlineManagerFunction · 0.90
useAppStateFunction · 0.90

Tested by

no test coverage detected