Ömer ANAR
Ömer ANAR
I have the same issue ``` ``` ``` ``` --------------------------------------------------------- dont use; ``` useEffect(() => { toast.show("Hello World") }, []) ``` use; ``` ```
i handled it, thanks to you. now i have multiple responder and one initiator, working good. but now i have a problem adding initiator. how can i add one more...
did you solve the problem `Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?` @erhanersoz *** ``` import React,...
thank you, I found another package similar to this repo with supporting multiple notifications. problem solved. `react-native-toast-notifications`
wrong framework version you need to change 4.5v and Clean every project individually (Right click> Clean). Rebuild every project individually (Right click> Rebuild). Rebuild the startup project.