-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Labels
addressed in premium version
This issue has been addressed (implemented, fixed) in the package available to sponsors.
Comments
VishnuNCS
changed the title
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNDocumentPicker' could not be found
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNDocumentPicker' could not be found in v9.1.1
Feb 20, 2024
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 🙂 |
vonovak
added
the
addressed in premium version
This issue has been addressed (implemented, fixed) in the package available to sponsors.
label
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
addressed in premium version
This issue has been addressed (implemented, fixed) in the package available to sponsors.
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: