react-native-swipeable
react-native-swipeable copied to clipboard
Is it possible to add a A-Z list?
I'm thinking about the widget on the right side with all letters:
https://github.com/sunnylqm/react-native-alphabetlistview
Ideally this should be possible without adding any native code. Just a view on the right side, which would slide to the selected section of the list.
Is there an issue rendering a <Swipeable/> inside of renderRow of <AlphabetListView/>? Since <Swipeable/> doesn't require any specific <ListView/>/<ScrollView/>, this should work.