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
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
-
```sh
55
-
yarn install
56
-
```
54
+
```sh
55
+
yarn install
56
+
```
57
57
58
58
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