tableflip / react-native-toaster

Simple top-pop toast feedback messages for React Native, also Redux compatible
ISC License
85 stars 29 forks source link

Android Issue -> delay before rendering then not hiding #7

Open peter-pogocarshare opened 7 years ago

peter-pogocarshare commented 7 years ago

On RN v.0.47.1, I'm unable to get toasts to work correctly. The show and hide behavior seems inverted. The toast shows when onhide is called, then becomes un-dismissable.

I think it's related to the Animated API because it works fine using a instead.

alanshaw commented 6 years ago

Did you get anywhere debugging this? Could you send a PR?