-
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 display on Android #35
Comments
I have the same issue on my android devices (Nexus 7, Xiaomi mi5s plus, and oneplus 5) using Expo. |
same problem here |
I copy and edit using Svg. You can preview my code. Hope can help you
|
This issue happens for me on Android when I render the barcode off-screen and then bring it into view. It doesn't happen when I render the barcode on-screen on mount. |
Works for me. Thx very much. |
Ran into an issue with @ntnamag's code. Modified the following lines and it worked.
Thanks! |
Would someone be able to open a PR for this? |
Anyone found a solution for this? |
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; |
Anyone having this issue?
The text was updated successfully, but these errors were encountered: