UNPKG

nativescript-mapbox

Version:

A Nativescript plugin for Mapbox Native Maps.

9 lines (7 loc) 238 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from './mapbox.ios'; // Export any shared classes, constants, etc. export * from './mapbox.common';