Skip to content
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

'ReactNativeFs' could not be found. #348

Open
5 tasks done
sw-tt-hitendrachavda opened this issue Mar 20, 2025 · 0 comments
Open
5 tasks done

'ReactNativeFs' could not be found. #348

sw-tt-hitendrachavda opened this issue Mar 20, 2025 · 0 comments

Comments

@sw-tt-hitendrachavda
Copy link

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

  • I looked for a solution to my problem in other open and resolved issues
  • I checked the examples provided solve my problem
  • I have verified that my problem is not caused by a third-party library
  • I cloned the project environment examples and still the problem persists
  • I'm using the latest available version of the library and its complements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant