sbalay / react-native-redux-toast

Simple to use, easy to customize Toast component for Android & iOS. Developed with love for redux apps
50 stars 21 forks source link

React 16.0.0 Warning: componentWillReceiveProps #24

Open juliusdev opened 4 years ago

juliusdev commented 4 years ago

Hi,

Please, can you make compliant this component with the lastests React versions.

Thanks by advance.

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Please update the following components: Toast

sangtx commented 4 years ago

+1 Same issue

fredyonge commented 4 years ago

I guess this library is lost

ytmauzer commented 3 years ago

You may try a similar library react-native-redux-alert which has almost the same API, but without any issues related to obsolete React methods or something like that