We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795da2d commit 8b901d3Copy full SHA for 8b901d3
demo-svelte/app/app.ts
@@ -11,8 +11,8 @@ import App from './App.svelte';
11
import { install } from '@nativescript-community/ui-persistent-bottomsheet';
12
install();
13
14
-import DrawerElement from '@nativescript-community/ui-persistent-bottomsheet/svelte';
15
-DrawerElement.register();
+import PBSElement from '@nativescript-community/ui-persistent-bottomsheet/svelte';
+PBSElement.register();
16
import CollectionViewElement from '@nativescript-community/ui-collectionview/svelte';
17
CollectionViewElement.register();
18
registerNativeViewElement('cartomap', () => require('@nativescript-community/ui-carto/ui').CartoMap);
0 commit comments