wonsikin / react-native-barcode-builder

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

Barcode is lost after device blocking on Android. #26

Open iivaschenko opened 6 years ago

iivaschenko commented 6 years ago

Hi. Thank you for your library. After blocking, barcode is lost on Android. Could you check it? "react": "^ 16.2.0",  "react-native": "^ 0.52.0", Android 7.1

nolan-m commented 6 years ago

Running into this issue myself.

Looks like its a React Native issue with the ART library. Other people have reported it here.

https://github.com/facebook/react-native/issues/17565