plugins icon indicating copy to clipboard operation
plugins copied to clipboard

@nativescript/google-maps - Svelte Native has any kind of support?

Open narender56 opened this issue 2 years ago • 1 comments

narender56 avatar Jun 13 '22 10:06 narender56

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);

triniwiz avatar Jun 13 '22 10:06 triniwiz