Skip to content

Commit f8df391

Browse files
committed
chore: limit version to <0.75
1 parent 771e8b7 commit f8df391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository contains a React Native plugin that provides a [Google Navigatio
1313
| ------------------------------- | ------- | --------- |
1414
| **Minimum mobile OS supported** | SDK 23+ | iOS 15.0+ |
1515

16-
* A React Native project with supported versions `>=0.74.1 <0.76.0`
16+
* A React Native project with supported version `<0.75.0`
1717
* A Google Cloud project
1818
* If you are a Mobility Services developer, you must contact Sales as described in [Mobility services documentation](https://developers.google.com/maps/documentation/transportation-logistics/mobility).
1919
* If you are not a Mobility Services developer, refer to [Setup Google Cloud Project](https://developers.google.com/maps/documentation/navigation/android-sdk/cloud-setup) for instructions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"peerDependencies": {
8888
"react": "*",
89-
"react-native": ">=0.74.1 <0.76.0"
89+
"react-native": "<0.75.0"
9090
},
9191
"workspaces": [
9292
"example"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ __metadata:
19831983
typescript: ">=4.3.5 <5.4.0"
19841984
peerDependencies:
19851985
react: "*"
1986-
react-native: ">=0.74.1 <0.76.0"
1986+
react-native: <0.75.0
19871987
languageName: unknown
19881988
linkType: soft
19891989

0 commit comments

Comments
 (0)