react-native-maps 1.21.0-alpha.129 → 1.21.0-alpha.130

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/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.129",
8
+ "version": "1.21.0-alpha.130",
9
9
  "license": "MIT",
10
10
  "scripts": {
11
11
  "lint": "eslint . --max-warnings 0",
@@ -33,9 +33,6 @@ Pod::Spec.new do |s|
33
33
  echo "GOOGLE_MAPS_HEADER_PATH=$GOOGLE_MAPS_HEADER_PATH"
34
34
  echo "DEFINES_FILE=$DEFINES_FILE"
35
35
 
36
- # Create directory with explicit bash commands /
37
- bin / mkdir - p "$DEFINES_DIR"
38
-
39
36
  # Check
40
37
  if Google Maps is available and write to the defines file
41
38
  if [-f "$GOOGLE_MAPS_HEADER_PATH"]; then echo "#define HAVE_GOOGLE_MAPS 1" > "$DEFINES_FILE"