UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

20 lines (19 loc) 598 B
export declare const strings: { flagshipButNoRNAPI: string; noListenerFound: string; noWebviewFound: string; postMeSignature: string; webviewIsRendered: string; errorRegisterWebview: string; errorUnregisterWebview: string; errorEmitMessage: string; errorCozyBarAPIMissing: string; errorParentHandshake: string; errorNoMessengerToInit: string; logging: { registering: (uri: string) => string; registered: (uri: string) => string; unregistering: (uri: string) => string; unregistered: (uri: string) => string; }; };