Skip to content

Commit 5150523

Browse files
Improve formatting and readability
1 parent 9d41482 commit 5150523

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,28 @@ DevRev.configure(appID: string)
4646
A sample app with use cases for the DevRev Expo plugin has been provided as a part of our [public repository](https://github.com/devrev/devrev-sdk-expo). To set up and run the sample app:
4747

4848
1. Go to sample directory:
49-
```sh
50-
cd sample
51-
```
49+
```sh
50+
cd sample
51+
```
5252

5353
2. Install dependencies:
54-
```sh
55-
yarn install
56-
```
54+
```sh
55+
yarn install
56+
```
5757

5858
3. Run clean and prebuild:
59-
```sh
60-
npx expo prebuild --clean
61-
```
62-
63-
4. Run the app:
64-
**On Android**
65-
```sh
66-
npx expo run:android
67-
```
68-
OR open `android` in Android Studio and run the app.
69-
70-
**For iOS, run:**
71-
```sh
72-
npx expo run:ios
73-
```
74-
OR open `DevRevSDKSample.xcworkspace` in Xcode and run the app.
59+
```sh
60+
npx expo prebuild --clean
61+
```
62+
63+
4. Run the app On Android:
64+
```sh
65+
npx expo run:android
66+
```
67+
OR open `android` in Android Studio and run the app.
68+
69+
5. Run the app On iOS:
70+
```sh
71+
npx expo run:ios
72+
```
73+
OR open `ios/DevRevSDKSample.xcworkspace` in Xcode and run the app.

0 commit comments

Comments
 (0)