react-native-picky icon indicating copy to clipboard operation
react-native-picky copied to clipboard

Installation on expo

Open sidnetopia opened this issue 3 years ago • 5 comments

Tried npm install react-native-picky but got an error Invariant Violation: requireNativeComponent: "Picky" was not found in the UIManager.

sidnetopia avatar Jul 10 '22 04:07 sidnetopia

The same as you ! Could you fix this problem ?

AlF067 avatar Jul 15 '22 21:07 AlF067

Are you using the managed workflow for expo? If so, then similarly to @react-native-picker/picker it is not supported with this workflow.

Liamandrew avatar Jul 16 '22 06:07 Liamandrew

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

itsramiel avatar Jul 16 '22 08:07 itsramiel

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

sidnetopia avatar Jul 18 '22 06:07 sidnetopia

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

AlF067 avatar Jul 18 '22 14:07 AlF067