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
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- All my apps are not opening now
All my apps are not opening now 200+ apps are not opening plz fast
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...