React Native for Web implementation of Lists
This package uses the legacy implementation (ListView).
$ npm install react-native-web-lists --save
Note: This implementation will work on Android and iOS because in index.native.js
the default classes are exported from react-native
import { FlatList } from 'react-native-web-lists'; // don't import from react-native
import { SectionList } from 'react-native-web-lists'; // don't import from react-native
See RN's docs.
See the storybook.
PRs are welcome!