toastify-react-native
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!
Hi. I hope you are well. after installing the package I have an error with react-native-modal. this is my package version "toastify-react-native": "^4.0.0",
**Description:** Encountered issues with missing information while working on a project. Errors indicate the absence of essential dependencies, particularly related to modals and responsive font sizing. **Errors:** 1. react-native-modal could...
I made ToastifyProvider like this ``` import React, { createContext, useContext, useState } from 'react'; import ToastManager, { Toast } from 'toastify-react-native'; // Create a context to manage toast state...
Thanks @Abrar-Devs . - This issue has beed resolved, so closing. _Originally posted by @zahidalidev in https://github.com/zahidalidev/toastify-react-native/issues/10#issuecomment-1794807964_
I added more customizations in the style of the message, because it had some layout bugs using its default repository, and because of the testID, for automating the application, based...
I can't change the width of the toast, is this how you do it? Toast.error("student is clocked out.", 'width:300');