react-native-sorted-list

0.1.4 • Public • Published

react-native-sorted-list

Getting started

$ npm install react-native-sorted-list --save

or

$ yarn add react-native-sorted-list

ScreenShot

Example screenshot

Usage

import SortedList from "react-native-sorted-list";

<SortedList
    data={this.state.items}
    keyExtractor={this.keyExtractor}
    renderItem={this.renderItem}
/>

Package Sidebar

Install

npm i react-native-sorted-list

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

1.22 MB

Total Files

68

Last publish

Collaborators

  • mauriziocarella