EvanBacon / expo-background-color

[UNOFFICIAL] stack based React component for updating the native background color
MIT License
33 stars 2 forks source link

Issues on different Android devices #3

Open outaTiME opened 2 years ago

outaTiME commented 2 years ago

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?

EvanBacon commented 2 years ago

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.