You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appwrite playground is a simple way to explore the Appwrite API & Appwrite React Native SDK. Use the source code of this page to learn how to use the different Appwrite React Native SDK features.
This is Appwrite React Native integration. For React integration please look at our Web Playground and Web SDK
Get Started
The app/(tabs)/index.tsx file in this repository contains all the playground examples and source code.
You can learn how to to integrate your Appwrite React Native SDK in your project and see how different features of the SDK can be used.
This playground doesn't include any Appwrite best practices but rather intended to show the most simple examples and use cases of using the Appwrite API in your app.
Add io.appwrite.playground-for-react-native as a React Native platform to your project
Create .env.local using .env as a template
Update the scheme in the app.json
Start the app
npm start
Access the app using Expo Go app
Contributing
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
Security
For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.