plugins
plugins copied to clipboard
@nativescript/google-maps - Svelte Native has any kind of support?
Yes, you will need to register the map view like the example
import { registerNativeViewElement } from 'svelte-native/dom'
registerNativeViewElement("mapView", () => require("@nativescript/google-maps"). MapView);