We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For ThreadBaseReactPackage new UIManagerStubModule(catalystApplicationContext) doesn't seem to be working in RN 0.61
new UIManagerStubModule(catalystApplicationContext)
Is someone having this issue?
The text was updated successfully, but these errors were encountered:
Hello, @mauriciopf! Just replace it with
import com.facebook.react.uimanager.UIManagerModule; ... new UIManagerModule(catalystApplicationContext, createViewManagers(catalystApplicationContext), 0)
Sorry, something went wrong.
Thanks @dobrynia
@mauriciopf , I ended up patching this file: https://github.com/joltup/react-native-threads/blob/master/android/src/main/java/com/reactlibrary/ThreadBaseReactPackage.java with what dobrynia recommended.
Then I used https://github.com/ds300/patch-package to create a patch file so I don't have to fork the repo.
Here's the resulting patch file: https://gist.github.com/mboperator/d20ee2ca2575aeda87f9b124b6b33c77
Hopefully it helps!
No branches or pull requests
For ThreadBaseReactPackage
new UIManagerStubModule(catalystApplicationContext)
doesn't seem to be working in RN 0.61Is someone having this issue?
The text was updated successfully, but these errors were encountered: