Skip to content
New issue

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

Barcode is not complete when first render page #39

Open
s89146892002 opened this issue Jun 28, 2019 · 0 comments
Open

Barcode is not complete when first render page #39

s89146892002 opened this issue Jun 28, 2019 · 0 comments

Comments

@s89146892002
Copy link

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 ( <Container> <Grid> <Row Row size={ 30 } style={ { alignItems: 'center', justifyContent: 'center', } }> <Text style={ { fontSize: 20 } }> test </Text> </Row> <Row Row size={ 70 } style={ { alignItems: 'center', justifyContent: 'center', } }> <Barcode value={ this.props.code } text={ this.props.code } /> </Row> </Grid> </Container> ); }

Why? I'm so confused. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant