Skip to content

Fenntasy/react-native-alphabetflatlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-alphabetflatlist

A Flatlist with alphabet sidebar.

Usage

    import AlphabetFlatList from 'react-native-flatlist'

    /* inside your render function */
    <AlphabetFlatList
        renderItem={this.renderItem}
        data={names}
        getItemLayout={this.getItemLayout}
        />

Example

Please check the example folder.

Props

You can use all the props provided by FlatList.

Name Type Default Required
data array YES
renderItem function YES
keyExtractor function (item, index) => index
viewabilityConfig object { itemVisiblePercentThreshold: 50 }
getItemLayout function YES
mainFlatListContainerStyle object {}
alphabetListProps object {
 alphabetListContainerStyle: {},
 alphabetButtonStyle: {},
 selectedAlphabetButtonStyle: {},
 alphabetTextStyle: {},
 selectedAlphabetTextStyle: {}
}

About

A Flatlist with alphabet sidebar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%