Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

React-native-final-tree-view : On clicking a particular node,the entire tree closes. How can I resolve this?

$
0
0

I'm developing a react-native app which consists of a tree view for which I have used the React-native-final-tree-view library. On clicking on a node,The entire tree closes and also the children is expanded={true} by default. How can I resolve this?

  handleNodeClick = (node,level) => {
    console.log("onPress called ", node['chapterTitle'] === undefined ? node['sectionTitle'] : node['chapterTitle']);
  }

Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>