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 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
31
-
```
29
+
```sh
30
+
cd sample
31
+
```
32
32
33
33
2. Install dependencies:
34
-
```sh
35
-
yarn install
36
-
```
34
+
```sh
35
+
yarn install
36
+
```
37
37
38
38
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
+
```
45
43
46
44
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