@rnmapbox/maps 10.0.5-rc.1 → 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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +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#main
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#main
99
+ npm install --save @rnmapbox/maps
100
100
  ```
101
101
 
102
102
  #### Installing other versions
103
- Replace `rnmapbox/maps#main` with the following to install other versions:
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rnmapbox/maps",
3
3
  "description": "A Mapbox react native module for creating custom maps",
4
- "version": "10.0.5-rc.1",
4
+ "version": "10.0.5",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },