According to the docs this will map the output of the event to the given value in native land, and not in the JS VM, as far as I understand. As such, I'm not sure it should be regarded as an invariant violation, but I'm not sure?
Disabling this module, everything works just fine. But I'd prefer to have it on, or to have some way of suppressing the redbox for this use case in particular - any way to do that?
Hey :)
Working with the
Animated
lib on React Native, and I'm getting warnings from this (excellent) module that I'm being naughty.Essentially, I have a list that updates an
Animated.Value
onScroll as pr the docs:According to the docs this will map the output of the event to the given value in
native
land, and not in the JS VM, as far as I understand. As such, I'm not sure it should be regarded as an invariant violation, but I'm not sure?Disabling this module, everything works just fine. But I'd prefer to have it on, or to have some way of suppressing the redbox for this use case in particular - any way to do that?
Thanks 👍