export const packagesToKeep: string[] = [
  'org.unimodules.apploader',
  'org.unimodules.core.interfaces.Consumer',
  'org.unimodules.core.interfaces.SingletonModule',
  'expo.modules.apploader',
  'expo.modules.interfaces.taskManager',
  'expo.modules.clipboard.CLIPBOARD_FILE_PROVIDER_PATHS',
  'expo.modules.core.interfaces.Consumer',
  'expo.modules.core.interfaces.SingletonModule',
  'expo.modules.image.ExpoImageAppGlideModule',
  'expo.modules.jsonutils',
  'expo.modules.manifests',
  'expo.modules.notifications.BuildConfig',
  'expo.modules.notifications.notifications.model',
  'expo.modules.notifications.notifications.enums',
  'expo.modules.notifications.badge.interfaces.BadgeManager',
  'expo.modules.notifications.notifications.interfaces.NotificationBuilder',
  'expo.modules.notifications.notifications.interfaces.NotificationListener',
  'expo.modules.notifications.notifications.interfaces.NotificationManager',
  'expo.modules.notifications.notifications.interfaces.NotificationTrigger',
  'expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger',
  'expo.modules.notifications.notifications.NotificationManager',
  'expo.modules.notifications.notifications.service',
  'expo.modules.notifications.FirebaseListenerService',
  'expo.modules.notifications.tokens.interfaces',
  'expo.modules.notifications.tokens.PushTokenManager',
  'expo.modules.updates.UpdatesConfiguration',
  'expo.modules.updates.UpdatesController',
  'expo.modules.updates.UpdatesUtils',
  'expo.modules.updates.db',
  'expo.modules.updates.launcher',
  'expo.modules.updates.loader',
  'expo.modules.updates.manifest',
  'expo.modules.updates.selectionpolicy',
  'expo.modules.updates.UpdatesDevLauncherController',
  'expo.modules.splashscreen.singletons',
  'expo.modules.splashscreen.SplashScreenViewProvider',
  'expo.modules.splashscreen.SplashScreenImageResizeMode',
  'com.facebook.proguard.annotations.DoNotStrip',
];

export const packagesToRename: string[] = [
  'com.facebook.catalyst',
  'com.facebook.csslayout',
  'com.facebook.fbreact',
  'com.facebook.hermes',
  'com.facebook.perftest',
  'com.facebook.proguard',
  'com.facebook.quicklog',
  'com.facebook.react',
  'com.facebook.systrace',
  'com.facebook.yoga',
  'com.facebook.debug',
  'org.unimodules.core',
  'org.unimodules.interfaces',
  'expo.modules',
  'org.unimodules.adapters',
  'org.unimodules.errors',
];
