Ionic 4 Beta: Object(...) is not a function

I like to give the same answer over and over again…so

  1. Use ionic-native beta.14
  2. Correct your import by adding /ngx like import {Camera} from '@ionic-native/camera/ngx';

Next time plz before asking search thru the forum first https://forum.ionicframework.com/t/camera-in-ionic-v4 or https://forum.ionicframework.com/t/ionic-4-native-plugin-problem

1 Like