-
Notifications
You must be signed in to change notification settings - Fork 117
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 not showing on Android but showing on iOS #38
Comments
Hi Team, I am also facing same issue. Kindly provide some solution |
Use below code to identify the foreground event and refresh your data. import React, { Component } from "react"; class AppStateExample extends Component { componentDidMount() { componentWillUnmount() { _handleAppStateChange = nextAppState => { render() { const styles = StyleSheet.create({ export default AppStateExample; |
hi team, am facing same issue <Barcode barcode showing in iOS but not in android. |
I think this is a problem with ARTLib, but I don't know how to solve this
<BarCode value={barCode} format="EAN13" height={150} width={2.5} flat fontSize={theme.typography.body1.fontSize} />
The text was updated successfully, but these errors were encountered: