Мой собственный реагирующий штрих-код показывает только черную полную черную полосу.
Я сделал npm install react-native-svg --save && react-native link react-native-svg
ниже мой код
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View
} from 'react-native';
import Barcode from 'react-native-barcode-builder';
export default class Example extends Component {
render() {
return (
<View>
<Text>
React Native Barcode Builder
</Text>
<Barcode value="Hello World" />
</View>
);
}
}
Я надеюсь, что смогуполучить нормальный штрих-код вместо черного