Eduardo
Results
2
issues of
Eduardo
Hi there! I am using the plugin in an **ionic Android** app, everything works ok but i think the **notification should get closed** if the **app** is manually **killed**. I...
Replace "pre-commit" by "husky" https://github.com/typicode/husky ``` // package.json { "husky": { "hooks": { "pre-commit": "npm test", "pre-push": "npm test", "...": "..." } } } ``` Suggestion coming from PR https://github.com/andalugeeks/andaluh-js/pull/2...
enhancement
good first issue