wonsikin / react-native-barcode-builder

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

Remove @react-native-community/art in favor of react-native-svg for Expo support #64

Open chiubaka opened 3 years ago

chiubaka commented 3 years ago

Should resolve #59 and resolve #56 without needing to eject from Expo, and relates to #49.

I made a few small changes to generate the barcode images with react-native-svg instead of @react-native-community/art. Since Expo doesn't support @react-native-community/art without ejecting, this modification keeps this library compatible with the latest versions of Expo's managed workflows.

coderbit-net commented 3 years ago

I just wonder why this is still not merged )) Thanks Daniel @chiubaka

camilossantos2809 commented 3 years ago

@wonsikin Any news? The lib art could be deprecated https://github.com/react-native-art/art/issues/75, it is a good idea migrate to react-native-svg

zloom commented 2 years ago

@wonsikin could you merge it please?

Brenont commented 2 years ago

@wonsikin Any reviews?