feat: calendar plugin

This commit is contained in:
Thea Schöbl
2022-01-31 15:57:38 +00:00
committed by Rainer Killinger
parent 080e6fa3e8
commit a57c3029df
54 changed files with 2880 additions and 70 deletions

View File

@@ -18,6 +18,11 @@ const config: CapacitorConfig = {
'SplashScreenDelay': '3000',
},
},
plugins: {
LocalNotifications: {
// TODO
},
},
};
export default config;