cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Implement snackbar visibility events #191

Closed rvasseur31 closed 1 year ago

rvasseur31 commented 2 years ago

Implement events with snackbar visibility.

It's a native feature on android : https://stackoverflow.com/a/33076569

papidb commented 1 year ago

Hey, @cooperka can you please take a look at this?

cooperka commented 1 year ago

i badly want to keep this library updated, but i don't currently develop react-native applications on a regular basis, so it's a lot of work to keep my dev environment in working order... new laptop, nothing works.

i'm going to ship this code (untested) as a new version; if anything breaks folks can always revert their version & submit a PR to fix it. it's very easy to merge things like that.

thanks again for the contribution, @rvasseur31!

cooperka commented 1 year ago

released in v2.7.0 🎉

rvasseur31 commented 1 year ago

i badly want to keep this library updated, but i don't currently develop react-native applications on a regular basis, so it's a lot of work to keep my dev environment in working order... new laptop, nothing works.

i'm going to ship this code (untested) as a new version; if anything breaks folks can always revert their version & submit a PR to fix it. it's very easy to merge things like that.

thanks again for the contribution, @rvasseur31!

Thank you for your time for merging this.