Is there a way to detect the amount (height) of overflowed contents when overflow: 'hidden' is set on a View?
In HTML it's possible to do this by comparing height to scrollHeight as in this SO answer.
I haven't found a way to do this for React Native, and I need to figure out what the overflow height is so that I can perform an animation.