Skip to content
Pavlo Aksonov edited this page Aug 19, 2015 · 4 revisions

Welcome to the react-native-tableview wiki!

TableView attributes

  • selectedValue (optional) - value to select. TableView.Cell which have 'value' the same as selectedValue will be marked with "checkmark". Also the component will scroll to this cell to make it visible.
  • onPress(event) - event handler raised after selecting cell.
Clone this wiki locally