mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-23 08:40:21 +08:00
[fix] avoid passing ListView props to ScrollView
The 'onChangeVisibleRows' and 'onEndReachedThreshold' props should not be passed to 'ScrollView', as it results in React warnings about unknown props on the underlying DOM node. Close #383
This commit is contained in:
committed by
Nicolas Gallagher
parent
b408bc5537
commit
9451c0f85e
@@ -125,6 +125,8 @@ class ListView extends Component {
|
||||
renderSeparator,
|
||||
/* eslint-disable */
|
||||
initialListSize,
|
||||
onChangeVisibleRows,
|
||||
onEndReached,
|
||||
onEndReachedThreshold,
|
||||
onKeyboardDidHide,
|
||||
onKeyboardDidShow,
|
||||
|
||||
Reference in New Issue
Block a user