
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
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
- Error: Invalid `userId` param: Parameter...
