What is the difference between ion-native and ion-ion native / xxx in ionic 2

I am trying to use the Ionic Native feature in my Ionic2 application. I find a significant number of examples and installation instructions for the ion-native module node, as well as for @ ionic-native / [package-name]. I don’t understand which node module to use. It seems like ion-native is being installed, but all documentation at https://ionicframework.com/docs/native/ uses @ ionic-native / [package name]. What is the difference between these two packages? What should be used in my ionic2 application?

Below is my current project information.

enter image description here

+4
source share
1

- v 2.x v3.x

- v 2.x
, , , ionic-native.
V2 readme.

v3.x
( 3.4.4). npm install @ionic-native/core, . @ionic-native/[package-name]
.

+2

Source: https://habr.com/ru/post/1673746/


All Articles