An open API service indexing awesome lists of open source software.

https://github.com/xinlc/react-native-index-list

A Listview with a sidebar to directly jump to sections.
https://github.com/xinlc/react-native-index-list

atoz index-list react-native-component

Last synced: 24 days ago
JSON representation

A Listview with a sidebar to directly jump to sections.

Awesome Lists containing this project

README

        

# react-native-index-list

[![npm package](https://img.shields.io/npm/v/react-native-index-list.svg?style=flat-square)](https://www.npmjs.org/package/react-native-index-list)
[![npm downloads](https://img.shields.io/npm/dt/react-native-index-list.svg)](https://www.npmjs.com/package/react-native-index-list)

A Listview with a sidebar to directly jump to sections.

## Example

![](./docs/ios.gif)

## Installation

```bash
$ npm install --save react-native-index-list
```

## Usage

[See the example](./examples/Basic/App.js)

## Customized

```js
import { SelectableSectionsListView } from 'react-native-index-list';

...
render() {
return (

);
}
...

```
> More available `SelectableSectionsListView` API can be found at [readme](./src/components/README.md)