Thanks to visit codestin.com Credit goes to github.com
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
This import statement does not work with Expo environment.
Error received,
The text was updated successfully, but these errors were encountered:
This is happening with my project as well.
"@react-native-community/checkbox": "^0.5.17", "expo": "50.0.8", "react-native": "0.73.4",
Sorry, something went wrong.
@AnjanaPathirana99 It looks like that Expo has an alternative for this. There is an Expo Checkbox component (https://docs.expo.dev/versions/latest/sdk/checkbox/). Idk if u r using Expo too, but that seems to solve the problem according to this article on StackOverflow (https://stackoverflow.com/questions/69871889/expo-sdk43-androidcheckbox-was-not-found-in-the-uimanager)
@matheusgomessouza Yes. You are right. I too used the same package from
npx expo install expo-checkbox
And it worked for me as well. 😊
Bumping, I used expo-checkbox as well but this checkbox needs updating for expo on IOS
No branches or pull requests
import CheckBox from '@react-native-community/checkbox';
This import statement does not work with Expo environment.
Error received,
"Invariant Violation: requireNativeComponent: "AndroidCheckBox" was not found in the UIManager."
The text was updated successfully, but these errors were encountered: