Description
I am using react application wrapped in Ionic.
I have import { Zoom } from '@ionic-native/zoom'; .
When I set let zoomService = Zoom (inside render for eg.) and run the app I get
Error: exec proxy not found for :: Zoom :: initialize
How should I properly initialize zoomService in my react zoom component ?