TypeError: Cannot read property 'hex' of undefined
When running test with jest, I get the following error

ract-native version: 0.63.3 react-native-barcode-builder: 2.0.0
Same issue :/
Did either of you solve this issue? I am also experiencing it but haven't debugged it further yet.
Did either of you solve this issue? I am also experiencing it but haven't debugged it further yet.
Yeah I simply switched to another library lol.
Try running npx react-native link and check if that solved it
Try running
npx react-native linkand check if that solved it
This is a Javascript library doesn't need that comment anyways.