Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ Kickstart your React Native development with this ready-to-use starter project i
## 🚀Getting started

###

Clone the Project
Clone this repository to your local machine using Git:

`git clone https://github.com/appwrite/starter-for-react-native`

## 🛠️ Development guid

1. **Configure Appwrite**<br/>
Navigate to `.env` and update the values to match your Appwrite project credentials.
2. **Customize as needed**<br/>
Expand All @@ -21,13 +19,11 @@ Clone this repository to your local machine using Git:
3. **Install dependencies**<br/>
Run `npm install` to install all dependencies.
4. **Run the app**<br/>
Start the project by running `npx expo start`. Download [Expo Go](https://expo.dev/go) to run the app on your device.
Start the project by running `npx expo start`. Download [Expo Go](https://expo.dev/go) to run the app on your device.

## 📦 Building for production

To create a production build of your app, follow the documentation by [Expo Application Services](https://expo.dev/eas#build)

## 💡 Additional notes

- This starter project is designed to streamline your React Native development with Appwrite.
- Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance.
- Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance.
10 changes: 4 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@
}
],
[
"expo-font",
{
"fonts": [
"node_modules/@expo-google-fonts/poppins/300Light/Poppins_300Light.ttf"
]
}
"expo-font",
{
"fonts": ["node_modules/@expo-google-fonts/poppins/300Light/Poppins_300Light.ttf"]
}
]
],
"experiments": {
Expand Down
Loading