Skip to content
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

requireNaticeComponent: AndroidCheckBox was not found in the UIManager #185

Open
mikejsdev opened this issue Nov 7, 2022 · 18 comments
Open

Comments

@mikejsdev
Copy link

I just installed this and have the following in my package.json:

"@react-native-community/checkbox": "^0.5.14",

I get this error. Running on and Android phone using expo start.

Any ideas?

Thanks,
Mike

@sasibindu0611
Copy link

Got exactly same issue. Still researching..

@sasibindu0611
Copy link

Just downgraded to 0.5.13 and it works fine. Hope this helps

@gustavosantaella
Copy link

gustavosantaella commented Nov 9, 2022

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

@SirSalamandra
Copy link

Just downgraded to 0.5.13 and it works fine. Hope this helps

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?

@romain130492
Copy link

romain130492 commented Nov 19, 2022

that package works for react-native + expo : https://docs.expo.dev/versions/latest/sdk/checkbox/

@kapilraghuwanshi
Copy link

Do we have any updates on this issue?

Since it is giving me the same error without expo as well on
"react-native": "0.68.5".

@malakali
Copy link

malakali commented Jan 1, 2023

I found this error also , any updates on this issue !
my "react-native" is : "0.64.1".

@faraz-ahmad-uft
Copy link

I am also facing this issue. Please give some update.

@mycollectingbox
Copy link

mycollectingbox commented Mar 9, 2023

If you use Development builds, this error should be gone. This error means this package cannot be run in Expo Go.

@rahul4452
Copy link

I am also facing this issue. Please give some update.

@jasonloeve
Copy link

same issue without expo using "react-native": "0.71.7"

seems this has been an issue for months.

@Hassanjankhan
Copy link

Hassanjankhan commented Nov 21, 2023

Screenshot 2023-11-21 at 17 12 06

same issue any update

Screenshot 2023-11-21 at 17 12 51

@faraz-ahmad-uft
Copy link

@Hassanjankhan Try to use this package for checkbox:
React Native Checkbox

This one is more stable and worked for me.

@Hassanjankhan
Copy link

Hassanjankhan commented Nov 21, 2023

@faraz-ahmad-uft
Copy link

@faraz-ahmad-uft i used https://www.npmjs.com/package/react-native-bouncy-checkbox it and working perfectly

Great to hear that @Hassanjankhan

@naughdy
Copy link

naughdy commented Feb 12, 2024

@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.

@Hassanjankhan
Copy link

@naughdy thanks

@phaniankur
Copy link

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.
This had worked for me. Happy Hacking! ᰄ

  1. react-native link @react-native-community/checkbox
  2. npm run android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests