-
Notifications
You must be signed in to change notification settings - Fork 4
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
override is missing for methodQueue using ReactModule #4
Comments
Hi! Looks like your class inherits the other one where |
I'm using it with |
If you make a module class that inherits from |
The issue is fixed in 1.0.4, please try it out and thanks for bug reporting! |
Thanks, I will try and I will let you know |
With
@ReactModule(methodQueue: DispatchQueue.main)
I get this error:Seems like
override
is missing formethodQueue
The text was updated successfully, but these errors were encountered: