question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Showing blank white screen on android

See original GitHub issue

Hello @moaazsidat ,

I’m having similar issue as declare here

What’s happening?

I integrate react-native-camera and also tried given example on react-native-camera page which you can show by clicking here. It’s working fine for me. after that i integrate react-native-qrcode-scanner & it showing me totally blank screen.

How can it be reproduced?

after integrate react-native-qrcode-scanner it showing me blank screen

Build details?

I’m working on… "react": "^16.3.0-alpha.1", "react-native": "0.54.2", "react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera", "react-navigation": "^1.5.7"

I’m using Android Nougat . please check attached screen sort 556877186307482995

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
SeanChenUcommented, Aug 1, 2018

I encountered the same issue again using the latest version. After setting the fadeIn property to false. The camera previewer on Android showed up.

2reactions
bardoloscommented, Mar 27, 2018

I was having the same problem. I had updated react-native-qrcode-scanner to 1.0.0 and react-native-camera to 1.0.3. Project built fine but when I navigated to the scene the component didn’t seem to be rendered. I could see the topView and the bottomView parts of it, but not the cameraView.

So I solved the problem by explicitly setting the width and height in the cameraStyle prop. Check if your style has position: 'absolute' in it. Try removing that and setting width and height.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Easy Ways to Fix White Screen of Death on Android Phones ...
1. Fix white screen of death by Rebooting or Restoring Factory Settings · 2. Clear App Data and Cache, then uninstall the unnecessary...
Read more >
Fix Android White Screen of Death on Samsung Devices
If your Android screen turned white all of a sudden and your terminal has become unusable, force restart the device. Additionally, remove your ......
Read more >
[Solved] How To Fix Android White Screen of Death (WSOD ...
Recommended Method: Fix Android White Screen of Death Error Automatically. Reboot Your Device. Uninstall Unwanted Apps. Clear App Data and ...
Read more >
Fixing Android White Screen of Death - 5 Easy Solutions
How Do You Fix Android White Screen of Death? · Solution 1: Force Reboot Android Phone · Solution 2: Remove Your Battery ·...
Read more >
6 Easy Ways to Fix Android White Screen of Death - Tenorshare
Part 3. How to Fix Android White Screen due to LCD connector · Turn off your device and remove the back cover. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found