How to get selected Item from this list
Balasnest opened this issue · comments
Balasubramanian.M commented
How will I know which one is selected?
There is no way to pass function to get the selected cell.
This library is tightly coupled
yoonzm commented
you can get state.selectAlphabet of a reference to a component.
<AlphabetFlatList ref={ref => this.list = ref}/>
console.log(this.list.state.selectAlphabet);