We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3d70e commit fcee544Copy full SHA for fcee544
README.md
@@ -33,7 +33,7 @@ This is the beta release of the Google Driver SDK package for React Native. It i
33
```
34
or
35
```bash
36
- 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}
37
38
39
1. Install the `@googlemaps/react-native-navigation-sdk` dependency:
package.json
@@ -85,8 +85,7 @@
85
},
86
"peerDependencies": {
87
"react": "*",
88
- "react-native": "*",
89
- "react-native-navigation-sdk": ">=0.10.0"
+ "react-native": "*"
90
91
"workspaces": [
92
"example/LMFS",
0 commit comments