Skip to content

Commit 281273a

Browse files
Improve formatting
1 parent c1b97f3 commit 281273a

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

fern/docs/pages/sdks/mobile/cordova/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ cordova platform add android
4141
cordova platform add ios
4242
```
4343

44-
- **On Android:**
44+
**On Android:**
4545
```sh
4646
cordova run android
4747
```
4848
OR open `platforms/android` in Android Studio and run the app.
4949

50-
- **On iOS:**
50+
**On iOS:**
5151
1. Open `platforms/ios/Podfile` and ensure it contains:
5252
```ruby
5353
platform :ios, '15.0'

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ 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:
5454
```sh
@@ -61,14 +61,14 @@ A sample app with use cases for the DevRev Expo plugin has been provided as a pa
6161
```
6262

6363
4. Run the app:
64-
- **On Android**
65-
```sh
66-
npx expo run:android
67-
```
64+
**On Android**
65+
```sh
66+
npx expo run:android
67+
```
6868
OR open `android` in Android Studio and run the app.
6969

70-
- **On iOS**
71-
```sh
72-
npx expo run:ios
73-
```
70+
**On iOS**
71+
```sh
72+
npx expo run:ios
73+
```
7474
OR open `DevRevSDKSample.xcworkspace` in Xcode and run the app.

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@ 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
29+
```sh
30+
cd sample
31+
```
3132

3233
2. Install dependencies:
33-
```sh
34-
yarn install
35-
```
34+
```sh
35+
yarn install
36+
```
3637

3738
3. For iOS, run:
38-
```sh
39-
cd ios
40-
pod install
41-
```
39+
```sh
40+
cd ios
41+
pod install
42+
```
4243

4344
Then, open DevRevSDKSample.xcworkspace in Xcode and run the app.
4445

4546
4. Run the app on Android or iOS using:
46-
47-
```sh
48-
npx react-native start
49-
```
47+
```sh
48+
npx react-native start
49+
```

0 commit comments

Comments
 (0)