-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take Epup file from local #319
Comments
It working now, needed to add data:application/oebps-package+xml;base64, prefix But application is very slow, when I swipes to next page, it takes around 2min to navigate, is there any solution ? This is my code import React, {useEffect, useState} from 'react'; import { SafeAreaView, Text, Button } from 'react-native'; export default function Epub() { useEffect(()=>{ if(!basesf){ return ( ); |
Summary
Hello,
Honestly such a great package, I came across docs, need to pass
src
as a http.<Reader
src="https://github.com/IDPF/epub3-samples/releases/download/20230704/accessible_epub_3.epub"
width={width}
height={height}
fileSystem={useFileSystem}
waitForLocationsReady
/ >
Is there any way to pass local file reference, I mean first
Epub
will download into app, and then we could somehow use downloaded file, So that not restriction for internetWhat platform(s) does this occur on?
Android, iOS
What workflow(s) does this occur on?
Bare Workflow
Environment (or package.json)
Local Enviroment
Your .epub file
No response
Minimal reproducible example
No response
I confirm that i have
The text was updated successfully, but these errors were encountered: