Ionic 4 native plugin problem

Update your native libs to 5.0.0-beta.14, each of them inclusive @ionic-native/core

also the imports should contains ngx, like

import {SplashScreen} from '@ionic-native/splash-screen/ngx';
3 Likes