Open hellofarhan opened 3 years ago
When I was using yarn add react-native-spring-scrollview
it installed the version "react-native-spring-scrollview": "^4.0.0-dev-0"
by default. This is conflicting with "react-native-largelist": "^3.1.0-rc.2"
.
So if I use "react-native-spring-scrollview": "^3.0.1-rc.5"
error Cannot read property 'contentOffset' of undefined
has gone. I think there is a compatibility issue with these plugins. Better update the examples with latest react-native-spring-scrollview
.
If I try to run your example code got the following errors.
1. Cannot read property 'contentOffset' of undefined 2. TypeError: Cannot read property 'sumHeight' of undefined