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
nvariant Violation: TurboModuleRegistry.getEnforcing(...): 'ReactNativeFs' could not be found. Verify that a module by this name is registered in the native binary. Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","DevSettings","LogBox","Timing","SettingsManager","AppState","SourceCode","BlobModule","WebSocketModule","RedBox","Networking","Appearance","DevLoadingView","UIManager","DeviceInfo","ImageLoader","LinkingManager"],"TurboModules":[],"NotFound":["NativePerformanceObserverCxx","NativePerformanceCxx","NativeReactNativeFeatureFlagsCxx","BugReporting","HeadlessJsTaskSupport","SoundManager","IntentAndroid","ReactNativeFs"]}, js engine: hermes [Component Stack]
ERROR Warning: TypeError: Cannot read property 'useFileSystem' of undefined
Summary
nvariant Violation: TurboModuleRegistry.getEnforcing(...): 'ReactNativeFs' could not be found. Verify that a module by this name is registered in the native binary. Bridgeless mode: false. TurboModule interop: false. Modules loaded: {"NativeModules":["PlatformConstants","DevSettings","LogBox","Timing","SettingsManager","AppState","SourceCode","BlobModule","WebSocketModule","RedBox","Networking","Appearance","DevLoadingView","UIManager","DeviceInfo","ImageLoader","LinkingManager"],"TurboModules":[],"NotFound":["NativePerformanceObserverCxx","NativePerformanceCxx","NativeReactNativeFeatureFlagsCxx","BugReporting","HeadlessJsTaskSupport","SoundManager","IntentAndroid","ReactNativeFs"]}, js engine: hermes [Component Stack]
ERROR Warning: TypeError: Cannot read property 'useFileSystem' of undefined
What platform(s) does this occur on?
iOS
What workflow(s) does this occur on?
Bare Workflow
Environment (or package.json)
{
"name": "utrapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@epubjs-react-native/core": "^1.4.7",
"@epubjs-react-native/file-system": "^1.1.4",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/netinfo": "^11.3.2",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.6.8",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
"core-js": "^3.37.0",
"expo-font": "^11.10.3",
"i": "^0.3.7",
"install": "^0.13.0",
"js-sha1": "^0.7.0",
"js-sha256": "^0.11.0",
"jwt-decode": "^4.0.0",
"moment-timezone": "^0.5.45",
"npm": "^10.9.2",
"react": "18.3.1",
"react-native": "0.75.5",
"react-native-camera": "^4.2.1",
"react-native-create-thumbnail": "^2.0.0",
"react-native-device-info": "^11.1.0",
"react-native-elements": "^3.4.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-picker": "^7.1.2",
"react-native-image-resizer": "^1.4.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-material-textfield": "^0.16.1",
"react-native-modal": "^13.0.1",
"react-native-orientation-locker": "^1.7.0",
"react-native-pager-view": "^6.3.0",
"react-native-paper": "^5.12.3",
"react-native-permissions": "^4.1.5",
"react-native-popup-menu": "^0.16.1",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "^3.17.1",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "^3.37.0",
"react-native-sha256": "^1.4.10",
"react-native-sqlite-storage": "^6.0.1",
"react-native-tab-view": "^3.5.2",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.2.0",
"react-native-video": "^6.4.2",
"react-native-video-trim": "^1.0.23",
"react-native-vision-camera": "^4.5.1",
"react-native-webview": "^13.13.4",
"react-redux": "^9.1.2",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.5",
"@react-native/eslint-config": "0.75.5",
"@react-native/metro-config": "0.75.5",
"@react-native/typescript-config": "0.75.5",
"@types/react": "^18.2.6",
"@types/react-native-video": "^5.0.20",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}
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: