Native Geocoder seems not be installed, but is is

I just can’t figure out why I’m getting this error

[15:33:17]  console.warn: Native: tried calling NativeGeocoder.reverseGeocode, but the NativeGeocoder plugin is not 
            installed. 
[15:33:17]  console.warn: Install the NativeGeocoder plugin: 'ionic cordova plugin add cordova-plugin-nativegeocoder' 
[15:33:17]  console.error: plugin_not_installed 

I’ve already installer NativeGeocoder as well as Geolocation, but it still doesn’t work. I did everything that is in the official NativeGeocoder documentation. NativeGeocoder is registered in ionic cordova plugin ls as well as in the package.json.

Any ideas?