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.
- Host: GitHub
- URL: https://github.com/xinlc/react-native-index-list
- Owner: xinlc
- License: mit
- Created: 2018-05-07T08:21:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T03:19:00.000Z (about 7 years ago)
- Last Synced: 2025-04-04T01:32:06.710Z (2 months ago)
- Topics: atoz, index-list, react-native-component
- Language: JavaScript
- Homepage:
- Size: 653 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-index-list
[](https://www.npmjs.org/package/react-native-index-list)
[](https://www.npmjs.com/package/react-native-index-list)A Listview with a sidebar to directly jump to sections.
## Example

## 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)