expo-background-color icon indicating copy to clipboard operation
expo-background-color copied to clipboard

Issues on different Android devices

Open outaTiME opened this issue 3 years ago • 1 comments
trafficstars

Hi @EvanBacon, Some time ago, I started using expo-background-color in my project, and I am experiencing errors on different Android devices.

These errors started appearing in sentry on build using EAS, Expo SDK 45 and jsEngine in jsc (locally on my devices I couldn't reproduce):

image image

Also, here is the usage inside my app: https://github.com/outaTiME/ambito-dolar/blob/f90185193cc25937e65016e1f6bf86fb808ee971/packages/client/App.js#L65

I hope all this is useful to you, can I help you with something else?

outaTiME avatar Jun 29 '22 18:06 outaTiME

Seems like potentially a basic logic bug, open to PRs, this basically just copies the logic from component based tools like StatusBar and changes them to use system UI.

EvanBacon avatar Jul 08 '22 14:07 EvanBacon