Skip to content
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

Overlay does not completely cover some screens #31

Open
johnjago opened this issue May 19, 2020 · 4 comments
Open

Overlay does not completely cover some screens #31

johnjago opened this issue May 19, 2020 · 4 comments

Comments

@johnjago
Copy link

I ran into a strange issue where the "squares" that make up the overlay have a tiny gap between them, but only on a Samsung Galaxy S20+ running Android 10. It works fine on a Nexus 5X and iPhone.

I was running the app in development mode through Expo.

In the screenshot below, you can see the line across the top of the barcode area.

WhatsApp Image 2020-05-19 at 13 06 30

@shahnawaz
Copy link
Owner

Hi @johnjago ,

This is a rare issue, can you debug on your device and send a fix?

@johnjago
Copy link
Author

The problem went away after turning off the header in React Navigation (@react-navigation/stack: 5.2.11) with this option. I won't be able to debug it @shahnawaz since it's not my device, so I'm just leaving the note about React Navigation in case someone wants to debug it.

@YadhuYk007
Copy link

WhatsApp Image 2021-11-05 at 9 55 13 AM

I am getting the same issue here. I haven't tested it in many devices yet. currently I'm getting this issue on my Honor 9 Lite, on emulator its fine.

@xpcrts
Copy link

xpcrts commented Jun 24, 2022

After set option headerShown to false, that line still exist

<Stack.Screen
name="MainScreen"
component={MainScreen}
options={{ headerShown: false }}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants