react-native-popover-view icon indicating copy to clipboard operation
react-native-popover-view copied to clipboard

Android - When open to flicker

Open ketan-pcs opened this issue 8 months ago • 6 comments

some time flicker in android

ketan-pcs avatar May 26 '25 11:05 ketan-pcs

Does this happen in the demo repository as well? Can you be more specific? Maybe record it?

AdamGerthel avatar May 26 '25 11:05 AdamGerthel

https://github.com/user-attachments/assets/2f559723-dd78-4cfb-9255-f1f844ce0a28

ketan-pcs avatar May 28 '25 05:05 ketan-pcs

As this is not something that happens in the demo, I suspect that this is specific to your codebase. I suggest that you try to reproduce it in an isolated environment (Expo Snack for instance) in order to figure it out.

AdamGerthel avatar May 28 '25 05:05 AdamGerthel

I should mention that this issue occurs specifically on Android, and I'm using the React Native CLI (not Expo).

ketan-pcs avatar May 29 '25 04:05 ketan-pcs

I should mention that this issue occurs specifically on Android, and I'm using the React Native CLI (not Expo).

Expo or CLI doesn't matter in this case because the implementation does not have any native code. You should be able to reproduce the issue in an Expo Snack.

AdamGerthel avatar May 29 '25 05:05 AdamGerthel

I'm also getting a flicker in my project (Expo SDK 53, New Architecture) for android device specifically, can't recreate it on simulator at the moment. Will try to recreate it in an Expo Snack.

chico-oliveira avatar Jun 03 '25 15:06 chico-oliveira