function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } var DEVICE_READY_TIMEOUT = 2000; //export * from './plugins/actionsheet'; //export * from './plugins/camera'; //export * from './plugins/device'; //export * from './plugins/statusbar'; __export(require('./plugins/toast')); var didFireReady = false; window.addEventListener('deviceready', function () { didFireReady = true; }); setTimeout(function () { if (!didFireReady && window.cordova) { console.warn('Native: deviceready did not fire within ' + DEVICE_READY_TIMEOUT + 'ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them.'); } }, DEVICE_READY_TIMEOUT);