react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
Nested Options
Is it possible to make nested options using this library? For example I have a modal dropdown with options=["Option 1", "Option 2", "Option 3"]
When I select Option 1 it brings up a modal to the side of that with subOptions=["Sub 1", "Sub 2"]
It this is possible how do I accomplish this?
Thanks for you suggestion. That must be a large proj relative to this component. I'll think about the design first.