iOnic 2 Nativ Shake not Work

I tried using the antiv SHake Plugin: http://ionicframework.com/docs/v2/native/shake/

But after the isntallation, i cant import the Plugin.

Maybe someone have used this plugin and can help me :slight_smile:

Here’s how I fixed it.
Go to your package.json and update your ionic-native by changing your line to:
"ionic-native": "1.3.20", then do the usual:

ionic state restore --plugins npm install
:slight_smile:

The Problem is, that i can’t import the Shake-Plugin to my app.ts.
I will try out your solution :slight_smile:

“ionic-native”: “2.2.11”

Recently I got this, but still doesn’t work on my iPhone 6 while testing on IonicView.

Have you managed to use it?