react-native-easy-toast
react-native-easy-toast copied to clipboard
Showing toast is not working on functional components
This is not working.
toastRef.current.toast.show('Image saved', DURATION.LENGTH_SHORT);
Have a look: https://github.com/crazycodeboy/react-native-easy-toast/issues/45
useRef hook is needed, refer to #82