homielab / react-native-auto-scroll

A performance auto horizontal scrolling component for react-native
https://www.npmjs.com/package/@homielab/react-native-auto-scroll
219 stars 23 forks source link

contentRef.measure is not a function #3

Closed androidsdkproject closed 3 years ago

androidsdkproject commented 4 years ago

Simulator Screen Shot - iPhone 8 Plus - 2020-04-06 at 12 28 47

granitebps commented 4 years ago

I got this problem too

mickev36 commented 4 years ago

Wrap the content in a View, i had the same issue using a Flatlist Content, wrapping it in a View resolved the issue