I get a problem using native plugin ionic 3 when install Native Store is success, but when I try to add in app module, the text editor show a red line and when I try to run
All your @ionic-native modules now need /ngx at the end for Angular projects. Just fix it like this:
@ionic-native
/ngx
import { NativeStorage } from '@ionic-native/native-storage/ngx';
Apply this to every @ionic-native plugin/module.