toastify-react-native icon indicating copy to clipboard operation
toastify-react-native copied to clipboard

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

Results 17 toastify-react-native issues
Sort by recently updated
recently updated
newest added

Clicking the close button on ios doesn't do anything, but it does work on android.

I have to import it in all components for it to appear, I even have to import it within MODALS for it to appear, does it really work like this...

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...

Could you make it possible to use custom icons and icon styles (color, size, etc)?

This PR enhances the project by enabling the display of multiple toasts simultaneously. Additionally, TypeScript code has been improved, and the display method for each toast has been modified. Now,...

Is there any way to remove the status bar?

In Progress

I noticed in your description that you mentioned, "You can display multiple toasts at the same time." I'm curious about how this can be achieved. Could you please provide an...

I have shown the toast after creating and updating any item. But when I create or update an item the item list refreshes and shows an activity indicator. At that...

help wanted

`ios-close-outline` no longer exist on lib **react-native-vector-icons** On ToastManager.js ```js ``` replace with `close-outline`

In Progress

I am trying to contribute and I come across this error after cloning the repo and checking out to a new branch and attempting to perform npm install. ![error](https://github.com/zahidalidev/toastify-react-native/assets/112415714/4f11885c-4a48-40ae-8530-89b2f35204ed)

In Progress