react-native-barcode-mask icon indicating copy to clipboard operation
react-native-barcode-mask copied to clipboard

Overlay does not completely cover some screens

Open johnjago opened this issue 4 years ago • 4 comments

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

johnjago avatar May 19 '20 23:05 johnjago

Hi @johnjago ,

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

shahnawaz avatar Jun 22 '20 04:06 shahnawaz

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.

johnjago avatar Jul 12 '20 18:07 johnjago

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.

YadhuYk007 avatar Nov 05 '21 04:11 YadhuYk007

After set option headerShown to false, that line still exist

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

xpcrts avatar Jun 24 '22 03:06 xpcrts