fjmorant/react-native-nested-listview

Export the function of render child nodes, don't render automatically

surethink opened this issue · 1 comments

When press the parent node, the child nodes are showed automatically and the function onNodePressed also fired.

in my scenario, I want users to press the left part of parent row to load data first(if not loaded), then to render child nodes, press the right part to jump to another page

would you please export the function of rendering child nodes, let developers decide when to fire it and press which part of the row to fire it

thanks!

Hello @surethink ,

I think your suggestion is interesting, let me think about it and see which is the best way.

Bye