Skip to content

Commit

Permalink
Merge pull request #13 from apivideo/remove-peer-dependency-constraint
Browse files Browse the repository at this point in the history
Remove RN peer dep max version contraint
  • Loading branch information
olivierapivideo authored Jun 13, 2022
2 parents 66e2b7e + 8b910c0 commit 8037b0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [1.0.1] - 2022-06-13
- Remove react-native peer dependency max version constraint

## [1.0.0] - 2021-12-13
- Allow autoplay on not muted videos

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api.video/react-native-player",
"author": "api.video",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native api.video player",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"postinstall": "node ./scripts/add-native-deps.js"
},
"peerDependencies": {
"react-native": ">=0.60 <=0.64"
"react-native": ">=0.60"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 8037b0b

Please sign in to comment.