Ionic 2, Date Picker (cordova plugin). Property 'ANDROID_THEMES' does not exist on type 'typeof DatePicker'

The file datepicker.js under [project name]\nodes_modules\ionic-native\dist\plugins\ does not contain the particularity of each platform (which can be seen under [project name]\plugins\cordova-plugin-datepicker\www) despite the plugin was added to the project?

As a consequence, it is not possible to use DatePicker.ANDROID_THEMES property.

I’ve described everything in that SO thread.