Reputation: 260
I'm trying to achieve Tree Structure like UI in React-Native. There is no specific library available for this kind of functionality. Can anyone guide in this. Which libraries will be helpful to achieve it? or What is the right way to go ahead with?
Upvotes: 1
Views: 1252
Reputation: 82
You can use react-native-family-tree to achieve this. But beware as this is not maintained anymore.
Upvotes: 1