wonsikin / react-native-barcode-builder

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

Error during import library #27

Open JanekKowal opened 6 years ago

JanekKowal commented 6 years ago

During import Barcode from 'react-native-barcode-builder' I have following error message:

image

my configuration is: "react": "^16.2.0", "react-native": "^0.52.1", "react-native-barcode-builder": "^1.0.3",

PatrykPlewa commented 6 years ago

For Android users: before use react-native-barcode-builder run: npm install react-native-svg --save && react-native link react-native-svg

It works for me.