1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-mobile/utils/shim-init-react/injectedJs.ts

10 lines
439 B
TypeScript
Raw Normal View History

const injectedJs = {
webviewLib: require('@joplin/lib/rnInjectedJs/webviewLib'),
codeMirrorBundle: require('../../lib/rnInjectedJs/codeMirrorBundle.bundle'),
svgEditorBundle: require('../../lib/rnInjectedJs/svgEditorBundle.bundle'),
pluginBackgroundPage: require('../../lib/rnInjectedJs/pluginBackgroundPage.bundle'),
noteBodyViewerBundle: require('../../lib/rnInjectedJs/noteBodyViewerBundle.bundle'),
};
export default injectedJs;