react-push-notification
react-push-notification copied to clipboard
Push notification library for React.js
I Tried this code on my windows machine with chrome as a browser but code does not works `import addNotification from 'react-push-notification'; import './App.css' function App() { const buttonClick =...
I created a fork of this repository because I wanted to use it with React 18. If you also need to use this functionality with React 18, you can consider...
npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer...
I am trying to add push notification on Next.js app, it is giving error. System Info: M1 MacBook Pro Node - 18.16.1 Next.js - 13.11.1
Can you update package.json for this package or update peer dependency?
Hi guys, I'm testing the library and realized that in the edge browser the native notification option is working, but not in chrome, using ReactJs 18.2. Thanks for your attention.
Please help! Push notification is not working on any mobile device. I tries whole day to solve this problem. Please help me. addNotification({ title: 'Test', message: 'Message', theme: 'darkblue', duration:...
Hey, I was trying to use this module and got a global CSS error with next. You could resolve this by: 1. Asking us to import the CSS file 2....