Skip to content

Commit 75cacfc

Browse files
committed
Fix the React Native readme
1 parent e919e55 commit 75cacfc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ DevRev SDK, used for integrating DevRev services into your Expo app.
55

66
## Requirements
77

8-
- `expo` (any version)
9-
- `react-native` (compatible with Expo version)
10-
- `@devrev/sdk-react-native` (version 2.1.0 or higher)
11-
- Minimum deployment target Android SDK 24 or iOS 15.1.
8+
- React Native 0.79.0 or later.
9+
- For Expo apps, Expo 50.0.0 or later.
10+
- On Android, the minimum API level should be 24.
11+
- On iOS, the minimum deployment target should be 15.1.
1212

1313
## Installation
1414

@@ -50,7 +50,7 @@ DevRev.configure(appID: string)
5050
## Sample app
5151
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:
5252

53-
1. Go to sample directory:
53+
1. Go to the sample directory:
5454
```sh
5555
cd sample
5656
```

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This guide helps you integrate the DevRev SDK into your React Native app.
44

55
## Requirements
6-
- Minimum deployment target Android SDK 24 or iOS 15.1.
6+
- React Native 0.79.0 or later.
7+
- For Expo apps, Expo 50.0.0 or later.
8+
- On Android, the minimum API level should be 24.
9+
- On iOS, the minimum deployment target should be 15.1.
710

811
## Installation
912

0 commit comments

Comments
 (0)