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

9 lines
133 B
JavaScript
Raw Normal View History

2017-08-22 17:22:40 -07:00
import MapView from './components/MapView';
let MapboxGL = {};
// components
MapboxGL.MapView = MapView;
export default MapboxGL;