hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
969 stars 294 forks source link

one more child #727

Open muhammedesadkaya opened 8 months ago

muhammedesadkaya commented 8 months ago

Hello. Can another child be added? I couldn't find it in the documentation.

Example:

{label: 'Apple', value: 'apple'}, {label: 'Banana', value: 'banana', parent: 'apple'}, {label: 'Berry', value: 'berry', parent: 'banana'},