Skip to content

chore(readme): Set min RN version to 0.65 and include wizard #2812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he

## Requirements

- `react-native >= 0.56.0`
- `react-native >= 0.65.0`

## Features

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

## Installation and Usage

Expand All @@ -43,14 +44,10 @@ To install the package:
npm install --save @sentry/react-native
# OR
yarn add @sentry/react-native
```

If you are using a version of React Native <= 0.60.x link the package using `react-native`.

```sh
react-native link @sentry/react-native
# OR, if self hosting
SENTRY_WIZARD_URL=http://sentry.acme.com/ react-native link @sentry/react-native
# AND
npx @sentry/wizard -i reactNative -p ios android
npx pod-install
```

How to use it:
Expand Down