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.notifications.model', 13 'expo.modules.notifications.notifications.enums', 14 'expo.modules.notifications.badge.interfaces.BadgeManager', 15 'expo.modules.notifications.notifications.interfaces.NotificationBuilder', 16 'expo.modules.notifications.notifications.interfaces.NotificationListener', 17 'expo.modules.notifications.notifications.interfaces.NotificationManager', 18 'expo.modules.notifications.notifications.interfaces.NotificationTrigger', 19 'expo.modules.notifications.notifications.interfaces.SchedulableNotificationTrigger', 20 'expo.modules.notifications.notifications.NotificationManager', 21 'expo.modules.notifications.notifications.service', 22 'expo.modules.notifications.FirebaseListenerService', 23 'expo.modules.notifications.tokens.interfaces', 24 'expo.modules.notifications.tokens.PushTokenManager', 25 'expo.modules.updates.UpdatesConfiguration', 26 'expo.modules.updates.UpdatesController', 27 'expo.modules.updates.UpdatesUtils', 28 'expo.modules.updates.db', 29 'expo.modules.updates.launcher', 30 'expo.modules.updates.loader', 31 'expo.modules.updates.manifest', 32 'expo.modules.updates.selectionpolicy', 33 'expo.modules.updates.UpdatesDevLauncherController', 34 'expo.modules.splashscreen.singletons.SplashScreen', 35 'expo.modules.splashscreen.SplashScreenViewProvider', 36 'expo.modules.splashscreen.SplashScreenImageResizeMode', 37 'com.facebook.proguard.annotations.DoNotStrip', 38]; 39 40export const packagesToRename: string[] = [ 41 'com.facebook.catalyst', 42 'com.facebook.csslayout', 43 'com.facebook.fbreact', 44 'com.facebook.hermes', 45 'com.facebook.perftest', 46 'com.facebook.proguard', 47 'com.facebook.quicklog', 48 'com.facebook.react', 49 'com.facebook.systrace', 50 'com.facebook.yoga', 51 'com.facebook.debug', 52 'org.unimodules.core', 53 'org.unimodules.interfaces', 54 'expo.modules', 55 'org.unimodules.adapters', 56 'org.unimodules.errors', 57]; 58