You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't know that this library was the real culprit behind my problem I was having after upgrading react native.
I was able to see this error when running on android after upgrading my react-native version to 0.68.1 from 0.61.5:- Invariant Violation: Picker has been removed from React Native. It can now be installed and imported from '@react-native-picker/picker' instead of 'react-native'. See https://github.com/react-native-picker/picker
But when I checked the code, I wasn't using picker anywhere, I didn't find any help from google and finally started analyzing single file I was using in my project and found that this library was causing the problem and it's not being maintained from long time now.
I saw there is PR already #605 and I hope this will merge soon.
The picker library has been removed from the react native package which causes this to fail to compile.
The text was updated successfully, but these errors were encountered: