Installation on expo
Tried npm install react-native-picky but got an error Invariant Violation: requireNativeComponent: "Picky" was not found in the UIManager.
The same as you ! Could you fix this problem ?
Are you using the managed workflow for expo? If so, then similarly to @react-native-picker/picker it is not supported with this workflow.
You can use this with a managed workfow. Just use eas build to create a custom development client after installing the package.
do npm install react-native-picky then eas build -p all --profile development and you will have your own expo go with the package included.
Read expo docs on custom development client
Are you using the managed workflow for expo? If so, then similarly to @react-native-picker/picker it is not supported with this workflow.
Yes
Are you using the managed workflow for expo? If so, then similarly to @react-native-picker/picker it is not supported with this workflow.
Ok thanks, i was under expo 45 in manged workflow and i am now in bare workflow and it's working great ! thanks