Drijon
Drijon

Reputation: 13

How can I make this dropdown in react native?

Here is the default structure for dropdown

This is when you click the dropdown

I'm new to react native and I was wondering how can I make this kind of structure. If anyone can help, thanks a lot.

Upvotes: 0

Views: 149

Answers (1)

Tyler Williams
Tyler Williams

Reputation: 196

I think you'll have a little more success if you call this component an "accordion" in your searching. "Dropdown" sort of suggests a picker component to me.

I searched for "React Native accordion" and found this medium post that seems relevant. I might start there.

Upvotes: 1

Related Questions