Pratik S. Gode
Pratik S. Gode

Reputation: 260

How to achieve Tree Structure UI in React Native?

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?

enter image description here

Upvotes: 1

Views: 1252

Answers (1)

Hassan Raza
Hassan Raza

Reputation: 82

You can use react-native-family-tree to achieve this. But beware as this is not maintained anymore.

Upvotes: 1

Related Questions