Skip to content

Commit 21c29f1

Browse files
authored
fix: remove mistyped peerdependency (#59)
* fix: remove mistyped peerdependency * fix: update yarn.lock file
1 parent cf3d70e commit 21c29f1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This is the beta release of the Google Driver SDK package for React Native. It i
3333
```
3434
or
3535
```bash
36-
yarn add https://github.com/googlemaps/react-native-driver-sdk#{version_tag}
36+
yarn add @googlemaps/react-native-driver-sdk@https://github.com/googlemaps/react-native-driver-sdk#{version_tag}
3737
```
3838

3939
1. Install the `@googlemaps/react-native-navigation-sdk` dependency:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
},
8686
"peerDependencies": {
8787
"react": "*",
88-
"react-native": "*",
89-
"react-native-navigation-sdk": ">=0.10.0"
88+
"react-native": "*"
9089
},
9190
"workspaces": [
9291
"example/LMFS",

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,6 @@ __metadata:
19371937
peerDependencies:
19381938
react: "*"
19391939
react-native: "*"
1940-
react-native-navigation-sdk: ">=0.10.0"
19411940
languageName: unknown
19421941
linkType: soft
19431942

0 commit comments

Comments
 (0)