react-native-action-button
react-native-action-button copied to clipboard
Callback when action button is active and inactive?
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
What is the use case for that? Maybe using the props onPress and onReset can help you somehow.
Thank you, I tried, it works like a charm