Skip to content

Not Working !! #13

@sinhaniik

Description

@sinhaniik

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 = () => {
addNotification({
title: 'Warning',
subtitle: 'This is a subtitle',
message: 'This is a very long message',
theme: 'darkblue',
duration: 5000,
native: true // when using native, your OS will handle theming.
});
};

return (



Hello world.


);
}

export default App`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions