Can you build a React Native Application alongside Appwrite?
TL;DR
A user is asking if it is possible to build a React Native application with Appwrite. The only two things that require a workaround are OAuth and storage. The user suggests using the Web SDK for this purpose. They also mention that if you encounter a CORS error, you should set the hostname of your web platform to '*'.You'll need to use the Web SDK for it https://appwrite.io/docs/getting-started-for-web
And in case you're getting CORS error you should set the Hostname of your web platform to *
As far as I know, the only two things that require a workaround are oauth and storage. See
Recommended threads
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...