mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
platforms to engines
This commit is contained in:
@ -8,7 +8,8 @@ import {NativePlugin} from '../plugin';
|
||||
*/
|
||||
@NativePlugin({
|
||||
name: 'StatusBar',
|
||||
platforms: {
|
||||
platforms: ['ios', 'android'],
|
||||
engines: {
|
||||
cordova: 'cordova-plugin-statusbar'
|
||||
},
|
||||
pluginCheck: () => {
|
||||
|
Reference in New Issue
Block a user