We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3852542 + c871171 commit 75a6dccCopy full SHA for 75a6dcc
cli/src/tasks/migrate.ts
@@ -28,15 +28,16 @@ const plugins = [
28
'@capacitor/dialog',
29
'@capacitor/filesystem',
30
'@capacitor/geolocation',
31
+ '@capacitor/google-maps',
32
'@capacitor/haptics',
33
'@capacitor/keyboard',
34
'@capacitor/local-notifications',
35
'@capacitor/motion',
36
'@capacitor/network',
37
'@capacitor/preferences',
38
'@capacitor/push-notifications',
- '@capacitor/screen-reader',
39
'@capacitor/screen-orientation',
40
+ '@capacitor/screen-reader',
41
'@capacitor/share',
42
'@capacitor/splash-screen',
43
'@capacitor/status-bar',
0 commit comments