We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a62925 commit b9884d5Copy full SHA for b9884d5
example/package.json
@@ -14,7 +14,7 @@
14
},
15
"dependencies": {
16
"@mapbox/geo-viewport": "^0.4.0",
17
- "@react-native-mapbox-gl/maps": "file:../react-native-mapbox-gl-maps-7.0.0.tgz",
+ "@react-native-mapbox-gl/maps": "file:../react-native-mapbox-gl-maps.tgz",
18
"@turf/along": "^5.1.5",
19
"@turf/bearing": "^5.1.5",
20
"@turf/distance": "^5.1.5",
example/scripts/npm_pack_rngl.sh
@@ -4,4 +4,9 @@ echo "Moving into ${RNGL}"
4
cd ../
5
6
echo "Attempting to pack react-native-mapbox-gl"
7
-npm pack
+
8
+name=$(npm pack)
9
10
+echo "Renaming $name"
11
12
+mv "$name" "react-native-mapbox-gl-maps.tgz"
0 commit comments