wonsikin / react-native-barcode-builder

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

Update dependencies of jsbarcode #29

Open Benjamin-Lin-X opened 6 years ago

Benjamin-Lin-X commented 6 years ago

This module is using https://www.npmjs.com/package/jsbarcode that without new version release to www.npmjs.com for a long time. And has some issue with CODE128. (Actually, has been fixed, but no one releases it to www.npmjs.com) I found that someone created a new jsbarcode (https://www.npmjs.com/package/jsbarcode2) that fixed some of https://www.npmjs.com/package/jsbarcode 's issue, and with a new release to www.npmjs.com.

Maybe we should use the new one.