-
Notifications
You must be signed in to change notification settings - Fork 299
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
Invalid hook call when using Picker on Android #424
Comments
+1 |
Same here!
|
As reported by @stocaaro here, it seems to be an issue related to ReactNative >= 0.69. There are 3 workarounds:
|
bump |
Same here with :
|
Solved for me.
and used Yarn locally and in my CI/CD. I removed the usage of |
I implemented the picker on iOS but on Android I'm getting an Invalid hook call everytime I reach the component where my picker lives. Is anyone else seeing this issue?
"react": "17.0.2",
"react-native": "0.67.1",
"@react-native-picker/picker": "^2.4.1"
The text was updated successfully, but these errors were encountered: