Skip to content

Commit 9d41482

Browse files
Improve formatting
1 parent 0ad3150 commit 9d41482

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,23 @@ DevRev.configure(appID: string)
2626
A sample app with use cases for the DevRev React Native plugin has been provided as a part of our [public repository](https://github.com/devrev/devrev-sdk-react-native). To set up and run the sample app:
2727

2828
1. Go to the sample directory:
29-
```sh
30-
cd sample
31-
```
29+
```sh
30+
cd sample
31+
```
3232

3333
2. Install dependencies:
34-
```sh
35-
yarn install
36-
```
34+
```sh
35+
yarn install
36+
```
3737

3838
3. For iOS, run:
39-
```sh
40-
cd ios
41-
pod install
42-
```
43-
44-
Then, open DevRevSDKSample.xcworkspace in Xcode and run the app.
39+
```sh
40+
cd ios
41+
pod install
42+
```
4543

4644
4. Run the app on Android or iOS using:
47-
```sh
48-
npx react-native start
49-
```
45+
```sh
46+
npx react-native start
47+
```
48+
Or open `android` directory in Android Studio or `ios/DevRevSDKSample.xcworkspace` in Xcode and run the app from there.

0 commit comments

Comments
 (0)