Ionic v4/ Ionic Native v5 @ionic-native/network, event functions failing

I’m so dumb. Sorry for disturb. Thanks you

No worries, happens to all of us! You’re welcome :slight_smile:

ionic cordova plugin add cordova-plugin-network-information
npm install @ionic-native/network

or remove then re install

or if ionic3 remove ngx from end of that

import { Network } from ‘@ionic-native/network’;

not

import { Network } from ‘@ionic-native/network/ngx’; // use this just when using ionic4