Browse Source
- Add root-level capacitor.plugins.json with DailyNotification plugin entry - Add plugins file with plugin class mapping - These files may be generated by annotation processor or build tools - Ensures plugin discovery works across different Capacitor configurationsmaster
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
[ |
||||
|
{ |
||||
|
"name": "DailyNotification", |
||||
|
"class": "com.timesafari.dailynotification.DailyNotificationPlugin" |
||||
|
} |
||||
|
] |
@ -0,0 +1,6 @@ |
|||||
|
[ |
||||
|
{ |
||||
|
"name": "DailyNotification", |
||||
|
"class": "com.timesafari.dailynotification.DailyNotificationPlugin" |
||||
|
} |
||||
|
] |
Loading…
Reference in new issue