Hey am building an app with react native/expo and planning on using Graphql. What should I set the platform as for my app I see no react as platform
Well, it depends on what platforms you plan to deploy to, if you're creating a react native application for IOS then the apple one?
am creating it for android and iOS
I think you will need to set 2 platforms: one for iOS and other for Android but no idea how reactive/expo handles CORS
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...