Skip to content

Commit 34c8074

Browse files
chore(readme): Set min RN version to 0.65 and include wizard (#2812)
1 parent 8d3001a commit 34c8074

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
2121

2222
## Requirements
2323

24-
- `react-native >= 0.56.0`
24+
- `react-native >= 0.65.0`
2525

2626
## Features
2727

@@ -34,6 +34,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
3434
- RAM bundle support
3535
- Hermes support
3636
- Expo support ([sentry-expo](https://github.com/expo/sentry-expo))
37+
- RN New Architecture support
3738

3839
## Installation and Usage
3940

@@ -43,14 +44,10 @@ To install the package:
4344
npm install --save @sentry/react-native
4445
# OR
4546
yarn add @sentry/react-native
46-
```
47-
48-
If you are using a version of React Native <= 0.60.x link the package using `react-native`.
4947

50-
```sh
51-
react-native link @sentry/react-native
52-
# OR, if self hosting
53-
SENTRY_WIZARD_URL=http://sentry.acme.com/ react-native link @sentry/react-native
48+
# AND
49+
npx @sentry/wizard -i reactNative -p ios android
50+
npx pod-install
5451
```
5552

5653
How to use it:

0 commit comments

Comments
 (0)