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