Kickstart your React Native development with this ready-to-use starter project integrated with Appwrite
Clone the Project Clone this repository to your local machine using Git:
git clone https://github.com/appwrite/starter-for-react-native
- Configure Appwrite
Navigate to.env
and update the values to match your Appwrite project credentials. - Customize as needed
Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend integrations as per your needs. - Install dependencies
Runnpm install
to install all dependencies. - Run the app
Start the project by runningnpx expo start
. Download Expo Go to run the app on your device.
To create a production build of your app, follow the documentation by Expo Application Services
- This starter project is designed to streamline your React Native development with Appwrite.
- Refer to the Appwrite documentation for detailed integration guidance.