I installed deeplinks plugin following the documentation instructions.
Installation command:
ionic plugin add ionic-plugin-deeplinks --variable URL_SCHEME=myapp --variable DEEPLINK_SCHEME=https --variable DEEPLINK_HOST=myapp.com.br
But the import ( import {IonicDeeplinks} from ‘ionic-native’; ) is not working. The compiler says:
[ts]
Module ‘“e:/Ionic2/ionic-teste-1/node_modules/ionic-native/dist/index”’ has no exported member ‘IonicDeeplinks’.
import IonicDeeplinks
Note that I’ve updated ionic-native for the latest version.
How can I install and import deep-link plugin?