We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During import Barcode from 'react-native-barcode-builder' I have following error message:
import Barcode from 'react-native-barcode-builder'
my configuration is: "react": "^16.2.0", "react-native": "^0.52.1", "react-native-barcode-builder": "^1.0.3",
The text was updated successfully, but these errors were encountered:
For Android users: before use react-native-barcode-builder run: npm install react-native-svg --save && react-native link react-native-svg
npm install react-native-svg --save && react-native link react-native-svg
It works for me.
Sorry, something went wrong.
No branches or pull requests
During
import Barcode from 'react-native-barcode-builder'
I have following error message:
my configuration is:
"react": "^16.2.0",
"react-native": "^0.52.1",
"react-native-barcode-builder": "^1.0.3",
The text was updated successfully, but these errors were encountered: