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.
Advertisement
Answer
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.