You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've reverted to do using multiple Animated values for now, but I thought I'd mention this. I'm not sure if it's specific to other things going on in my setup, but simply adding any number breaks it for me:
Animated.add(this.scrollY, 1);
The text was updated successfully, but these errors were encountered:
However, as is described in that thread, you likely still have something wrong with your code, and the bug is somehow silenced. I know because redux storage fails to load, which is something I've experienced in the past as well. It happens when--and here's the best I can describe it--another error occurs in your system, but it's somehow silenced. It seems to have to do with promises.
I'm not sure what could be causing it. Here's the full message:
I've reverted to do using multiple Animated values for now, but I thought I'd mention this. I'm not sure if it's specific to other things going on in my setup, but simply adding any number breaks it for me:
The text was updated successfully, but these errors were encountered: