You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/docs/pages/sdks/mobile/react-native/quickstart-expo.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ DevRev.configure(appID: string)
46
46
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:
47
47
48
48
1. Go to sample directory:
49
-
```sh
50
-
cd sample
51
-
```
49
+
```sh
50
+
cd sample
51
+
```
52
52
53
53
2. Install dependencies:
54
54
```sh
@@ -61,14 +61,14 @@ A sample app with use cases for the DevRev Expo plugin has been provided as a pa
61
61
```
62
62
63
63
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
+
```
68
68
OR open `android` in Android Studio and run the app.
69
69
70
-
-**On iOS**
71
-
```sh
72
-
npx expo run:ios
73
-
```
70
+
**On iOS**
71
+
```sh
72
+
npx expo run:ios
73
+
```
74
74
OR open `DevRevSDKSample.xcworkspace` in Xcode and run the app.
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:
27
27
28
28
1. Go to the sample directory:
29
-
```sh
30
-
cd sample
29
+
```sh
30
+
cd sample
31
+
```
31
32
32
33
2. Install dependencies:
33
-
```sh
34
-
yarn install
35
-
```
34
+
```sh
35
+
yarn install
36
+
```
36
37
37
38
3. For iOS, run:
38
-
```sh
39
-
cd ios
40
-
pod install
41
-
```
39
+
```sh
40
+
cd ios
41
+
pod install
42
+
```
42
43
43
44
Then, open DevRevSDKSample.xcworkspace in Xcode and run the app.
0 commit comments