Skip to content

Commit

Permalink
Merge pull request #352 from bitmovin/PRN-91/change-min-version-to-0.…
Browse files Browse the repository at this point in the history
…65.0

Increase min. React Native version to `0.65`
  • Loading branch information
rolandkakonyi authored Dec 13, 2023
2 parents 4de7966 + 25c9347 commit a93646c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- React Native version to `0.72.6`
- React Native peer dependency version to `0.65.0+`

## [0.14.2] (2023-11-27)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is an open-source project created to enable customers to integrate the Bitm

## Platform Support

This library requires at least React Native 0.64+ and React 17+ to work properly. The **officially supported** platforms are:
This library requires at least React Native 0.65+ and React 17+ to work properly. The **officially supported** platforms are:

- **iOS/iPadOS/tvOS:** 14.0+
- **Android:** 5.0+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"peerDependencies": {
"react": ">=17",
"react-native": ">=0.64"
"react-native": ">=0.65"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit a93646c

Please sign in to comment.