wonsikin / react-native-barcode-builder

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

Barcode is not complete when first render page #39

Open s89146892002 opened 5 years ago

s89146892002 commented 5 years ago

My app have two page, one is home, another is barcode page. The initial page is home page then I change to the barcode page.The barcode show like below. image

Then I change to the home then change to the barcode page again. The barcode show normal. image

` render() { return (

test
  );

}`

Why? I'm so confused. thank you!