File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
21
21
22
22
## Requirements
23
23
24
- - ` react-native >= 0.56 .0 `
24
+ - ` react-native >= 0.65 .0 `
25
25
26
26
## Features
27
27
@@ -34,6 +34,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
34
34
- RAM bundle support
35
35
- Hermes support
36
36
- Expo support ([ sentry-expo] ( https://github.com/expo/sentry-expo ) )
37
+ - RN New Architecture support
37
38
38
39
## Installation and Usage
39
40
@@ -43,14 +44,10 @@ To install the package:
43
44
npm install --save @sentry/react-native
44
45
# OR
45
46
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 ` .
49
47
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
54
51
```
55
52
56
53
How to use it:
You can’t perform that action at this time.
0 commit comments