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
The error message you're seeing, Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager, typically indicates an issue with linking native modules, specifically related to the @react-native-picker/picker library (or its previous name, @react-native-community/picker).
It seems like the dependencies need to be updated to use the new library
In the current npm version - 8.1.0 we still have dependency for
@react-native-picker/picker
Need to release new version.
The text was updated successfully, but these errors were encountered: