
Draft expo plugins for Strapi - Just to give inspiration to others !
The Strapi Plugin Notification Expo is a tool that allows users to draft and send Expo notifications through the Strapi admin panel. It provides features such as managing notifications, sending notifications to specific users, and automatic publishing with a dedicated cron. This plugin is compatible with Strapi version 3.4 and above, and requires NodeJS version 12.x to 14 and NPM version 6.x.
Using npm:
npm install strapi-plugin-notification-expo --save
Using yarn:
yarn add strapi-plugin-notification-expo
This plugin will add two tables to your project:
expotokens: a list of all Expo tokens (platform, "Expo push token", Strapi user)exponotifications: a list of all notifications with a stateThe Strapi Plugin Notification Expo is a powerful tool that enhances the functionality of the Strapi admin panel by allowing users to draft and send Expo notifications. With features such as managing notifications, sending notifications to specific users, and automatic publishing, this plugin makes it easy for developers to incorporate notification functionality into their applications. By following the installation guide and leveraging the provided features, users can easily enhance their Strapi projects with Expo notification capabilities.

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.