react-native-mapsforge-vtm
Version:
React Native components to build vector maps using Mapsforges fork of vtm. Offline rendering of OpenStreetMap data. Android only
22 lines (19 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _constants = require("../constants.js");
/**
* External dependencies
*/
/**
* Internal dependencies
*/
const ComponentName = 'MapViewManager';
const MapViewManager = _reactNative.UIManager.getViewManagerConfig(ComponentName) != null ? (0, _reactNative.requireNativeComponent)(ComponentName) : () => {
throw new Error(_constants.LINKING_ERROR);
};
var _default = exports.default = MapViewManager;
//# sourceMappingURL=MapViewManager.js.map