react-native-swipeable icon indicating copy to clipboard operation
react-native-swipeable copied to clipboard

Is it possible to add a A-Z list?

Open tomazahlin opened this issue 8 years ago • 1 comments

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.

tomazahlin avatar May 10 '17 09:05 tomazahlin

Is there an issue rendering a <Swipeable/> inside of renderRow of <AlphabetListView/>? Since <Swipeable/> doesn't require any specific <ListView/>/<ScrollView/>, this should work.

jshanson7 avatar Jul 08 '17 19:07 jshanson7