evennit / notifee-expo-plugin

This plugin will allow you to use Notifee with a notification service extension without needing to eject from Expo managed workflow.
https://www.npmjs.com/package/@evennit/notifee-expo-plugin
MIT License
12 stars 4 forks source link

Fix expo-doctor error and Expo SDK 52 prebuild support #4

Closed Kasendwa closed 3 weeks ago

Kasendwa commented 3 weeks ago

The new expo-doctor plugin requires an app.plugin.js file in every plugin. It's the plugin's entry point.

This PR just duplicates the index.js file at the root to create the app.plugin.js file that expo-doctor looks for. This ensures there's no distraction to future plans should this package ever need to do more than just serve as a plugin

kevpug commented 3 weeks ago

Very nice thanks a lot for finding the fix! I've added your name to the contributors :) and also updated the changelog.

I will release the fix in 3.7.2 which I will release today.