generator-jhipster-ionic
generator-jhipster-ionic copied to clipboard
Replace ionic-native with awesome-cordova-plugins.
https://ionicframework.com/blog/a-new-chapter-for-ionic-native/
https://github.com/jhipster/generator-jhipster-ionic/blob/cb7baafa47d4f6d4a9a2c74d9f2519f97d9f4bd0/generators/ionic/resources/base/package.json#L41-L46
I'm not sure we need ionic-native since we should only support Capacitor, not Cordova.
It looks like we do use a few plugins:
"@ionic-native/camera": "5.36.0",
"@ionic-native/core": "5.36.0",
"@ionic-native/http": "5.36.0",
"@ionic-native/secure-storage": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
I'm guessing most of them can be replaced with Capacitor equivalents. I'll add a bug bounty.
@DanielFran bounty claimed https://opencollective.com/generator-jhipster/expenses/123275
@mshima approved