generator-jhipster-ionic icon indicating copy to clipboard operation
generator-jhipster-ionic copied to clipboard

Replace ionic-native with awesome-cordova-plugins.

Open mshima opened this issue 3 years ago • 2 comments

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

mshima avatar Sep 04 '22 20:09 mshima

I'm not sure we need ionic-native since we should only support Capacitor, not Cordova.

mraible avatar Sep 04 '22 21:09 mraible

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.

mraible avatar Sep 04 '22 21:09 mraible

@DanielFran bounty claimed https://opencollective.com/generator-jhipster/expenses/123275

mshima avatar Feb 13 '23 22:02 mshima

@mshima approved

DanielFran avatar Feb 14 '23 12:02 DanielFran