1export const packagesToKeep: string[] = [ 2 'org.unimodules.apploader', 3 'org.unimodules.core.interfaces.Consumer', 4 'org.unimodules.core.interfaces.SingletonModule', 5 'expo.modules.apploader', 6 'expo.modules.interfaces.taskManager', 7 'expo.modules.clipboard.CLIPBOARD_FILE_PROVIDER_PATHS', 8 'expo.modules.core.interfaces.Consumer', 9 'expo.modules.core.interfaces.SingletonModule', 10 'expo.modules.jsonutils', 11 'expo.modules.manifests', 12 'expo.modules.notifications.BuildConfig', 13 'expo.modules.notifications.notifications.model', 14 'expo.modules.notifications.notifications.enums', 15 'expo.modules.notifications.badge.interfaces.BadgeManager', 16 'expo.modules.notifications.notifications.interfaces.NotificationBuilder', 17 'expo.modules.notifications.notifications.interfaces.NotificationListener', 18 'expo.modules.notifications.notifications.interfaces.NotificationManager', 19 'expo.modules.notifications.notifications.interfaces.NotificationTrigger', 20 'expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger', 21 'expo.modules.notifications.notifications.NotificationManager', 22 'expo.modules.notifications.notifications.service', 23 'expo.modules.notifications.FirebaseListenerService', 24 'expo.modules.notifications.tokens.interfaces', 25 'expo.modules.notifications.tokens.PushTokenManager', 26 'expo.modules.updates.UpdatesConfiguration', 27 'expo.modules.updates.UpdatesController', 28 'expo.modules.updates.UpdatesUtils', 29 'expo.modules.updates.db', 30 'expo.modules.updates.launcher', 31 'expo.modules.updates.loader', 32 'expo.modules.updates.manifest', 33 'expo.modules.updates.selectionpolicy', 34 'expo.modules.updates.UpdatesDevLauncherController', 35 'expo.modules.splashscreen.singletons', 36 'expo.modules.splashscreen.SplashScreenViewProvider', 37 'expo.modules.splashscreen.SplashScreenImageResizeMode', 38 'com.facebook.proguard.annotations.DoNotStrip', 39]; 40 41export const packagesToRename: string[] = [ 42 'com.facebook.catalyst', 43 'com.facebook.csslayout', 44 'com.facebook.fbreact', 45 'com.facebook.hermes', 46 'com.facebook.perftest', 47 'com.facebook.proguard', 48 'com.facebook.quicklog', 49 'com.facebook.react', 50 'com.facebook.systrace', 51 'com.facebook.yoga', 52 'com.facebook.debug', 53 'org.unimodules.core', 54 'org.unimodules.interfaces', 55 'expo.modules', 56 'org.unimodules.adapters', 57 'org.unimodules.errors', 58]; 59