0.1.0 • Published 6 years ago

react-native-list-index-bar v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

react-native-list-index-bar

ListView 的右侧索引栏 —— An indexbar of ListView

Installing

npm install react-native-list-index-bar --save

Usage

import RNListIndexBar from 'react-native-list-index-bar';

_scrollToSelectedIndex = (selectedIndex) => {
  if (this._listView) {
    this._listView.scrollToIndex({index: selectedIndex, animated: true});
  }
}

<RNListIndexBar data={data} onClickIndex={this._scrollToSelectedIndex}/>

TODO

完整功能预览