react-native-barcode-builder icon indicating copy to clipboard operation
react-native-barcode-builder copied to clipboard

ARTShape was not found in UI manager expo iOs

Open HtetAung99 opened this issue 4 years ago • 6 comments

still having that error in expo ios... how can i solve this? thanks

HtetAung99 avatar Jul 11 '20 20:07 HtetAung99

i just updated react-native-barcode-builder to 2.0.0 and got the same for iOS. Android is working.

edit: @HtetAung99 I copied the code from here to my project, which works temporarily: https://github.com/wonsikin/react-native-barcode-builder/pull/50

donni106 avatar Jul 15 '20 14:07 donni106

I have the same problem

Mr-Lee0318 avatar Nov 06 '20 02:11 Mr-Lee0318

I resolved this issue by installing @react-native-community/art to my project

Moistbobo avatar Nov 20 '20 01:11 Moistbobo

^I submitted a PR here that makes this component work with an SVG generated through react-native-svg, eliminating the need for @react-native-community/art.

chiubaka avatar Jan 31 '21 08:01 chiubaka

I have the same problem but using react-native, not expo. I installed @react-native-community/art but not resolved.

Brenont avatar Nov 10 '21 21:11 Brenont

@Brenont have you tried out the code from https://github.com/wonsikin/react-native-barcode-builder/pull/50 that helped me and others in the past?

donni106 avatar Nov 11 '21 10:11 donni106