Skip to content

QuantumBA/react-native-web-lists

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-web-lists

React Native for Web implementation of Lists

This package uses the legacy implementation (ListView).

Getting started

$ npm install react-native-web-lists --save

Usage

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.

Examples

See the storybook.

Contributing

PRs are welcome!

About

React Native for Web implementation of Lists

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%