zahidalidev / toastify-react-native

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!
MIT License
84 stars 18 forks source link

THIS LIBRARY DOESN'T WORK PROPERLY AND NOBODY RESPONDS TO ISSUES #33

Open gabriel-logan opened 6 months ago

gabriel-logan commented 6 months ago

This library simply doesn't work properly, TOAST doesn't appear in some components, there's no way to make a global configuration, I've already tried to create a context for it but it doesn't do anything, it still doesn't appear in some specific components, no error appears indicating the reason for it not appearing, as already mentioned in someone else's error below, the INFO type gives the following error WARN "ios-information-circle" is not a valid icon name for family "ionicons", simply poorly done, the devs who developed it She doesn't respond to issues, difficult. I do not recommend.

My CONTEXT

image

zahidalidev commented 6 months ago

Hi gabriel-logan, sorry for the late response. You have to Configure the ToastManager at the top level, but you are doing it inside the Provider.

ElhanM commented 3 months ago

@zahidalidev

Toast.info(...) gives back a warning for me

I am working on a React Native project with Expo - Using my Android device for testing

WARN "ios-information-circle" is not a valid icon name for family "ionicons"

I tried replacing Toast.info(...) with Toast.warn(...) (same component, same everything, just replaced info with warn), and the error disappeared.

Maybe look into this. Thanks (I have ToastManager configured at the top level, everything works fine, Toast.warn(...), but Toast.info(...) gives back this warning)