Files
react-native-mapbox-gl/javascript/index.js
T

9 lines
133 B
JavaScript

import MapView from './components/MapView';
let MapboxGL = {};
// components
MapboxGL.MapView = MapView;
export default MapboxGL;