/** * React Native Launcher Kit * * A library for building custom Android launchers with React Native. * Provides access to installed apps, battery status, launcher settings, * and event-driven listeners for app installations/removals. * * @author Louay Sleman * @contact louayakram12@hotmail.com * @linkedin https://www.linkedin.com/in/louay-sleman * @version 2.1.0 * @website https://louaysleman.com * @copyright Copyright (c) 2024 Louay Sleman. All rights reserved. */ import InstalledApps from './installedApps'; import RNLauncherKitHelper from './helper'; import { IntentAction, MimeType } from './utils/enum'; export { InstalledApps, RNLauncherKitHelper, IntentAction, MimeType };