From fcee544c308df577343b0c9aa53e7aedc6287565 Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Thu, 28 Aug 2025 20:54:06 +0300 Subject: [PATCH 1/2] fix: remove mistyped peerdependency --- README.md | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8415192..cac6393 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This is the beta release of the Google Driver SDK package for React Native. It i ``` or ```bash - yarn add https://github.com/googlemaps/react-native-driver-sdk#{version_tag} + yarn add @googlemaps/react-native-driver-sdk@https://github.com/googlemaps/react-native-driver-sdk#{version_tag} ``` 1. Install the `@googlemaps/react-native-navigation-sdk` dependency: diff --git a/package.json b/package.json index 52194f8..038f878 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,7 @@ }, "peerDependencies": { "react": "*", - "react-native": "*", - "react-native-navigation-sdk": ">=0.10.0" + "react-native": "*" }, "workspaces": [ "example/LMFS", From 12aaa99e841bcbb328362400555281f92516cf73 Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Thu, 28 Aug 2025 21:09:07 +0300 Subject: [PATCH 2/2] fix: update yarn.lock file --- yarn.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 1437d73..b37068b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1937,7 +1937,6 @@ __metadata: peerDependencies: react: "*" react-native: "*" - react-native-navigation-sdk: ">=0.10.0" languageName: unknown linkType: soft