react-native-web-lists icon indicating copy to clipboard operation
react-native-web-lists copied to clipboard

React Native for Web implementation of Lists

Results 3 react-native-web-lists issues
Sort by recently updated
recently updated
newest added

Injecting SeparatorComponent into the ListView will create this warning: `React does not recognize the `SeparatorComponent` prop on a DOM element`

**The problem** I want to use scrollToOffset to let the FlatList component scroll to the specified location, but the console shows an error message that scrollToOffset is not a function...

In order to make the library compatible with iOS and Android I've included an `index.native.js` to export the `FlatList` and `SectionList` classes from `react-native` in case we are not running...