react-native-blob-util
react-native-blob-util copied to clipboard
Typeerror: Cannot read property ‘DocumentDir’ of null, js engine : Hermes, stack : anonymous @1129:231
hi,
I am using the below version "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.71.11", "react-native-blob-util": "^0.17.0", facing issue like Typeerror: Cannot read property ‘DocumentDir’ of null, js engine : Hermes, while generate the apk file and tested in real device as well as emulator also. Could you please help me, I have spent more times as well as more days also
You're running on Android right? Since you have react-dom included but are talking about APK
Are you using a standard react-native project or expo? Sounds like the native part is not available / initialized
Same here