diff --git a/README.md b/README.md index d986293..9c8c9bc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dev Release](https://img.shields.io/npm/v/react-native-google-maps-plus/dev.svg?label=dev%20release&color=orange)](https://www.npmjs.com/package/react-native-google-maps-plus) [![Build](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml/badge.svg)](https://github.com/pinpong/react-native-google-maps-plus/actions/workflows/release.yml) [![API Docs](https://img.shields.io/static/v1?label=typedoc&message=docs&color=informational)](https://pinpong.github.io/react-native-google-maps-plus) -![React Native](https://img.shields.io/badge/react--native-%3E%3D0.81.0-61dafb.svg?logo=react) +![React Native](https://img.shields.io/badge/react--native-%3E%3D0.82.0-61dafb.svg?logo=react) React Native wrapper for Android & iOS Google Maps SDK. diff --git a/package.json b/package.json index f782e2b..0d5c28d 100644 --- a/package.json +++ b/package.json @@ -116,8 +116,8 @@ "peerDependencies": { "expo": "*", "react": "*", - "react-native": "*", - "react-native-nitro-modules": "*" + "react-native": ">=0.82.0", + "react-native-nitro-modules": ">=0.35.1" }, "peerDependenciesMeta": { "expo": { diff --git a/yarn.lock b/yarn.lock index d7ad4fb..4f38c5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12472,8 +12472,8 @@ __metadata: peerDependencies: expo: "*" react: "*" - react-native: "*" - react-native-nitro-modules: "*" + react-native: ">=0.82.0" + react-native-nitro-modules: ">=0.35.1" peerDependenciesMeta: expo: optional: true