You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have implement the epub reader in my app. I am downloading the epub file from url and save to local and then load the local url. I have load the epub file in one screen but when i go to another screen with the same local url it's not loading and after i have to restart the app to load epub.
Summary
i have implement the epub reader in my app. I am downloading the epub file from url and save to local and then load the local url. I have load the epub file in one screen but when i go to another screen with the same local url it's not loading and after i have to restart the app to load epub.
What platform(s) does this occur on?
iOS
What workflow(s) does this occur on?
Bare Workflow
Environment (or package.json)
expo-env-info 1.2.0 environment info:
System:
OS: macOS 13.4.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.1.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.8.1 - ~/Documents/Hitendra/ReactNative/UTR/Github/sw-tt-utr-app/utrapp/node_modules/.bin/npm
Watchman: 2024.01.22.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
IDEs:
Android Studio: 2023.2 AI-232.10300.40.2321.11567975
Xcode: 14.1/14B47b - /usr/bin/xcodebuild
npmPackages:
react: 18.2.0 => 18.2.0
react-native: 0.73.6 => 0.73.6
Expo Workflow: bare
Your .epub file
No response
Minimal reproducible example
<Reader
width={100}
height={100}
// width={viewWidth}
// height={viewHeight - (50 + insets.bottom)}
src={epubURL}
fileSystem={useFileSystem}
flow="scrolled-doc"
onDisplayError={error=>{
console.log("Ebook reading fail",error);
}}
onReady={() => {
console.log("book is ready")
setIsbookLoaded(true);
}}
/>
I confirm that i have
The text was updated successfully, but these errors were encountered: