bolan9999 / react-native-largelist

The best large list component for React Native.
https://bolan9999.github.io/react-native-largelist/
MIT License
2.32k stars 261 forks source link

endLoading调用报错 #488

Open fayeyang18 opened 1 year ago

fayeyang18 commented 1 year ago

react-native-largelist-v3版本3.1.0-rc.1

react-native-spring-scrollview版本3.0.1-rc.5

react-native版本0.61.5

在ios模拟器调用endLoading报错

SpringScrollView.endLoading was called with 2 arguments but expects 1 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.

image

zoobibackups commented 1 year ago

use this version

  "react-native-spring-scrollview": "3.0.2",
  "react-native-largelist-v3": "^3.1.0-rc.1",