react-native-maps 1.21.0-alpha.136 → 1.21.0-alpha.137

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.
@@ -626,6 +626,9 @@ using namespace facebook::react;
626
626
  case RNMapsGoogleMapViewMapType::Hybrid:
627
627
  _view.mapType = kGMSTypeHybrid;
628
628
  break;
629
+ case RNMapsGoogleMapViewMapType::None:
630
+ _view.mapType = kGMSTypeNone;
631
+ break;
629
632
  default:
630
633
  _view.mapType = kGMSTypeNormal;
631
634
  break;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "src/index.ts",
6
6
  "author": "Leland Richardson <leland.m.richardson@gmail.com>",
7
7
  "homepage": "https://github.com/react-native-maps/react-native-maps#readme",
8
- "version": "1.21.0-alpha.136",
8
+ "version": "1.21.0-alpha.137",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",