@rnmapbox/maps 10.0.5-rc.0 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/android/rctmgl/build.gradle +1 -1
- package/package.json +1 -1
- package/rnmapbox-maps.podspec +1 -1
package/README.md
CHANGED
|
@@ -90,18 +90,19 @@ _See [iOS](ios/install.md) & [Android](android/install.md) setup guide for more
|
|
|
90
90
|
#### Using `yarn`
|
|
91
91
|
Install the latest source from git:
|
|
92
92
|
```sh
|
|
93
|
-
yarn add rnmapbox/maps
|
|
93
|
+
yarn add @rnmapbox/maps
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
#### Using `npm`
|
|
97
97
|
Install the latest source from git:
|
|
98
98
|
```sh
|
|
99
|
-
npm install --save rnmapbox/maps
|
|
99
|
+
npm install --save @rnmapbox/maps
|
|
100
100
|
```
|
|
101
101
|
|
|
102
102
|
#### Installing other versions
|
|
103
|
-
|
|
104
|
-
- `@rnmapbox/maps` installs the latest release
|
|
103
|
+
|
|
104
|
+
- `@rnmapbox/maps` installs the latest release from npm
|
|
105
|
+
- to install current `main` from github replace `@rnmapbox/maps` with `rnmapbox/maps#main`. To install specific version use `@rnmapbox/maps@10.0.4`
|
|
105
106
|
|
|
106
107
|
|
|
107
108
|
#### Using `expo`
|
package/package.json
CHANGED
package/rnmapbox-maps.podspec
CHANGED
|
@@ -20,7 +20,7 @@ require 'json'
|
|
|
20
20
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
21
21
|
|
|
22
22
|
## Warning: these lines are scanned by autogenerate.js
|
|
23
|
-
rnMapboxMapsDefaultMapboxVersion = '~> 10.
|
|
23
|
+
rnMapboxMapsDefaultMapboxVersion = '~> 10.13.1'
|
|
24
24
|
rnMapboxMapsDefaultMapboxGLVersion = '~> 5.9.0'
|
|
25
25
|
rnMapboxMapsDefaultMapLibreVersion = 'exactVersion 5.12.1'
|
|
26
26
|
|