expo-arcgis 0.2.5 โ†’ 0.2.6

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,11 +8,6 @@ authentication.
8
8
 
9
9
  ๐Ÿ“– **[Documentation & samples โ†’](https://alex-krassavin.github.io/expo-arcgis)**
10
10
 
11
- > **Status โ€” early / pre-1.0.** The full surface below is implemented and **compile-verified** on both
12
- > platforms (TypeScript ยท Android `compileDebugKotlin` ยท iOS pod build). On-device **runtime** validation
13
- > (rendering, network calls, device sensors) should be done in your own app. The API may still change
14
- > before 1.0. Pulls ArcGIS Maps SDK **300.0.0**.
15
-
16
11
  ## Features
17
12
 
18
13
  | Area | What's covered |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-arcgis",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "ArcGIS Maps SDK for React Native โ€” native Android (Kotlin) & iOS (Swift) map rendering as an Expo module",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",