UNPKG

@zaruikes/epubjs-core

Version:

A digital book reader in .opf .epub format for react native using epub.js library inside a webview.

2 lines 452 B
const INTERNAL_EVENTS = ['meta', 'onStarted', 'onReady', 'onDisplayError', 'onResized', 'onLocationChange', 'onSearch', 'onLocationsReady', 'onSelected', 'onOrientationChange', 'onBeginning', 'onFinish', 'onRendered', 'onLayout', 'onNavigationLoaded', 'onAddAnnotation', 'onChangeAnnotations', 'onSetInitialAnnotations', 'onPressAnnotation', 'onAddBookmark', 'onRemoveBookmark', 'onRemoveBookmarks', 'onUpdateBookmark']; export default INTERNAL_EVENTS;