mastermoo / react-native-action-button

customizable multi-action-button component for react-native
MIT License
2.52k stars 570 forks source link

Callback when action button is active and inactive? #285

Open ducNgbk opened 6 years ago

ducNgbk commented 6 years ago

I am looking for a prop to pass a callback function to notify me when action button is active or inactive

Any solution for it? Thanks

mastermoo commented 6 years ago

What is the use case for that? Maybe using the props onPress and onReset can help you somehow.

ducNgbk commented 6 years ago

Thank you, I tried, it works like a charm