wonsikin / react-native-barcode-builder

Component for generating barcode in react native app
Other
175 stars 116 forks source link

ARTShape was not found in UI manager expo iOs #59

Open HtetAung99 opened 4 years ago

HtetAung99 commented 4 years ago

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

donni106 commented 4 years ago

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

Mr-Lee0318 commented 3 years ago

I have the same problem

Moistbobo commented 3 years ago

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

chiubaka commented 3 years ago

^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.

Brenont commented 2 years ago

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

donni106 commented 2 years ago

@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?