-
Notifications
You must be signed in to change notification settings - Fork 95
requireNaticeComponent: AndroidCheckBox was not found in the UIManager #185
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
Comments
Got exactly same issue. Still researching.. |
Just downgraded to 0.5.13 and it works fine. Hope this helps |
I have "expo": "~46.0.16" and "@react-native-community/checkbox": "0.5.13" and not working for me |
Tried it, didn't worked. But I found this issue (#144) from sometime ago, looks like they didn't worked on it yet. Are u guys using expo as well? Someone without expo is having the same issue? |
that package works for react-native + expo : https://docs.expo.dev/versions/latest/sdk/checkbox/ |
Do we have any updates on this issue? Since it is giving me the same error without expo as well on |
I found this error also , any updates on this issue ! |
I am also facing this issue. Please give some update. |
If you use Development builds, this error should be gone. This error means this package cannot be run in Expo Go. |
I am also facing this issue. Please give some update. |
same issue without expo using "react-native": "0.71.7" seems this has been an issue for months. |
@Hassanjankhan Try to use this package for checkbox: This one is more stable and worked for me. |
@faraz-ahmad-uft i used https://www.npmjs.com/package/react-native-bouncy-checkbox it and working perfectly |
Great to hear that @Hassanjankhan |
@mikejsdev @Hassanjankhan I was facing the same issue, I just cleaned the gradle, re-ran the app after closing the metro, and the error disappeared. |
@naughdy thanks |
Most probably the package is not linked if you are on an older version of react-native. So link the package and build it again.
|
I just installed this and have the following in my package.json:
I get this error. Running on and Android phone using expo start.
Any ideas?
Thanks,
Mike
The text was updated successfully, but these errors were encountered: