UNPKG
@react-native-mapbox-gl/maps
Version:
latest (8.6.0-beta.0)
8.6.0-beta.0
8.5.0
8.4.0
8.3.0
8.2.1
8.2.0
8.2.0-beta2
8.2.0-beta1
8.1.0
8.1.0-rc10
8.1.0-rc.9
8.1.0-rc.8
8.1.0-rc.7
8.1.0-rc.6
8.1.0-rc.5
8.1.0-rc.4
8.1.0-rc.2
8.1.0-rc.1
8.1.0-beta.1
8.0.0
8.0.0-rc6
8.0.0-rc5
8.0.0-rc3
8.0.0-rc2
8.0.0-rc1
8.0.0-beta1
7.2.0
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
7.0.0-rc3
7.0.0-rc2
A Mapbox GL react native module for creating custom maps
github.com/rnmapbox/maps
rnmapbox/maps
@react-native-mapbox-gl/maps
/
babel.config.js
10 lines
(9 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports = { presets: [
'module:metro-react-native-babel-preset'
], plugins:
[['@babel/plugin-proposal-class-properties', {loose: true}]]
, env: { production: { plugins: [
'transform-remove-console'
], }, }, };