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