Skip to content

Commit

Permalink
fix: update peerDependencies for react-native-notificated (support v2…
Browse files Browse the repository at this point in the history
….14 and v3) (#246)

* * allow library to use as peerDependencies react-native-reanimated in v3 and above

* * remove unused github worklfow

* * remove github workflow - check_changeded (redundant)
  • Loading branch information
PdoubleU authored Nov 30, 2023
1 parent e6c307f commit 2e57bc1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 50 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/append_to_changelogs.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/check_changed.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^2.14.4"
"react-native-reanimated": "^2.14.4 || ^3.0.0"
},
"resolutions": {
"shell-quote": "1.7.3"
Expand Down

0 comments on commit 2e57bc1

Please sign in to comment.