TheWidlarzGroup / react-native-notificated

⚡️React Native toast notifications
https://thewidlarzgroup.github.io/react-native-notificated/
MIT License
386 stars 22 forks source link

fix: hook useNotificationController is not providing method 'modify' #108

Closed PdoubleU closed 2 years ago

PdoubleU commented 2 years ago

Add 'modify' method to hook useNotificationController Add export in useNotificationController Import type for required arguments in 'modify' method

Closes #105