-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Android App crashing after file selection #668
Comments
I also got the same issue in android, when select the attachment then app crashed. E FATAL EXCEPTION: mqt_native_modules
|
👋 @Babar-Inaequo, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue. |
Getting this error after file selection.
java.lang.NoSuchMethodError: No virtual method getExceptionHandler()Lcom/facebook/react/bridge/JSExceptionHandler; in class Lcom/facebook/react/bridge/ReactContext; or its super classes (declaration of 'com.facebook.react.bridge.ReactContext'
react-native: "0.66.3"
react-native-document-picker: "8.1.3"
Versions are mention above for react native and react native document picker.
Thanks
The text was updated successfully, but these errors were encountered: