TheWidlarzGroup / react-native-notificated

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

FEAT: issue#86 - duration set to 0 turn off the timer, notification has to be dismissed manually. #88

Closed PdoubleU closed 2 years ago

PdoubleU commented 2 years ago

-Add short logical checking for the 'duration' parameter: if equals to 0 (logical false)

the function 'resetTimer' returns and doesn't invoke setTimeout, otherwise setTimeout takes the time length passed as duration

Closes #86