/** Native event names emitted by the LauncherKit module via DeviceEventEmitter. */ export const AppEvents = { /** Fired when a new app is installed on the device. */ APP_INSTALLED: 'onAppInstalled', /** Fired when an app is uninstalled from the device. */ APP_REMOVED: 'onAppRemoved', /** Fired when battery level or charging state changes. */ BATTERY_STATUS_CHANGED: 'onBatteryStatusChanged', };