Hey guys Does anyone know the list of
Hey guys. Does anyone know the list of polyfills to get convex working in React Native?
4 Replies
hi @Ross! we're actually working on react native example app at the moment, and will have it ready for our next release as an example.
but, in the meantime, all you should need to do is...
1.
npm install react-dom react-native-get-random-values
2. disable the unsaved changes warning when creating the convex client:
let me know if that works! i'll also ping sarah, who's been working on react native stuff, to chime in too 🙂Legend, thank you! Will give it a try.
@Ross we now have docs & an example app for React Native: https://docs.convex.dev/using/integrations/react-native
React Native | Convex Developer Hub
How Convex works in a React Native app
Cheers, well done guys!