{"id":13679289,"url":"https://github.com/invertase/notifee","last_synced_at":"2025-05-12T13:20:34.517Z","repository":{"id":37553024,"uuid":"93151463","full_name":"invertase/notifee","owner":"invertase","description":"⚛️ A feature rich notifications library for React Native.","archived":false,"fork":false,"pushed_at":"2025-01-24T18:09:41.000Z","size":34414,"stargazers_count":2016,"open_issues_count":41,"forks_count":252,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-07T20:47:08.920Z","etag":null,"topics":["android","hactoberfest","ios","notifications","react-native"],"latest_commit_sha":null,"homepage":"https://docs.page/invertase/notifee","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/invertase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-02T09:44:41.000Z","updated_at":"2025-05-07T06:45:17.000Z","dependencies_parsed_at":"2024-01-14T14:59:45.269Z","dependency_job_id":"7e4dffc2-f4da-4f80-9c46-b007b51e2a6f","html_url":"https://github.com/invertase/notifee","commit_stats":{"total_commits":1179,"total_committers":83,"mean_commits":"14.204819277108435","dds":0.5784563189143341,"last_synced_commit":"4ffc74868ddf5ee702a88f5f0c56677828b4c591"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Fnotifee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Fnotifee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Fnotifee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invertase%2Fnotifee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invertase","download_url":"https://codeload.github.com/invertase/notifee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745197,"owners_count":21957320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","hactoberfest","ios","notifications","react-native"],"created_at":"2024-08-02T13:01:03.979Z","updated_at":"2025-05-12T13:20:34.491Z","avatar_url":"https://github.com/invertase.png","language":"TypeScript","readme":"\u003c!-- markdownlint-disable MD033 --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://invertase.io\"\u003e\n    \u003cimg width=\"140px\" src=\"https://static.invertase.io/assets/notifee-logo.png\"\u003e\u003cbr/\u003e\n  \u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eNotifee Notifications\u003c/h3\u003e\n  \u003ca href=\"https://invertase.link/discord\"\u003e\n   \u003cimg src=\"https://img.shields.io/discord/295953187817521152.svg?style=flat-square\u0026colorA=7289da\u0026label=Chat%20on%20Discord\" alt=\"Chat on Discord\"\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n\u003chr/\u003e\n\n\u003c!-- markdownlint-disable MD041 --\u003e\n\n\nA feature rich Android \u0026 iOS notifications library for React Native.\n\n[\u003e Learn More](https://docs.page/invertase/notifee/)\n\n---\n\n\u003e Notifee is going Noti-'free' - free and fully open source. [[Learn more]](https://invertase.io/blog/open-sourcing-notifee)\n\n---\n\n## Documentation\n\n- [Overview](https://docs.page/invertase/notifee/react-native/overview)\n- [Reference](https://docs.page/invertase/notifee/react-native/reference)\n\n### Android\n\nThe APIs for Android allow for creating rich, styled and highly interactive notifications. Below you'll find guides that cover the supported Android features.\n\n| Topic                                                                                    |                                                                                                                                   |\n| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |\n| [Appearance](https://docs.page/invertase/notifee/react-native/android/appearance)                   | Change the appearance of a notification; icons, colors, visibility etc.                                                           |\n| [Behaviour](https://docs.page/invertase/notifee/react-native/android/behaviour)                     | Customize how a notification behaves when it is delivered to a device; sound, vibration, lights etc.                              |\n| [Channels \u0026 Groups](https://docs.page/invertase/notifee/react-native/android/channels)              | Organize your notifications into channels \u0026 groups to allow users to control how notifications are handled on their device        |\n| [Foreground Service](https://docs.page/invertase/notifee/react-native/android/foreground-service)   | Long running background tasks can take advantage of an Android Foreground Service to display an on-going, prominent notification. |\n| [Grouping \u0026 Sorting](https://docs.page/invertase/notifee/react-native/android/grouping-and-sorting) | Group and sort related notifications in a single notification pane.                                                               |\n| [Interaction](https://docs.page/invertase/notifee/react-native/android/interaction)                 | Allow users to interact with your application directly from the notification, with actions.                                        |\n| [Progress Indicators](https://docs.page/invertase/notifee/react-native/android/progress-indicators) | Show users a progress indicator of an on-going background task, and learn how to keep it updated.                                 |\n| [Styles](https://docs.page/invertase/notifee/react-native/android/styles)                           | Style notifications to show richer content, such as expandable images/text, or message conversations.                             |\n| [Timers](https://docs.page/invertase/notifee/react-native/android/timers)                           | Display counting timers on your notification, useful for on-going tasks such as a phone call, or event time remaining.            |\n\n### iOS\n\nBelow you'll find guides that cover the supported iOS features.\n\n| Topic                                                             |                                                                          |\n| ----------------------------------------------------------------- | ------------------------------------------------------------------------ |\n| [Appearance](https://docs.page/invertase/notifee/react-native/ios/appearance)           | Change how the notification is displayed to your users.       |\n| [Behaviour](https://docs.page/invertase/notifee/react-native/ios/behaviour)            | Control how notifications behave when they are displayed on a device; sound, crtitial alerts, etc.  |\n| [Categories](https://docs.page/invertase/notifee/react-native/ios/categories) | Create \u0026 assign categories to notifications.          |\n| [Interaction](https://docs.page/invertase/notifee/react-native/ios/interaction)                 | Handle user interaction with your notifications. |                                                    |\n| [Permissions](https://docs.page/invertase/notifee/react-native/ios/permissions)                 | Request permission from your application users to display notifications. |                                                    |\n\n\n## License\n\n- See [LICENSE](/LICENSE)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://invertase.io/?utm_source=readme\u0026utm_medium=footer\u0026utm_campaign=docs.page\"\u003e\n    \u003cimg width=\"75px\" src=\"https://static.invertase.io/assets/invertase/invertase-rounded-avatar.png\"\u003e\n  \u003c/a\u003e\n  \u003cp align=\"center\"\u003e\n    Built and maintained by \u003ca href=\"https://invertase.io/?utm_source=readme\u0026utm_medium=footer\u0026utm_campaign=docs.page\"\u003eInvertase\u003c/a\u003e.\n  \u003c/p\u003e\n\u003c/p\u003e\n","funding_links":[],"categories":["TypeScript","React Native","Push Notifications"],"sub_categories":["UI","Graphics \u0026 Drawing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvertase%2Fnotifee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvertase%2Fnotifee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvertase%2Fnotifee/lists"}