AB
Results
2
comments of
AB
V2 documentation was clear about how to initialize LocalNotification: `import { Plugins } from '@capacitor/core'; const { LocalNotifications } = Plugins; const notifs = await LocalNotifications.schedule({ notifications: [ { title:...
when I try to build it errors out, obviously because I'm not importing the right libraries and I'm not initializing LocalNotification. `'default' is not exported by node_modules/@capacitor/local-notifications/dist/esm/index.js, imported by src/routes/connect/index.svelte...