标签: react-native
在视图上设置overflow: 'hidden'时,有没有办法检测溢出内容的数量(高度)?
overflow: 'hidden'
在HTML中,可以通过将height与scrollHeight进行比较,就像在this SO answer中一样。
height
scrollHeight
我还没有找到一种方法来为React Native做这个,我需要弄清楚溢出高度是什么,以便我可以执行动画。