-
-
Notifications
You must be signed in to change notification settings - Fork 442
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
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNDocumentPicker' could not be found in v9.1.1 #702
Comments
Same error and only when running test suite, document picker works as expected in both android and iOS otherwise. |
@VishnuNCS I followed this comment which resolved my tests |
same issue, when I just start the app |
I got the same issue by linking the library and restart the metro with reset cache solve the issue
|
Hello! thank you 🙂 |
Hello, I'm closing this because I open-sourced the new rewritten module which was previously private. Migration instructions: https://react-native-documents.github.io/docs/sponsor-only/migration Thank you! |
Bug report
Summary
When I run the app in android after upgrading to v9.1.1 and selected a document and sending to m backend. All seems works fine. But when I actually execute my test suite it throws error as below
Reproducible sample code
I have just used a snapshot for test case
Steps to reproduce
If you created a test case with v9.1.1 you should be able to reproduce this. Previously I was
v8.1.3
didn't face any issuesDescribe what you expected to happen:
Environment info
npx react-native info
output:library version: 9.1.1
iOS / Android version: 17.2/13
The text was updated successfully, but these errors were encountered: