Quellcode durchsuchen

Instale react-native-maps

ErnestoOrtiz2 vor 2 Jahren
Ursprung
Commit
f9e8afdedd
2 geänderte Dateien mit 33 neuen und 0 gelöschten Zeilen
  1. 32
    0
      package-lock.json
  2. 1
    0
      package.json

+ 32
- 0
package-lock.json Datei anzeigen

@@ -19,6 +19,7 @@
19 19
         "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
20 20
         "react-native-calendars": "^1.1267.0",
21 21
         "react-native-gifted-chat": "^0.16.3",
22
+        "react-native-maps": "^0.29.4",
22 23
         "react-native-multi-selectbox": "^1.5.0",
23 24
         "react-native-paper": "^4.9.2",
24 25
         "react-native-safe-area-context": "3.2.0",
@@ -3448,6 +3449,11 @@
3448 3449
         "react-native-safe-area-context": ">= 3.0.0"
3449 3450
       }
3450 3451
     },
3452
+    "node_modules/@types/geojson": {
3453
+      "version": "7946.0.8",
3454
+      "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz",
3455
+      "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA=="
3456
+    },
3451 3457
     "node_modules/@types/hammerjs": {
3452 3458
       "version": "2.0.40",
3453 3459
       "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.40.tgz",
@@ -10107,6 +10113,19 @@
10107 10113
         "prop-types": "^15.7.2"
10108 10114
       }
10109 10115
     },
10116
+    "node_modules/react-native-maps": {
10117
+      "version": "0.29.4",
10118
+      "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-0.29.4.tgz",
10119
+      "integrity": "sha512-Td2KE8+KODcHOxfB1GBNnzFo4/89rlLiC7yTvqQZh0tGVrEzIcgSleUZRrjtq/WvSWSR4rql4AS+0VsBgDkYrw==",
10120
+      "dependencies": {
10121
+        "@types/geojson": "^7946.0.7"
10122
+      },
10123
+      "peerDependencies": {
10124
+        "react": ">= 16.0 || < 18.0",
10125
+        "react-native": ">= 0.51",
10126
+        "react-native-web": ">= 0.11"
10127
+      }
10128
+    },
10110 10129
     "node_modules/react-native-multi-selectbox": {
10111 10130
       "version": "1.5.0",
10112 10131
       "resolved": "https://registry.npmjs.org/react-native-multi-selectbox/-/react-native-multi-selectbox-1.5.0.tgz",
@@ -15472,6 +15491,11 @@
15472 15491
         }
15473 15492
       }
15474 15493
     },
15494
+    "@types/geojson": {
15495
+      "version": "7946.0.8",
15496
+      "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz",
15497
+      "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA=="
15498
+    },
15475 15499
     "@types/hammerjs": {
15476 15500
       "version": "2.0.40",
15477 15501
       "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.40.tgz",
@@ -21105,6 +21129,14 @@
21105 21129
         "prop-types": "^15.7.2"
21106 21130
       }
21107 21131
     },
21132
+    "react-native-maps": {
21133
+      "version": "0.29.4",
21134
+      "resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-0.29.4.tgz",
21135
+      "integrity": "sha512-Td2KE8+KODcHOxfB1GBNnzFo4/89rlLiC7yTvqQZh0tGVrEzIcgSleUZRrjtq/WvSWSR4rql4AS+0VsBgDkYrw==",
21136
+      "requires": {
21137
+        "@types/geojson": "^7946.0.7"
21138
+      }
21139
+    },
21108 21140
     "react-native-multi-selectbox": {
21109 21141
       "version": "1.5.0",
21110 21142
       "resolved": "https://registry.npmjs.org/react-native-multi-selectbox/-/react-native-multi-selectbox-1.5.0.tgz",

+ 1
- 0
package.json Datei anzeigen

@@ -22,6 +22,7 @@
22 22
     "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
23 23
     "react-native-calendars": "^1.1267.0",
24 24
     "react-native-gifted-chat": "^0.16.3",
25
+    "react-native-maps": "^0.29.4",
25 26
     "react-native-multi-selectbox": "^1.5.0",
26 27
     "react-native-paper": "^4.9.2",
27 28
     "react-native-safe-area-context": "3.2.0",