moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.03k stars 514 forks source link

App stops responding (Only Android) #88

Open prameetchakraborty opened 6 years ago

prameetchakraborty commented 6 years ago

App becomes Non-Responsive

What's happening?

App stops responding and crashes in Android

How can it be reproduced?

When the code is present, app crashes sometimes (only Android, works fine in iOS). When I comment the code, app works fine.

Build details?

Android

prameetchakraborty commented 6 years ago

@moaazsidat

rafinskipg commented 6 years ago

after following the installations instructions my app doesn't launch. I have added some maven repositories too because react-native-camera dependency was crashing, In my case i think that it is caused by the compileSdkVersion, react-native-camera depends on 25.0.2+, and i have 23.0.1

Taglohner commented 6 years ago

Same here. App works fine on iOS device but on Android version 7.0 if the app is sent to the background it will stop responding. Tested on Android Oreo 8.0.0 works fine.

GospelHW commented 5 years ago

@Taglohner same here,works fine on IOS ,but on Android Oreo8.0 not work for me

raazatul7 commented 4 years ago

The app stops responding whenever making live changes to the screen. Other apps also stop responding and I have to restart my Android device.