expo-osm-sdk
Version:
OpenStreetMap component for React Native with Expo
14 lines • 527 B
TypeScript
import React from 'react';
import { OSMViewProps, OSMViewRef } from '../types';
/**
* Smart Web component for OSMView.
*
* Automatically detects if MapLibre GL is available:
* - If available: Uses real interactive maps with MapLibre GL JS
* - If not available: Uses safe fallback UI
*
* This provides the best experience while maintaining safety.
*/
declare const OSMView: React.ForwardRefExoticComponent<OSMViewProps & React.RefAttributes<OSMViewRef>>;
export default OSMView;
//# sourceMappingURL=OSMView.web.d.ts.map