You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: this._scrollViewRef.setNativeProps is not a function
at Object.setNativeProps (index.js:1)
at ListView.setNativeProps (index.js:1)
at SwipeListView.setScrollEnabled (SwipeListView.js:28)
Do you want to request a feature or report a bug?
BUG.
What is the current behavior?
Some libraries likes
react-native-swipe-list-view
usingListView.setNativeProps
for performance,ListView.setNativeProps
callsScrollView.setNativeProps
, and then callsScrollViewBase.setNativeProps
(See https://github.com/necolas/react-native-web/blob/master/src/components/ScrollView/index.js#L52), butScrollViewBase
missingsetNativeProps
.If the current behavior is a bug, please provide the steps to reproduce and
if a minimal demo of the problem via Glitch or similar (template:
https://glitch.com/edit/#!/react-native-web-playground).
What is the expected behavior?
ScrollView.setNativeProps works fine.
Environment (include versions). Did this work in previous versions?
I guess didn't work in previous versions.
The text was updated successfully, but these errors were encountered: