n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 598 forks source link

Add feature of handling something before calling onPress func #142

Open 7772 opened 5 years ago

7772 commented 5 years ago

What feature ?

Call Function before calling onPress function.

Use case


<Dropdown
    ...
    preprocessFunc={ () => {
            alert("This is called before onPress func");
        }
    }
reidkersey commented 5 years ago

Any possibility we can merge this in?