-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Warnings about modules requiring main queue setup #140
Comments
Thank you for this detailed bug report, kudos for taking the time! It seems like you have pretty much sorted out what needs to be done, would you feel okay with doing also the PR? Would love to guide you through the process if you like |
@DanielMSchmidt would like to, but probably won't have time in the short term. |
@benjarwar this is supposed to be fixed by #134 |
@DanielMSchmidt it worth publishing new version with recent fixes |
@maxkomarychev Somehow my npm publish didn't work 😢 Could you tell me your npm username so I can add you there? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@maxkomarychev pinging again :) |
After sorting out my own mistakes with this module I got it working but also receive the yellow box warnings. Not sure how to fix it -- any advice @maxkomarychev @DanielMSchmidt ? i'm using |
I only add the react-native-sensors package not even import it. But still see the warnings both for |
+1 |
I am terribly sorry, but I haven't had the time to look into any issues in this project lately. I will try my best to free up some time to go through the issues soon, but if you need a fix soon feel free to open up a PR, I am more than happy to review! |
@DanielMSchmidt: It's supposed to be fixed here:#134 |
I now published |
@DanielMSchmidt Thanks a lot 👍 |
Describe the bug
After recently upgrading to React Native
0.55.4
, I've started seeing similarYellowBox
warnings for three modules:To Reproduce
Steps to reproduce the behavior:
Accelerometer
in my projectimport { Accelerometer } from "react-native-sensors";
Expected behavior
Not expecting warnings.
Desktop (please complete the following information):
Additional context
Here's the same issue fixed for a React Native component.
The text was updated successfully, but these errors were encountered: