react-native-web-lists
react-native-web-lists copied to clipboard
React Native for Web implementation of Lists
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...