Talor-A / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
55 stars 27 forks source link

fix(react): react 17 support #42

Closed ljbc1994 closed 3 years ago

ljbc1994 commented 3 years ago

Thank you for this library!

What's the change?

Fixes

41

Aside

If necessary, more than happy to convert this library to a function component with hooks.

Talor-A commented 3 years ago

hey @ljbc1994 - thanks a lot for the PR! I'm not really working in react-native for my work anymore so I haven't been able to update this library in quite some time. I'm happy to accept any contributions you want to make here. If you're interested in converting this to a hooks-based library, I think it would be wise to publish it under a new major version to NPM. If you'd be interested in maintaining that, I'd be happy to transfer the npm package to you.

I'll merge this and create a release soon.

Talor-A commented 3 years ago

published new version react-native-message-bar@2.1.0 :)

ljbc1994 commented 3 years ago

Thank you!