Check network connection RC4

Hello everyone!

Can anyone suggest, what happend with Network ionic-native ? Now Network.connection return undefined. How just check network connection in RC4 ?

Hi. I have the same issue

I have update ionic-native to 2.2.12 in the package.json and run npm install.
There are some breaking changes. https://github.com/driftyco/ionic-native/releases/tag/v2.2.12

You should use Network.type instead of Network.connection now.

unfg, thx a lot, it working ! I need to check Ionic2 github.