react-native-nested-listview icon indicating copy to clipboard operation
react-native-nested-listview copied to clipboard

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

Open surethink opened this issue 3 years ago • 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!

surethink avatar Nov 01 '22 08:11 surethink

Hello @surethink ,

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

Bye

fjmorant avatar Nov 01 '22 21:11 fjmorant