react-native-color-picker-ios icon indicating copy to clipboard operation
react-native-color-picker-ios copied to clipboard

Expo support

Open matthewhilton opened this issue 4 years ago • 2 comments

I am attempting to use this library on an Expo project (running on IOS), but I am running into the following error: TypeError: null is not an object (evaluating 'RNCColorPicker.showColorPicker')

I have recreated the problem on an Expo snack. Is there any way this library could work on Expo? It looks really good so far.

matthewhilton avatar Dec 10 '20 04:12 matthewhilton

@unxpctederr Thanks for raising the issue. Unfortunately, there isn't a way to make this library work for managed workflow of expo. In order to use this library in expo, you would have to run expo eject in your project to switch to bare workflow.

Naturalclar avatar Dec 11 '20 17:12 Naturalclar

I am attempting to use this library on an Expo project (running on IOS), but I am running into the following error: TypeError: null is not an object (evaluating 'RNCColorPicker.showColorPicker')

I have recreated the problem on an Expo snack. Is there any way this library could work on Expo? It looks really good so far.

Solution available in #56

yasir-lcs avatar Jun 27 '22 09:06 yasir-lcs