Skip to content

Commit

Permalink
chore: remove legacy rnpm config (#3811)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed May 13, 2024
1 parent d6eb796 commit 8e270b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixes

- Remove unused `rnpm` config ([#3811](https://github.com/getsentry/sentry-react-native/pull/3811))

### Dependencies

- Bump CLI from v2.30.4 to v2.31.2 ([#3719](https://github.com/getsentry/sentry-react-native/pull/3719))
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,6 @@
"uuid": "^9.0.1",
"xmlhttprequest": "^1.8.0"
},
"rnpm": {
"commands": {},
"android": {
"packageInstance": "new RNSentryPackage()",
"packageImportPath": "import io.sentry.react.RNSentryPackage;"
},
"ios": {}
},
"codegenConfig": {
"name": "RNSentrySpec",
"type": "modules",
Expand Down

0 comments on commit 8e270b4

Please sign in to comment.