PhotoViewer not known as ionic-native

1k Views Asked by At

I installed the PhotoViewer as explained in: https://github.com/sarriaroman/photoviewer

When I add import like this the project: import {PhotoViewer} from 'ionic-native';

it doesn't compile and it says that PhotoViewer is not part of 'ionic-native'

Anyone knows why?

1

There are 1 best solutions below

0
On

import { PhotoViewer } from '@ionic-native/photo-viewer'

http://ionicframework.com/docs/native/photo-viewer/

Fix your import. Just 'ionic-native' won't work.