Skip to content

Commit

Permalink
chore: increae min RN version to 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Dec 11, 2023
1 parent b1cf875 commit 25c9347
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 25c9347

Please sign in to comment.