JairajJangle / react-native-tree-multi-select

Super-fast tree view with multi-selection capabilities, using checkboxes and search filtering.
MIT License
43 stars 5 forks source link

How to get value onCheck #10

Closed minhthuhai closed 1 year ago

minhthuhai commented 1 year ago
const handleSelectionChange = _checkedIds => {
    // const slug = _checkedIds;
    console.log('slug:', _checkedIds);
  };

how to get data _checkedIds, i can't using setState for set value _checkedId, i need list value using to call api