From 25c9347a05a2def7aeea5621b9334b23a4145823 Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Mon, 11 Dec 2023 16:37:37 +0100 Subject: [PATCH] chore: increae min RN version to 0.65 --- CHANGELOG.md | 1 + README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c22469..b821e31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index eb5a7bab..88da175c 100644 --- a/README.md +++ b/README.md @@ -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+ diff --git a/package.json b/package.json index 4c2ac361..e7ce7b97 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "peerDependencies": { "react": ">=17", - "react-native": ">=0.64" + "react-native": ">=0.65" }, "commitlint": { "extends": [