Skip to content

Commit d26386f

Browse files
committed
chore: bump minimum React Native version to 0.82
1 parent e85fcd2 commit d26386f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![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)
55
[![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)
66
[![API Docs](https://img.shields.io/static/v1?label=typedoc&message=docs&color=informational)](https://pinpong.github.io/react-native-google-maps-plus)
7-
![React Native](https://img.shields.io/badge/react--native-%3E%3D0.81.0-61dafb.svg?logo=react)
7+
![React Native](https://img.shields.io/badge/react--native-%3E%3D0.82.0-61dafb.svg?logo=react)
88

99
React Native wrapper for Android & iOS Google Maps SDK.
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
"peerDependencies": {
117117
"expo": "*",
118118
"react": "*",
119-
"react-native": "*",
120-
"react-native-nitro-modules": "*"
119+
"react-native": ">=0.82.0",
120+
"react-native-nitro-modules": ">=0.35.1"
121121
},
122122
"peerDependenciesMeta": {
123123
"expo": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12472,8 +12472,8 @@ __metadata:
1247212472
peerDependencies:
1247312473
expo: "*"
1247412474
react: "*"
12475-
react-native: "*"
12476-
react-native-nitro-modules: "*"
12475+
react-native: ">=0.82.0"
12476+
react-native-nitro-modules: ">=0.35.1"
1247712477
peerDependenciesMeta:
1247812478
expo:
1247912479
optional: true

0 commit comments

Comments
 (0)