Skip to content

Commit 2f319b1

Browse files
authored
Merge pull request #10 from appwrite/revert-mistake-chirag-2
Revert "chore: some changes"
2 parents fb07a50 + d10910e commit 2f319b1

File tree

14 files changed

+836
-3146
lines changed

14 files changed

+836
-3146
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ Kickstart your React Native development with this ready-to-use starter project i
55
## 🚀Getting started
66

77
###
8-
98
Clone the Project
109
Clone this repository to your local machine using Git:
1110

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

1413
## 🛠️ Development guid
15-
1614
1. **Configure Appwrite**<br/>
1715
Navigate to `.env` and update the values to match your Appwrite project credentials.
1816
2. **Customize as needed**<br/>
@@ -21,13 +19,11 @@ Clone this repository to your local machine using Git:
2119
3. **Install dependencies**<br/>
2220
Run `npm install` to install all dependencies.
2321
4. **Run the app**<br/>
24-
Start the project by running `npx expo start`. Download [Expo Go](https://expo.dev/go) to run the app on your device.
22+
Start the project by running `npx expo start`. Download [Expo Go](https://expo.dev/go) to run the app on your device.
2523

2624
## 📦 Building for production
27-
2825
To create a production build of your app, follow the documentation by [Expo Application Services](https://expo.dev/eas#build)
2926

3027
## 💡 Additional notes
31-
3228
- This starter project is designed to streamline your React Native development with Appwrite.
33-
- Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance.
29+
- Refer to the [Appwrite documentation](https://appwrite.io/docs) for detailed integration guidance.

app.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@
3434
}
3535
],
3636
[
37-
"expo-font",
38-
{
39-
"fonts": [
40-
"node_modules/@expo-google-fonts/poppins/300Light/Poppins_300Light.ttf"
41-
]
42-
}
37+
"expo-font",
38+
{
39+
"fonts": ["node_modules/@expo-google-fonts/poppins/300Light/Poppins_300Light.ttf"]
40+
}
4341
]
4442
],
4543
"experiments": {

0 commit comments

Comments
 (0)