React query in react native

Hey can anyone help me, we are adding react query for data fetching in our react native app, does it require a native release, As per my guess codepush should do the job as there is no native platform specific apis being used
4 Replies
Neto
Neto2mo ago
React Native | TanStack Query Docs
React Query is designed to work out of the box with React Native, with the exception of the devtools, which are only supported with React DOM at this time. There is a 3rd party Flipper plugin which you can try: https://github.com/bgaleotti/react-query-native-devtools
Yuvaraj
Yuvaraj2mo ago
I have seen this page already, I just wanted to check if codepush is enough if we integrate this package.
Neto
Neto2mo ago
RQ is on the bundle side of things then for sure codepush should work
Yuvaraj
Yuvaraj2mo ago
Cool, thanks