NativeStorage not found

I noticed there’s something new in Ionic Native. A new plugin called NativeStorage:

I installed but I cannot import it.

I get the following compilation error:

TypeScript error: E:/Ionic2/ionic-teste-1/app/pages/push/push.ts(4,9): Error TS2 305: Module ‘“E:/Ionic2/ionic-teste-1/node_modules/ionic-native/dist/index”’ has no exported member ‘NativeStorage’.
TypeScript error: app/app.ts(6,9): Error TS2305: Module ‘“E:/Ionic2/ionic-teste- 1/node_modules/ionic-native/dist/index”’ has no exported member ‘NativeStorage’.

Why is this heppening and how could I solve this so I cant test NativeStorage?

1 Like

I’ve same problem, please help ya!

What version of Ionic Native are you using?

The Native Storage plugin was only added in version 1.3.5 which was released 3 days ago. Make sure you have latest version by running npm i --save ionic-native@latest

3 Likes

Ionic Native version is 1.3.2. I will update it later.

It works after update to the latest version of ionic-native