mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
import MapView from './components/MapView';
|
|
|
|
let MapboxGL = {};
|
|
|
|
// components
|
|
MapboxGL.MapView = MapView;
|
|
|
|
export default MapboxGL;
|