From ef0b27840ccd8bd51a7349efe8802898e98dccaf Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 30 Apr 2024 11:51:36 +0000 Subject: [PATCH] update readme --- docs/sdks/react-native/GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdks/react-native/GETTING_STARTED.md b/docs/sdks/react-native/GETTING_STARTED.md index 0f3695040..9d07eec54 100644 --- a/docs/sdks/react-native/GETTING_STARTED.md +++ b/docs/sdks/react-native/GETTING_STARTED.md @@ -7,10 +7,10 @@ If this is your first time using Appwrite, create an account and create your fir Then, under **Add a platform**, add a **Android app** or a **Apple app**. You can skip optional steps. #### iOS steps -Add your app **name** and **Bundle ID**. You can find your **Bundle Identifier** in the **General** tab for your app's primary target in XCode. +Add your app **name** and **Bundle ID**. You can find your **Bundle Identifier** in the **General** tab for your app's primary target in XCode. For Expo projects you can set or find it on **app.json** file at your project's root directory. #### Android steps -Add your app's **name** and **package name**, Your package name is generally the **applicationId** in your app-level [build.gradle](https://github.com/appwrite/playground-for-flutter/blob/master/android/app/build.gradle#L41) file. +Add your app's **name** and **package name**, Your package name is generally the **applicationId** in your app-level **build.gradle** file. For Expo projects you can set or find it on **app.json** file at your project's root directory. ## Setup