Closed gklasen closed 1 year ago
Hey, at first, i appreciate your work. :-)
Unfortunately, i get ...
'EmailComposerPlugin' only refers to a type, but is being used as a value here.
... when calling EmailComposerPlugin.open(...)
EmailComposerPlugin.open(...)
Import is import { EmailComposerPlugin } from 'capacitor-email-composer'
import { EmailComposerPlugin } from 'capacitor-email-composer'
Do i miss something?
Can you please let me know how did you solve this issue?
Hey, at first, i appreciate your work. :-)
Unfortunately, i get ...
... when calling
EmailComposerPlugin.open(...)
Import is
import { EmailComposerPlugin } from 'capacitor-email-composer'
Do i miss something?