You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Then I change to the home then change to the barcode page again. The barcode show normal.
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.
Then I change to the home then change to the barcode page again. The barcode show normal.
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!
The text was updated successfully, but these errors were encountered: