Skip to content

Commit 9ddfa42

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

File tree

3 files changed

+1243
-1403
lines changed

3 files changed

+1243
-1403
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 versions `>=0.74.1 <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.74.1 <0.75.0"
9090
},
9191
"workspaces": [
9292
"example"

0 commit comments

Comments
 (0)