typed-config-plugins 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -15
  3. package/dist/plugin.d.ts +313 -306
  4. package/package.json +10 -167
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Lukas
3
+ Copyright (c) 2025 Lukas Müller (WookieFPV)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -29,23 +29,11 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
29
29
  ...config,
30
30
  // ... other config
31
31
  plugins: [
32
+ // typed syntax by this package (with type checking/autocompletion):
32
33
  plugin("expo-build-properties", { android: { minSdkVersion: 26 } }),
33
- plugin("demo-package", { bar: "example", baz: 42 }),
34
- // This will generate the traditional ["demo-package", { bar: "example", baz: 42 }]
35
- // array at runtime while providing type safety during development.
36
-
37
- /*
38
- The `plugin` function replaces the traditional array syntax, providing
39
- type checking and autocompletion for your plugin options:
40
-
41
- // Old syntax (no type checking):
34
+
35
+ // normal syntax (no type checking/autocompletion):
42
36
  ["expo-build-properties", { android: { minSdkVersion: 26 } }],
43
- ["demo-package", { bar: "example", baz: 42 }],
44
-
45
- You can still use the old syntax for plugins without defined types or
46
- for local file-based plugins:
47
- "./path/to/my-local-plugin.js",
48
- */
49
37
  ],
50
38
  });
51
39
  ```
package/dist/plugin.d.ts CHANGED
@@ -1,315 +1,322 @@
1
- import appandflowExpoCameraCharacteristics from '@appandflow/expo-camera-characteristics/plugin/build/index';
2
- import baconsAppleColors from '@bacons/apple-colors/plugin/build/withAndroidColors';
3
- import bamTechReactNativeBatch from '@bam.tech/react-native-batch/plugin/build/withReactNativeBatch';
4
- import batchComReactNativePlugin from '@batch.com/react-native-plugin/plugin/build/withReactNativeBatch';
5
- import beyondidentityBiSdkReactNative from '@beyondidentity/bi-sdk-react-native/app.plugin';
6
- import bittingzExpoWidgets from '@bittingz/expo-widgets/plugin/build/index';
7
- import bravemobileReactNativeCodePush from '@bravemobile/react-native-code-push/expo/plugin/withCodePush';
8
- import brazeExpoPlugin from '@braze/expo-plugin/build/withBraze';
9
- import configPluginsReactNativeBlobUtil from '@config-plugins/react-native-blob-util/build/withReactNativeBlobUtil';
10
- import configPluginsReactNativePdf from '@config-plugins/react-native-pdf/build/withPdf';
11
- import corasanImageCompressor from '@corasan/image-compressor/app.plugin';
12
- import fishjamCloudReactNativeClient from '@fishjam-cloud/react-native-client/plugin/build/withFishjam';
13
- import giphyReactNativeSdk from '@giphy/react-native-sdk/app.plugin';
14
- import hotUpdaterReactNative from '@hot-updater/react-native/plugin/build/withHotUpdater';
15
- import intercomIntercomReactNative from '@intercom/intercom-react-native/app.plugin';
16
- import iterableExpoPlugin from '@iterable/expo-plugin/plugin/build/withIterable';
17
- import kingstinctReactNativeActivityKit from '@kingstinct/react-native-activity-kit/app.plugin';
18
- import kingstinctReactNativeHealthkit from '@kingstinct/react-native-healthkit/app.plugin';
19
- import maplibreMaplibreReactNative from '@maplibre/maplibre-react-native/lib/typescript/plugin/withMapLibre';
20
- import prismaReactNative from '@prisma/react-native/plugin/build/index';
21
- import reactNativeCommunityDatetimepicker from '@react-native-community/datetimepicker/plugin/build/withDateTimePickerStyles';
22
- import reactNativeFirebaseApp from '@react-native-firebase/app/plugin/build/index';
23
- import reactNativeFirebaseAppCheck from '@react-native-firebase/app-check/plugin/build/index';
24
- import reactNativeFirebaseAppDistribution from '@react-native-firebase/app-distribution/plugin/build/index';
25
- import reactNativeFirebaseAuth from '@react-native-firebase/auth/plugin/build/index';
26
- import reactNativeFirebaseCrashlytics from '@react-native-firebase/crashlytics/plugin/build/index';
27
- import reactNativeFirebaseMessaging from '@react-native-firebase/messaging/plugin/build/index';
28
- import reactNativeFirebasePerf from '@react-native-firebase/perf/plugin/build/index';
29
- import reactNativeGoogleSigninGoogleSignin from '@react-native-google-signin/google-signin/plugin/build/withGoogleSignIn';
30
- import reactNativeSeoulNaverLogin from '@react-native-seoul/naver-login/plugin/build/index';
31
- import reactNativeVoiceVoice from '@react-native-voice/voice/plugin/build/withVoice';
32
- import reactvisionReactViro from '@reactvision/react-viro/dist/plugins/withViro';
33
- import rnmapboxMaps from '@rnmapbox/maps/plugin/build/withMapbox';
34
- import sentryReactNative from '@sentry/react-native/plugin/build/index';
35
- import stripeStripeReactNative from '@stripe/stripe-react-native/lib/typescript/plugin/withStripe';
36
- import vonovakReactNativeThemeControl from '@vonovak/react-native-theme-control/plugin/build/withThemeControl';
37
- import wwdrewExpoAndroidAccountManager from '@wwdrew/expo-android-account-manager/plugin/build/index';
38
- import wwdrewExpoSpotifySdk from '@wwdrew/expo-spotify-sdk/plugin/build/index';
39
- import xmartlabsReactNativeLine from '@xmartlabs/react-native-line/plugin/withLineSDK';
40
- import expoAlternateAppIcons from 'expo-alternate-app-icons/plugin/build/index';
41
- import expoAppleAuthentication from 'expo-apple-authentication/plugin/build/withAppleAuth';
42
- import expoAsset from 'expo-asset/plugin/build/withAssets';
43
- import expoAudio from 'expo-audio/plugin/build/withAudio';
44
- import expoAv from 'expo-av/plugin/build/withAV';
45
- import expoBackgroundFetch from 'expo-background-fetch/plugin/build/withBackgroundFetch';
46
- import expoBackgroundTask from 'expo-background-task/plugin/build/withBackgroundTask';
47
- import expoBrightness from 'expo-brightness/plugin/build/withBrightness';
48
- import expoBuildProperties from 'expo-build-properties/build/withBuildProperties';
49
- import expoCalendar from 'expo-calendar/plugin/build/withCalendar';
50
- import expoCamera from 'expo-camera/plugin/build/withCamera';
51
- import expoCellular from 'expo-cellular/plugin/build/withCellular';
52
- import expoContacts from 'expo-contacts/plugin/build/withContacts';
53
- import expoCustomAssets from 'expo-custom-assets/build/index';
54
- import expoDevClient from 'expo-dev-client/plugin/build/withDevClient';
55
- import expoDocumentPicker from 'expo-document-picker/plugin/build/withDocumentPicker';
56
- import expoDynamicAppIcon from 'expo-dynamic-app-icon/plugin/build/withDynamicIcon';
57
- import expoFileSystem from 'expo-file-system/plugin/build/withFileSystem';
58
- import expoFont from 'expo-font/plugin/build/withFonts';
59
- import expoHealthConnect from 'expo-health-connect/build/withHealthConnect';
60
- import expoIap from 'expo-iap/plugin/build/withIAP';
61
- import expoImagePicker from 'expo-image-picker/plugin/build/withImagePicker';
62
- import expoLibvlcPlayer from 'expo-libvlc-player/plugin/build/withExpoLibVlcPlayer';
63
- import expoLiveActivity from 'expo-live-activity/plugin/build/index';
64
- import expoLocalAuthentication from 'expo-local-authentication/plugin/build/withLocalAuthentication';
65
- import expoLocalization from 'expo-localization/plugin/build/withExpoLocalization';
66
- import expoLocation from 'expo-location/plugin/build/withLocation';
67
- import expoMailComposer from 'expo-mail-composer/plugin/build/withMailComposer';
68
- import expoMaps from 'expo-maps/plugin/build/withMapsLocation';
69
- import expoMediaLibrary from 'expo-media-library/plugin/build/withMediaLibrary';
70
- import expoMusicPicker from 'expo-music-picker/app.plugin';
71
- import expoNativeAlipay from 'expo-native-alipay/app.plugin';
72
- import expoNavigationBar from 'expo-navigation-bar/plugin/build/withNavigationBar';
73
- import expoNotifications from 'expo-notifications/plugin/build/withNotifications';
74
- import expoPip from 'expo-pip/plugin/build/index';
75
- import expoQuickActions from 'expo-quick-actions/plugin/build/index';
76
- import expoRoomplan from 'expo-roomplan/app.plugin';
77
- import expoRouter from 'expo-router/plugin/build/index';
78
- import expoScreenOrientation from 'expo-screen-orientation/plugin/build/withScreenOrientation';
79
- import expoSecureStore from 'expo-secure-store/plugin/build/withSecureStore';
80
- import expoSensors from 'expo-sensors/plugin/build/withSensors';
81
- import expoShareExtension from 'expo-share-extension/plugin/build/index';
82
- import expoShareIntent from 'expo-share-intent/plugin/build/index';
83
- import expoShazamkit from 'expo-shazamkit/plugin/build/withShazamKit';
84
- import expoSpeechRecognition from 'expo-speech-recognition/app.plugin';
85
- import expoSplashScreen from 'expo-splash-screen/plugin/build/withSplashScreen';
86
- import expoSqlite from 'expo-sqlite/plugin/build/withSQLite';
87
- import expoSuperwall from 'expo-superwall/plugin/build/index';
88
- import expoSystemUi from 'expo-system-ui/plugin/build/withSystemUI';
89
- import expoTaskManager from 'expo-task-manager/plugin/build/withTaskManager';
90
- import expoTrackingTransparency from 'expo-tracking-transparency/plugin/build/withTrackingTransparency';
91
- import expoUpdates from 'expo-updates/plugin/build/withUpdates';
92
- import expoVideo from 'expo-video/plugin/build/withExpoVideo';
93
- import expoWebBrowser from 'expo-web-browser/plugin/build/withWebBrowser';
94
- import freeraspReactNative from 'freerasp-react-native/plugin/build/index';
95
- import instabugReactnative from 'instabug-reactnative/plugin/build/index';
96
- import newrelicReactNativeAgent from 'newrelic-react-native-agent/plugin/build/index';
97
- import pushyExpoPlugin from 'pushy-expo-plugin/app.plugin';
98
- import reactNativeAddCalendarEvent from 'react-native-add-calendar-event/plugin/build/withAddCalendarEvent';
99
- import reactNativeAdmobNativeAds from 'react-native-admob-native-ads/plugin/build/withAdmobNativeAds';
100
- import reactNativeAppClip from 'react-native-app-clip/plugin/build/index';
101
- import reactNativeAppsflyer from 'react-native-appsflyer/expo/withAppsFlyer';
102
- import reactNativeAudioApi from 'react-native-audio-api/lib/typescript/plugin/withAudioAPI';
103
- import reactNativeAuth0 from 'react-native-auth0/lib/typescript/plugin/withAuth0';
104
- import reactNativeAutoSkeleton from 'react-native-auto-skeleton/src/expo-plugins/withAutoSkeleton';
105
- import reactNativeBackgroundFetch from 'react-native-background-fetch/expo/plugin/build/index';
106
- import reactNativeBackgroundGeolocation from 'react-native-background-geolocation/expo/plugin/build/index';
107
- import reactNativeBleManager from 'react-native-ble-manager/plugin/build/withBLE';
108
- import reactNativeBlePlx from 'react-native-ble-plx/plugin/build/withBLE';
109
- import reactNativeBootsplash from 'react-native-bootsplash/app.plugin';
110
- import reactNativeBottomTabs from 'react-native-bottom-tabs/lib/typescript/expo';
111
- import reactNativeCloudStore from 'react-native-cloud-store/plugins/withCloud';
112
- import reactNativeCompressor from 'react-native-compressor/lib/typescript/expo-plugin/compressor';
113
- import reactNativeCredentialsManager from 'react-native-credentials-manager/app.plugin';
114
- import reactNativeDocumentScannerPlugin from 'react-native-document-scanner-plugin/expo-plugin/build/withDocumentScanner';
115
- import reactNativeEdgeToEdge from 'react-native-edge-to-edge/dist/typescript/expo';
116
- import reactNativeEmailLink from 'react-native-email-link/plugin/withEmailLink';
117
- import reactNativeFastTflite from 'react-native-fast-tflite/lib/typescript/expo-plugin/withFastTFLite';
118
- import reactNativeFbads from 'react-native-fbads/plugin/build/withReactNativeFbads';
119
- import reactNativeFbsdkNext from 'react-native-fbsdk-next/plugin/build/withFacebook';
120
- import reactNativeFullScreenNotificationIncomingCall from 'react-native-full-screen-notification-incoming-call/lib/commonjs/expo';
121
- import reactNativeGoogleCast from 'react-native-google-cast/lib/typescript/plugin/withGoogleCast';
122
- import reactNativeGoogleMobileAds from 'react-native-google-mobile-ads/plugin/build/index';
123
- import reactNativeHealth from 'react-native-health/app.plugin';
124
- import reactNativeHealthConnect from 'react-native-health-connect/app.plugin';
125
- import reactNativeImageMarker from 'react-native-image-marker/lib/typescript/expo-plugin/withImageMarker';
126
- import reactNativeKeys from 'react-native-keys/plugin/build/index';
127
- import reactNativeLegal from 'react-native-legal/plugin/build/index';
128
- import reactNativeLibsodium from 'react-native-libsodium/app.plugin';
129
- import reactNativeLocalizationSettings from 'react-native-localization-settings/plugin/build/index';
130
- import reactNativeLocalizeDate from 'react-native-localize-date/plugin/build/withLocalizations';
131
- import reactNativeMapLink from 'react-native-map-link/app.plugin';
132
- import reactNativeMaps from 'react-native-maps/plugin/build/index';
133
- import reactNativeMsal from 'react-native-msal/plugin/build/withReactNativeMSAL';
134
- import reactNativeNavigationMode from 'react-native-navigation-mode/app.plugin';
135
- import reactNativeNfcManager from 'react-native-nfc-manager/app.plugin';
136
- import reactNativeNitroScreenRecorder from 'react-native-nitro-screen-recorder/plugin/build/index';
137
- import reactNativeOrientationDirector from 'react-native-orientation-director/plugin/build/index';
138
- import reactNativeOtaHotUpdate from 'react-native-ota-hot-update/plugin/build/index';
139
- import reactNativePermissions from 'react-native-permissions/dist/typescript/expo';
140
- import reactNativeRateApp from 'react-native-rate-app/lib/typescript/plugin/withReactNativeRateApp';
141
- import reactNativeRenderLynx from 'react-native-render-lynx/plugin/withRenderLynx';
142
- import reactNativeScreenshotAware from 'react-native-screenshot-aware/lib/typescript/plugin/withReactNativeScreenshotAware';
143
- import reactNativeShare from 'react-native-share/plugin/build/index';
144
- import reactNativeTheoplayer from 'react-native-theoplayer/lib/typescript/plugins/expo/withTHEOplayer';
145
- import reactNativeTiktok from 'react-native-tiktok/plugin/build/withTiktok';
146
- import reactNativeTwilioVideoWebrtc from 'react-native-twilio-video-webrtc/plugin/build/index';
147
- import reactNativeV8 from 'react-native-v8/plugin/build/withV8ExpoAdapter';
148
- import reactNativeVideo from 'react-native-video/lib/expo-plugins/withRNVideo';
149
- import reactNativeVisionCamera from 'react-native-vision-camera/lib/typescript/expo-plugin/withVisionCamera';
150
- import reactNativeVlcMediaPlayer from 'react-native-vlc-media-player/expo/withVlcMediaPlayer';
151
- import reactNativeWifiReborn from 'react-native-wifi-reborn/plugin/dist/withWifi';
1
+ import * as react_native_vlc_media_player_expo_withVlcMediaPlayer from 'react-native-vlc-media-player/expo/withVlcMediaPlayer';
2
+ import * as react_native_tiktok_plugin_build_withTiktok from 'react-native-tiktok/plugin/build/withTiktok';
3
+ import * as react_native_render_lynx_plugin_withRenderLynx from 'react-native-render-lynx/plugin/withRenderLynx';
4
+ import * as react_native_ota_hot_update_plugin_build_index from 'react-native-ota-hot-update/plugin/build/index';
5
+ import * as react_native_orientation_director_plugin_build_index from 'react-native-orientation-director/plugin/build/index';
6
+ import * as react_native_nfc_manager_app_plugin from 'react-native-nfc-manager/app.plugin';
7
+ import * as react_native_navigation_mode_app_plugin from 'react-native-navigation-mode/app.plugin';
8
+ import * as react_native_maps_plugin_build_index from 'react-native-maps/plugin/build/index';
9
+ import * as react_native_map_link_app_plugin from 'react-native-map-link/app.plugin';
10
+ import * as react_native_libsodium_app_plugin from 'react-native-libsodium/app.plugin';
11
+ import * as react_native_health_connect_app_plugin from 'react-native-health-connect/app.plugin';
12
+ import * as react_native_health_app_plugin from 'react-native-health/app.plugin';
13
+ import * as react_native_email_link_plugin_withEmailLink from 'react-native-email-link/plugin/withEmailLink';
14
+ import * as react_native_credentials_manager_app_plugin from 'react-native-credentials-manager/app.plugin';
15
+ import * as react_native_cloud_store_plugins_withCloud from 'react-native-cloud-store/plugins/withCloud';
16
+ import * as react_native_bottom_tabs_lib_typescript_expo from 'react-native-bottom-tabs/lib/typescript/expo';
17
+ import * as react_native_bootsplash_app_plugin from 'react-native-bootsplash/app.plugin';
18
+ import * as react_native_auto_skeleton_src_expo_plugins_withAutoSkeleton from 'react-native-auto-skeleton/src/expo-plugins/withAutoSkeleton';
19
+ import * as react_native_appsflyer_expo_withAppsFlyer from 'react-native-appsflyer/expo/withAppsFlyer';
20
+ import * as pushy_expo_plugin_app_plugin from 'pushy-expo-plugin/app.plugin';
21
+ import * as expo_superwall_plugin_build_index from 'expo-superwall/plugin/build/index';
22
+ import * as expo_sqlite_plugin_build_withSQLite from 'expo-sqlite/plugin/build/withSQLite';
23
+ import * as expo_speech_recognition_app_plugin from 'expo-speech-recognition/app.plugin';
24
+ import * as expo_roomplan_app_plugin from 'expo-roomplan/app.plugin';
25
+ import * as expo_quick_actions_plugin_build_index from 'expo-quick-actions/plugin/build/index';
26
+ import * as expo_native_alipay_app_plugin from 'expo-native-alipay/app.plugin';
27
+ import * as expo_music_picker_app_plugin from 'expo-music-picker/app.plugin';
28
+ import * as expo_font_plugin_build_withFonts from 'expo-font/plugin/build/withFonts';
29
+ import * as expo_asset_plugin_build_withAssets from 'expo-asset/plugin/build/withAssets';
30
+ import * as _xmartlabs_react_native_line_plugin_withLineSDK from '@xmartlabs/react-native-line/plugin/withLineSDK';
31
+ import * as _vonovak_react_native_theme_control_plugin_build_withThemeControl from '@vonovak/react-native-theme-control/plugin/build/withThemeControl';
32
+ import * as _stripe_stripe_react_native_lib_typescript_plugin_withStripe from '@stripe/stripe-react-native/lib/typescript/plugin/withStripe';
33
+ import * as _react_native_google_signin_google_signin_plugin_build_withGoogleSignIn from '@react-native-google-signin/google-signin/plugin/build/withGoogleSignIn';
34
+ import * as _maplibre_maplibre_react_native_lib_typescript_plugin_withMapLibre from '@maplibre/maplibre-react-native/lib/typescript/plugin/withMapLibre';
35
+ import * as _kingstinct_react_native_healthkit_app_plugin from '@kingstinct/react-native-healthkit/app.plugin';
36
+ import * as _kingstinct_react_native_activity_kit_app_plugin from '@kingstinct/react-native-activity-kit/app.plugin';
37
+ import * as _intercom_intercom_react_native_app_plugin from '@intercom/intercom-react-native/app.plugin';
38
+ import * as _hot_updater_react_native_plugin_build_withHotUpdater from '@hot-updater/react-native/plugin/build/withHotUpdater';
39
+ import * as _giphy_react_native_sdk_app_plugin from '@giphy/react-native-sdk/app.plugin';
40
+ import * as _corasan_image_compressor_app_plugin from '@corasan/image-compressor/app.plugin';
41
+ import * as _bravemobile_react_native_code_push_expo_plugin_withCodePush from '@bravemobile/react-native-code-push/expo/plugin/withCodePush';
42
+ import * as _beyondidentity_bi_sdk_react_native_app_plugin from '@beyondidentity/bi-sdk-react-native/app.plugin';
43
+ import * as _sentry_react_native_plugin_build_index from '@sentry/react-native/plugin/build/index';
44
+ import * as react_native_wifi_reborn_plugin_dist_withWifi from 'react-native-wifi-reborn/plugin/dist/withWifi';
45
+ import * as react_native_vosk_plugin_build_withVosk from 'react-native-vosk/plugin/build/withVosk';
46
+ import * as react_native_vision_camera_lib_typescript_expo_plugin_withVisionCamera from 'react-native-vision-camera/lib/typescript/expo-plugin/withVisionCamera';
47
+ import * as react_native_video_lib_expo_plugins_withRNVideo from 'react-native-video/lib/expo-plugins/withRNVideo';
48
+ import * as react_native_v8_plugin_build_withV8ExpoAdapter from 'react-native-v8/plugin/build/withV8ExpoAdapter';
49
+ import * as react_native_twilio_video_webrtc_plugin_build_index from 'react-native-twilio-video-webrtc/plugin/build/index';
50
+ import * as react_native_theoplayer_lib_typescript_plugins_expo_withTHEOplayer from 'react-native-theoplayer/lib/typescript/plugins/expo/withTHEOplayer';
51
+ import * as react_native_share_plugin_build_index from 'react-native-share/plugin/build/index';
52
+ import * as react_native_screenshot_aware_lib_typescript_plugin_withReactNativeScreenshotAware from 'react-native-screenshot-aware/lib/typescript/plugin/withReactNativeScreenshotAware';
53
+ import * as react_native_rate_app_lib_typescript_plugin_withReactNativeRateApp from 'react-native-rate-app/lib/typescript/plugin/withReactNativeRateApp';
54
+ import * as react_native_permissions_dist_typescript_expo from 'react-native-permissions/dist/typescript/expo';
55
+ import * as react_native_nitro_screen_recorder_plugin_build_index from 'react-native-nitro-screen-recorder/plugin/build/index';
56
+ import * as react_native_msal_plugin_build_withReactNativeMSAL from 'react-native-msal/plugin/build/withReactNativeMSAL';
57
+ import * as react_native_localize_date_plugin_build_withLocalizations from 'react-native-localize-date/plugin/build/withLocalizations';
58
+ import * as react_native_localization_settings_plugin_build_index from 'react-native-localization-settings/plugin/build/index';
59
+ import * as react_native_legal_plugin_build_index from 'react-native-legal/plugin/build/index';
60
+ import * as react_native_image_marker_lib_typescript_expo_plugin_withImageMarker from 'react-native-image-marker/lib/typescript/expo-plugin/withImageMarker';
61
+ import * as react_native_google_mobile_ads_plugin_build_index from 'react-native-google-mobile-ads/plugin/build/index';
62
+ import * as react_native_google_cast_lib_typescript_plugin_withGoogleCast from 'react-native-google-cast/lib/typescript/plugin/withGoogleCast';
63
+ import * as react_native_fbsdk_next_plugin_build_withFacebook from 'react-native-fbsdk-next/plugin/build/withFacebook';
64
+ import * as react_native_fbads_plugin_build_withReactNativeFbads from 'react-native-fbads/plugin/build/withReactNativeFbads';
65
+ import * as react_native_edge_to_edge_dist_typescript_expo from 'react-native-edge-to-edge/dist/typescript/expo';
66
+ import * as react_native_document_scanner_plugin_expo_plugin_build_withDocumentScanner from 'react-native-document-scanner-plugin/expo-plugin/build/withDocumentScanner';
67
+ import * as react_native_compressor_lib_typescript_expo_plugin_compressor from 'react-native-compressor/lib/typescript/expo-plugin/compressor';
68
+ import * as react_native_ble_plx_plugin_build_withBLE from 'react-native-ble-plx/plugin/build/withBLE';
69
+ import * as react_native_ble_manager_plugin_build_withBLE from 'react-native-ble-manager/plugin/build/withBLE';
70
+ import * as react_native_background_geolocation_expo_plugin_build_index from 'react-native-background-geolocation/expo/plugin/build/index';
71
+ import * as react_native_background_fetch_expo_plugin_build_index from 'react-native-background-fetch/expo/plugin/build/index';
72
+ import * as react_native_auth0_lib_typescript_plugin_withAuth0 from 'react-native-auth0/lib/typescript/plugin/withAuth0';
73
+ import * as react_native_audio_api_lib_typescript_plugin_withAudioAPI from 'react-native-audio-api/lib/typescript/plugin/withAudioAPI';
74
+ import * as react_native_app_clip_plugin_build_index from 'react-native-app-clip/plugin/build/index';
75
+ import * as react_native_admob_native_ads_plugin_build_withAdmobNativeAds from 'react-native-admob-native-ads/plugin/build/withAdmobNativeAds';
76
+ import * as react_native_add_calendar_event_plugin_build_withAddCalendarEvent from 'react-native-add-calendar-event/plugin/build/withAddCalendarEvent';
77
+ import * as newrelic_react_native_agent_plugin_build_index from 'newrelic-react-native-agent/plugin/build/index';
78
+ import * as freerasp_react_native_plugin_build_index from 'freerasp-react-native/plugin/build/index';
79
+ import * as expo_web_browser_plugin_build_withWebBrowser from 'expo-web-browser/plugin/build/withWebBrowser';
80
+ import * as expo_video_plugin_build_withExpoVideo from 'expo-video/plugin/build/withExpoVideo';
81
+ import * as expo_updates_plugin_build_withUpdates from 'expo-updates/plugin/build/withUpdates';
82
+ import * as expo_tracking_transparency_plugin_build_withTrackingTransparency from 'expo-tracking-transparency/plugin/build/withTrackingTransparency';
83
+ import * as expo_task_manager_plugin_build_withTaskManager from 'expo-task-manager/plugin/build/withTaskManager';
84
+ import * as expo_system_ui_plugin_build_withSystemUI from 'expo-system-ui/plugin/build/withSystemUI';
85
+ import * as expo_splash_screen_plugin_build_withSplashScreen from 'expo-splash-screen/plugin/build/withSplashScreen';
86
+ import * as expo_shazamkit_plugin_build_withShazamKit from 'expo-shazamkit/plugin/build/withShazamKit';
87
+ import * as expo_share_intent_plugin_build_index from 'expo-share-intent/plugin/build/index';
88
+ import * as expo_share_extension_plugin_build_index from 'expo-share-extension/plugin/build/index';
89
+ import * as expo_sensors_plugin_build_withSensors from 'expo-sensors/plugin/build/withSensors';
90
+ import * as expo_secure_store_plugin_build_withSecureStore from 'expo-secure-store/plugin/build/withSecureStore';
91
+ import * as expo_screen_orientation_plugin_build_withScreenOrientation from 'expo-screen-orientation/plugin/build/withScreenOrientation';
92
+ import * as expo_router_plugin_build_index from 'expo-router/plugin/build/index';
93
+ import * as expo_pip_plugin_build_index from 'expo-pip/plugin/build/index';
94
+ import * as expo_notifications_plugin_build_withNotifications from 'expo-notifications/plugin/build/withNotifications';
95
+ import * as expo_navigation_bar_plugin_build_withNavigationBar from 'expo-navigation-bar/plugin/build/withNavigationBar';
96
+ import * as expo_media_library_plugin_build_withMediaLibrary from 'expo-media-library/plugin/build/withMediaLibrary';
97
+ import * as expo_maps_plugin_build_withMapsLocation from 'expo-maps/plugin/build/withMapsLocation';
98
+ import * as expo_mail_composer_plugin_build_withMailComposer from 'expo-mail-composer/plugin/build/withMailComposer';
99
+ import * as expo_location_plugin_build_withLocation from 'expo-location/plugin/build/withLocation';
100
+ import * as expo_localization_plugin_build_withExpoLocalization from 'expo-localization/plugin/build/withExpoLocalization';
101
+ import * as expo_local_authentication_plugin_build_withLocalAuthentication from 'expo-local-authentication/plugin/build/withLocalAuthentication';
102
+ import * as expo_live_activity_plugin_build_index from 'expo-live-activity/plugin/build/index';
103
+ import * as expo_libvlc_player_plugin_build_withExpoLibVlcPlayer from 'expo-libvlc-player/plugin/build/withExpoLibVlcPlayer';
104
+ import * as expo_image_picker_plugin_build_withImagePicker from 'expo-image-picker/plugin/build/withImagePicker';
105
+ import * as expo_iap_plugin_build_withIAP from 'expo-iap/plugin/build/withIAP';
106
+ import * as expo_health_connect_build_withHealthConnect from 'expo-health-connect/build/withHealthConnect';
107
+ import * as expo_file_system_plugin_build_withFileSystem from 'expo-file-system/plugin/build/withFileSystem';
108
+ import * as expo_dynamic_app_icon_plugin_build_withDynamicIcon from 'expo-dynamic-app-icon/plugin/build/withDynamicIcon';
109
+ import * as expo_document_picker_plugin_build_withDocumentPicker from 'expo-document-picker/plugin/build/withDocumentPicker';
110
+ import * as expo_dev_client_plugin_build_withDevClient from 'expo-dev-client/plugin/build/withDevClient';
111
+ import * as expo_custom_assets_build_index from 'expo-custom-assets/build/index';
112
+ import * as expo_contacts_plugin_build_withContacts from 'expo-contacts/plugin/build/withContacts';
113
+ import * as expo_cellular_plugin_build_withCellular from 'expo-cellular/plugin/build/withCellular';
114
+ import * as expo_camera_plugin_build_withCamera from 'expo-camera/plugin/build/withCamera';
115
+ import * as expo_calendar_plugin_build_withCalendar from 'expo-calendar/plugin/build/withCalendar';
116
+ import * as expo_build_properties_build_withBuildProperties from 'expo-build-properties/build/withBuildProperties';
117
+ import * as expo_brightness_plugin_build_withBrightness from 'expo-brightness/plugin/build/withBrightness';
118
+ import * as expo_background_task_plugin_build_withBackgroundTask from 'expo-background-task/plugin/build/withBackgroundTask';
119
+ import * as expo_background_fetch_plugin_build_withBackgroundFetch from 'expo-background-fetch/plugin/build/withBackgroundFetch';
120
+ import * as expo_av_plugin_build_withAV from 'expo-av/plugin/build/withAV';
121
+ import * as expo_audio_plugin_build_withAudio from 'expo-audio/plugin/build/withAudio';
122
+ import * as expo_apple_authentication_plugin_build_withAppleAuth from 'expo-apple-authentication/plugin/build/withAppleAuth';
123
+ import * as expo_alternate_app_icons_plugin_build_index from 'expo-alternate-app-icons/plugin/build/index';
124
+ import * as _zoontek_react_native_navigation_bar_dist_typescript_expo from '@zoontek/react-native-navigation-bar/dist/typescript/expo';
125
+ import * as _wwdrew_expo_spotify_sdk_plugin_build_index from '@wwdrew/expo-spotify-sdk/plugin/build/index';
126
+ import * as _wwdrew_expo_android_account_manager_plugin_build_index from '@wwdrew/expo-android-account-manager/plugin/build/index';
127
+ import * as _rnmapbox_maps_plugin_build_withMapbox from '@rnmapbox/maps/plugin/build/withMapbox';
128
+ import * as _reactvision_react_viro_dist_plugins_withViro from '@reactvision/react-viro/dist/plugins/withViro';
129
+ import * as _react_native_voice_voice_plugin_build_withVoice from '@react-native-voice/voice/plugin/build/withVoice';
130
+ import * as _react_native_seoul_naver_login_plugin_build_index from '@react-native-seoul/naver-login/plugin/build/index';
131
+ import * as _react_native_firebase_perf_plugin_build_index from '@react-native-firebase/perf/plugin/build/index';
132
+ import * as _react_native_firebase_messaging_plugin_build_index from '@react-native-firebase/messaging/plugin/build/index';
133
+ import * as _react_native_firebase_crashlytics_plugin_build_index from '@react-native-firebase/crashlytics/plugin/build/index';
134
+ import * as _react_native_firebase_auth_plugin_build_index from '@react-native-firebase/auth/plugin/build/index';
135
+ import * as _react_native_firebase_app_distribution_plugin_build_index from '@react-native-firebase/app-distribution/plugin/build/index';
136
+ import * as _react_native_firebase_app_check_plugin_build_index from '@react-native-firebase/app-check/plugin/build/index';
137
+ import * as _react_native_firebase_app_plugin_build_index from '@react-native-firebase/app/plugin/build/index';
138
+ import * as _react_native_community_datetimepicker_plugin_build_withDateTimePickerStyles from '@react-native-community/datetimepicker/plugin/build/withDateTimePickerStyles';
139
+ import * as _prisma_react_native_plugin_build_index from '@prisma/react-native/plugin/build/index';
140
+ import * as _iterable_expo_plugin_plugin_build_withIterable from '@iterable/expo-plugin/plugin/build/withIterable';
141
+ import * as _fishjam_cloud_react_native_client_plugin_build_withFishjam from '@fishjam-cloud/react-native-client/plugin/build/withFishjam';
142
+ import * as _config_plugins_react_native_pdf_build_withPdf from '@config-plugins/react-native-pdf/build/withPdf';
143
+ import * as _config_plugins_react_native_blob_util_build_withReactNativeBlobUtil from '@config-plugins/react-native-blob-util/build/withReactNativeBlobUtil';
144
+ import * as _braze_expo_plugin_build_withBraze from '@braze/expo-plugin/build/withBraze';
145
+ import * as _bittingz_expo_widgets_plugin_build_index from '@bittingz/expo-widgets/plugin/build/index';
146
+ import * as _batch_com_react_native_plugin_plugin_build_withReactNativeBatch from '@batch.com/react-native-plugin/plugin/build/withReactNativeBatch';
147
+ import * as _bam_tech_react_native_batch_plugin_build_withReactNativeBatch from '@bam.tech/react-native-batch/plugin/build/withReactNativeBatch';
148
+ import * as _bacons_apple_colors_plugin_build_withAndroidColors from '@bacons/apple-colors/plugin/build/withAndroidColors';
149
+ import * as _appandflow_expo_camera_characteristics_plugin_build_index from '@appandflow/expo-camera-characteristics/plugin/build/index';
150
+ import * as react_native_keys_lib_typescript_plugin_src_index_d_ts from 'react-native-keys/lib/typescript/plugin/src/index.d.ts';
151
+ import * as react_native_full_screen_notification_incoming_call_src_expo_ts from 'react-native-full-screen-notification-incoming-call/src/expo.ts';
152
+ import * as react_native_fast_tflite_lib_typescript_src_expo_plugin_withFastTFLite from 'react-native-fast-tflite/lib/typescript/src/expo-plugin/withFastTFLite';
153
+ import * as instabug_reactnative_plugin_src_index from 'instabug-reactnative/plugin/src/index';
152
154
  import { ConfigPlugin } from '@expo/config-plugins';
153
155
 
154
- type ConfigPluginOptions<T> = T extends ConfigPlugin<infer TOptions> ? Exclude<TOptions, void> : never;
156
+ type ConfigPluginOptions<T> = T extends ConfigPlugin<infer TOptions> ? Exclude<TOptions, void | undefined> : never;
157
+
158
+ interface ThirdPartyAutomatedPlugins {
159
+ "instabug-reactnative": ConfigPluginOptions<typeof instabug_reactnative_plugin_src_index["default"]>;
160
+ "react-native-fast-tflite": ConfigPluginOptions<typeof react_native_fast_tflite_lib_typescript_src_expo_plugin_withFastTFLite["default"]>;
161
+ "react-native-full-screen-notification-incoming-call": ConfigPluginOptions<typeof react_native_full_screen_notification_incoming_call_src_expo_ts["default"]>;
162
+ "react-native-keys": ConfigPluginOptions<typeof react_native_keys_lib_typescript_plugin_src_index_d_ts["default"]>;
163
+ "@appandflow/expo-camera-characteristics": ConfigPluginOptions<typeof _appandflow_expo_camera_characteristics_plugin_build_index["default"]>;
164
+ "@bacons/apple-colors": ConfigPluginOptions<typeof _bacons_apple_colors_plugin_build_withAndroidColors["default"]>;
165
+ "@bam.tech/react-native-batch": ConfigPluginOptions<typeof _bam_tech_react_native_batch_plugin_build_withReactNativeBatch["default"]>;
166
+ "@batch.com/react-native-plugin": ConfigPluginOptions<typeof _batch_com_react_native_plugin_plugin_build_withReactNativeBatch["default"]>;
167
+ "@bittingz/expo-widgets": ConfigPluginOptions<typeof _bittingz_expo_widgets_plugin_build_index["default"]>;
168
+ "@braze/expo-plugin": ConfigPluginOptions<typeof _braze_expo_plugin_build_withBraze["default"]>;
169
+ "@config-plugins/react-native-blob-util": ConfigPluginOptions<typeof _config_plugins_react_native_blob_util_build_withReactNativeBlobUtil["default"]>;
170
+ "@config-plugins/react-native-pdf": ConfigPluginOptions<typeof _config_plugins_react_native_pdf_build_withPdf["default"]>;
171
+ "@fishjam-cloud/react-native-client": ConfigPluginOptions<typeof _fishjam_cloud_react_native_client_plugin_build_withFishjam["default"]>;
172
+ "@iterable/expo-plugin": ConfigPluginOptions<typeof _iterable_expo_plugin_plugin_build_withIterable["default"]>;
173
+ "@prisma/react-native": ConfigPluginOptions<typeof _prisma_react_native_plugin_build_index["default"]>;
174
+ "@react-native-community/datetimepicker": ConfigPluginOptions<typeof _react_native_community_datetimepicker_plugin_build_withDateTimePickerStyles["default"]>;
175
+ "@react-native-firebase/app": ConfigPluginOptions<typeof _react_native_firebase_app_plugin_build_index["default"]>;
176
+ "@react-native-firebase/app-check": ConfigPluginOptions<typeof _react_native_firebase_app_check_plugin_build_index["default"]>;
177
+ "@react-native-firebase/app-distribution": ConfigPluginOptions<typeof _react_native_firebase_app_distribution_plugin_build_index["default"]>;
178
+ "@react-native-firebase/auth": ConfigPluginOptions<typeof _react_native_firebase_auth_plugin_build_index["default"]>;
179
+ "@react-native-firebase/crashlytics": ConfigPluginOptions<typeof _react_native_firebase_crashlytics_plugin_build_index["default"]>;
180
+ "@react-native-firebase/messaging": ConfigPluginOptions<typeof _react_native_firebase_messaging_plugin_build_index["default"]>;
181
+ "@react-native-firebase/perf": ConfigPluginOptions<typeof _react_native_firebase_perf_plugin_build_index["default"]>;
182
+ "@react-native-seoul/naver-login": ConfigPluginOptions<typeof _react_native_seoul_naver_login_plugin_build_index["default"]>;
183
+ "@react-native-voice/voice": ConfigPluginOptions<typeof _react_native_voice_voice_plugin_build_withVoice["default"]>;
184
+ "@reactvision/react-viro": ConfigPluginOptions<typeof _reactvision_react_viro_dist_plugins_withViro["default"]>;
185
+ "@rnmapbox/maps": ConfigPluginOptions<typeof _rnmapbox_maps_plugin_build_withMapbox["default"]>;
186
+ "@wwdrew/expo-android-account-manager": ConfigPluginOptions<typeof _wwdrew_expo_android_account_manager_plugin_build_index["default"]>;
187
+ "@wwdrew/expo-spotify-sdk": ConfigPluginOptions<typeof _wwdrew_expo_spotify_sdk_plugin_build_index["default"]>;
188
+ "@zoontek/react-native-navigation-bar": ConfigPluginOptions<typeof _zoontek_react_native_navigation_bar_dist_typescript_expo["default"]>;
189
+ "expo-alternate-app-icons": ConfigPluginOptions<typeof expo_alternate_app_icons_plugin_build_index["default"]>;
190
+ "expo-apple-authentication": ConfigPluginOptions<typeof expo_apple_authentication_plugin_build_withAppleAuth["default"]>;
191
+ "expo-audio": ConfigPluginOptions<typeof expo_audio_plugin_build_withAudio["default"]>;
192
+ "expo-av": ConfigPluginOptions<typeof expo_av_plugin_build_withAV["default"]>;
193
+ "expo-background-fetch": ConfigPluginOptions<typeof expo_background_fetch_plugin_build_withBackgroundFetch["default"]>;
194
+ "expo-background-task": ConfigPluginOptions<typeof expo_background_task_plugin_build_withBackgroundTask["default"]>;
195
+ "expo-brightness": ConfigPluginOptions<typeof expo_brightness_plugin_build_withBrightness["default"]>;
196
+ "expo-build-properties": ConfigPluginOptions<typeof expo_build_properties_build_withBuildProperties["default"]>;
197
+ "expo-calendar": ConfigPluginOptions<typeof expo_calendar_plugin_build_withCalendar["default"]>;
198
+ "expo-camera": ConfigPluginOptions<typeof expo_camera_plugin_build_withCamera["default"]>;
199
+ "expo-cellular": ConfigPluginOptions<typeof expo_cellular_plugin_build_withCellular["default"]>;
200
+ "expo-contacts": ConfigPluginOptions<typeof expo_contacts_plugin_build_withContacts["default"]>;
201
+ "expo-custom-assets": ConfigPluginOptions<typeof expo_custom_assets_build_index["default"]>;
202
+ "expo-dev-client": ConfigPluginOptions<typeof expo_dev_client_plugin_build_withDevClient["default"]>;
203
+ "expo-document-picker": ConfigPluginOptions<typeof expo_document_picker_plugin_build_withDocumentPicker["default"]>;
204
+ "expo-dynamic-app-icon": ConfigPluginOptions<typeof expo_dynamic_app_icon_plugin_build_withDynamicIcon["default"]>;
205
+ "expo-file-system": ConfigPluginOptions<typeof expo_file_system_plugin_build_withFileSystem["default"]>;
206
+ "expo-health-connect": ConfigPluginOptions<typeof expo_health_connect_build_withHealthConnect["default"]>;
207
+ "expo-iap": ConfigPluginOptions<typeof expo_iap_plugin_build_withIAP["default"]>;
208
+ "expo-image-picker": ConfigPluginOptions<typeof expo_image_picker_plugin_build_withImagePicker["default"]>;
209
+ "expo-libvlc-player": ConfigPluginOptions<typeof expo_libvlc_player_plugin_build_withExpoLibVlcPlayer["default"]>;
210
+ "expo-live-activity": ConfigPluginOptions<typeof expo_live_activity_plugin_build_index["default"]>;
211
+ "expo-local-authentication": ConfigPluginOptions<typeof expo_local_authentication_plugin_build_withLocalAuthentication["default"]>;
212
+ "expo-localization": ConfigPluginOptions<typeof expo_localization_plugin_build_withExpoLocalization["default"]>;
213
+ "expo-location": ConfigPluginOptions<typeof expo_location_plugin_build_withLocation["default"]>;
214
+ "expo-mail-composer": ConfigPluginOptions<typeof expo_mail_composer_plugin_build_withMailComposer["default"]>;
215
+ "expo-maps": ConfigPluginOptions<typeof expo_maps_plugin_build_withMapsLocation["default"]>;
216
+ "expo-media-library": ConfigPluginOptions<typeof expo_media_library_plugin_build_withMediaLibrary["default"]>;
217
+ "expo-navigation-bar": ConfigPluginOptions<typeof expo_navigation_bar_plugin_build_withNavigationBar["default"]>;
218
+ "expo-notifications": ConfigPluginOptions<typeof expo_notifications_plugin_build_withNotifications["default"]>;
219
+ "expo-pip": ConfigPluginOptions<typeof expo_pip_plugin_build_index["default"]>;
220
+ "expo-router": ConfigPluginOptions<typeof expo_router_plugin_build_index["default"]>;
221
+ "expo-screen-orientation": ConfigPluginOptions<typeof expo_screen_orientation_plugin_build_withScreenOrientation["default"]>;
222
+ "expo-secure-store": ConfigPluginOptions<typeof expo_secure_store_plugin_build_withSecureStore["default"]>;
223
+ "expo-sensors": ConfigPluginOptions<typeof expo_sensors_plugin_build_withSensors["default"]>;
224
+ "expo-share-extension": ConfigPluginOptions<typeof expo_share_extension_plugin_build_index["default"]>;
225
+ "expo-share-intent": ConfigPluginOptions<typeof expo_share_intent_plugin_build_index["default"]>;
226
+ "expo-shazamkit": ConfigPluginOptions<typeof expo_shazamkit_plugin_build_withShazamKit["default"]>;
227
+ "expo-splash-screen": ConfigPluginOptions<typeof expo_splash_screen_plugin_build_withSplashScreen["default"]>;
228
+ "expo-system-ui": ConfigPluginOptions<typeof expo_system_ui_plugin_build_withSystemUI["default"]>;
229
+ "expo-task-manager": ConfigPluginOptions<typeof expo_task_manager_plugin_build_withTaskManager["default"]>;
230
+ "expo-tracking-transparency": ConfigPluginOptions<typeof expo_tracking_transparency_plugin_build_withTrackingTransparency["default"]>;
231
+ "expo-updates": ConfigPluginOptions<typeof expo_updates_plugin_build_withUpdates["default"]>;
232
+ "expo-video": ConfigPluginOptions<typeof expo_video_plugin_build_withExpoVideo["default"]>;
233
+ "expo-web-browser": ConfigPluginOptions<typeof expo_web_browser_plugin_build_withWebBrowser["default"]>;
234
+ "freerasp-react-native": ConfigPluginOptions<typeof freerasp_react_native_plugin_build_index["default"]>;
235
+ "newrelic-react-native-agent": ConfigPluginOptions<typeof newrelic_react_native_agent_plugin_build_index["default"]>;
236
+ "react-native-add-calendar-event": ConfigPluginOptions<typeof react_native_add_calendar_event_plugin_build_withAddCalendarEvent["default"]>;
237
+ "react-native-admob-native-ads": ConfigPluginOptions<typeof react_native_admob_native_ads_plugin_build_withAdmobNativeAds["default"]>;
238
+ "react-native-app-clip": ConfigPluginOptions<typeof react_native_app_clip_plugin_build_index["default"]>;
239
+ "react-native-audio-api": ConfigPluginOptions<typeof react_native_audio_api_lib_typescript_plugin_withAudioAPI["default"]>;
240
+ "react-native-auth0": ConfigPluginOptions<typeof react_native_auth0_lib_typescript_plugin_withAuth0["default"]>;
241
+ "react-native-background-fetch": ConfigPluginOptions<typeof react_native_background_fetch_expo_plugin_build_index["default"]>;
242
+ "react-native-background-geolocation": ConfigPluginOptions<typeof react_native_background_geolocation_expo_plugin_build_index["default"]>;
243
+ "react-native-ble-manager": ConfigPluginOptions<typeof react_native_ble_manager_plugin_build_withBLE["default"]>;
244
+ "react-native-ble-plx": ConfigPluginOptions<typeof react_native_ble_plx_plugin_build_withBLE["default"]>;
245
+ "react-native-compressor": ConfigPluginOptions<typeof react_native_compressor_lib_typescript_expo_plugin_compressor["default"]>;
246
+ "react-native-document-scanner-plugin": ConfigPluginOptions<typeof react_native_document_scanner_plugin_expo_plugin_build_withDocumentScanner["default"]>;
247
+ "react-native-edge-to-edge": ConfigPluginOptions<typeof react_native_edge_to_edge_dist_typescript_expo["default"]>;
248
+ "react-native-fbads": ConfigPluginOptions<typeof react_native_fbads_plugin_build_withReactNativeFbads["default"]>;
249
+ "react-native-fbsdk-next": ConfigPluginOptions<typeof react_native_fbsdk_next_plugin_build_withFacebook["default"]>;
250
+ "react-native-google-cast": ConfigPluginOptions<typeof react_native_google_cast_lib_typescript_plugin_withGoogleCast["default"]>;
251
+ "react-native-google-mobile-ads": ConfigPluginOptions<typeof react_native_google_mobile_ads_plugin_build_index["default"]>;
252
+ "react-native-image-marker": ConfigPluginOptions<typeof react_native_image_marker_lib_typescript_expo_plugin_withImageMarker["default"]>;
253
+ "react-native-legal": ConfigPluginOptions<typeof react_native_legal_plugin_build_index["default"]>;
254
+ "react-native-localization-settings": ConfigPluginOptions<typeof react_native_localization_settings_plugin_build_index["default"]>;
255
+ "react-native-localize-date": ConfigPluginOptions<typeof react_native_localize_date_plugin_build_withLocalizations["default"]>;
256
+ "react-native-msal": ConfigPluginOptions<typeof react_native_msal_plugin_build_withReactNativeMSAL["default"]>;
257
+ "react-native-nitro-screen-recorder": ConfigPluginOptions<typeof react_native_nitro_screen_recorder_plugin_build_index["default"]>;
258
+ "react-native-permissions": ConfigPluginOptions<typeof react_native_permissions_dist_typescript_expo["default"]>;
259
+ "react-native-rate-app": ConfigPluginOptions<typeof react_native_rate_app_lib_typescript_plugin_withReactNativeRateApp["default"]>;
260
+ "react-native-screenshot-aware": ConfigPluginOptions<typeof react_native_screenshot_aware_lib_typescript_plugin_withReactNativeScreenshotAware["default"]>;
261
+ "react-native-share": ConfigPluginOptions<typeof react_native_share_plugin_build_index["default"]>;
262
+ "react-native-theoplayer": ConfigPluginOptions<typeof react_native_theoplayer_lib_typescript_plugins_expo_withTHEOplayer["default"]>;
263
+ "react-native-twilio-video-webrtc": ConfigPluginOptions<typeof react_native_twilio_video_webrtc_plugin_build_index["default"]>;
264
+ "react-native-v8": ConfigPluginOptions<typeof react_native_v8_plugin_build_withV8ExpoAdapter["default"]>;
265
+ "react-native-video": ConfigPluginOptions<typeof react_native_video_lib_expo_plugins_withRNVideo["default"]>;
266
+ "react-native-vision-camera": ConfigPluginOptions<typeof react_native_vision_camera_lib_typescript_expo_plugin_withVisionCamera["default"]>;
267
+ "react-native-vosk": ConfigPluginOptions<typeof react_native_vosk_plugin_build_withVosk["default"]>;
268
+ "react-native-wifi-reborn": ConfigPluginOptions<typeof react_native_wifi_reborn_plugin_dist_withWifi["default"]>;
269
+ "@sentry/react-native": ConfigPluginOptions<typeof _sentry_react_native_plugin_build_index["default"]>;
270
+ "@sentry/react-native/expo": ConfigPluginOptions<typeof _sentry_react_native_plugin_build_index["default"]>;
271
+ "@beyondidentity/bi-sdk-react-native": ConfigPluginOptions<typeof _beyondidentity_bi_sdk_react_native_app_plugin["default"]>;
272
+ "@bravemobile/react-native-code-push": ConfigPluginOptions<typeof _bravemobile_react_native_code_push_expo_plugin_withCodePush["default"]>;
273
+ "@corasan/image-compressor": ConfigPluginOptions<typeof _corasan_image_compressor_app_plugin["default"]>;
274
+ "@giphy/react-native-sdk": ConfigPluginOptions<typeof _giphy_react_native_sdk_app_plugin["default"]>;
275
+ "@hot-updater/react-native": ConfigPluginOptions<typeof _hot_updater_react_native_plugin_build_withHotUpdater["default"]>;
276
+ "@intercom/intercom-react-native": ConfigPluginOptions<typeof _intercom_intercom_react_native_app_plugin["default"]>;
277
+ "@kingstinct/react-native-activity-kit": ConfigPluginOptions<typeof _kingstinct_react_native_activity_kit_app_plugin["default"]>;
278
+ "@kingstinct/react-native-healthkit": ConfigPluginOptions<typeof _kingstinct_react_native_healthkit_app_plugin["default"]>;
279
+ "@maplibre/maplibre-react-native": ConfigPluginOptions<typeof _maplibre_maplibre_react_native_lib_typescript_plugin_withMapLibre["default"]>;
280
+ "@react-native-google-signin/google-signin": ConfigPluginOptions<typeof _react_native_google_signin_google_signin_plugin_build_withGoogleSignIn["default"]>;
281
+ "@stripe/stripe-react-native": ConfigPluginOptions<typeof _stripe_stripe_react_native_lib_typescript_plugin_withStripe["default"]>;
282
+ "@vonovak/react-native-theme-control": ConfigPluginOptions<typeof _vonovak_react_native_theme_control_plugin_build_withThemeControl["default"]>;
283
+ "@xmartlabs/react-native-line": ConfigPluginOptions<typeof _xmartlabs_react_native_line_plugin_withLineSDK["default"]>;
284
+ "expo-asset": ConfigPluginOptions<typeof expo_asset_plugin_build_withAssets["default"]>;
285
+ "expo-font": ConfigPluginOptions<typeof expo_font_plugin_build_withFonts["default"]>;
286
+ "expo-music-picker": ConfigPluginOptions<typeof expo_music_picker_app_plugin["default"]>;
287
+ "expo-native-alipay": ConfigPluginOptions<typeof expo_native_alipay_app_plugin["default"]>;
288
+ "expo-quick-actions": ConfigPluginOptions<typeof expo_quick_actions_plugin_build_index["default"]>;
289
+ "expo-roomplan": ConfigPluginOptions<typeof expo_roomplan_app_plugin["default"]>;
290
+ "expo-speech-recognition": ConfigPluginOptions<typeof expo_speech_recognition_app_plugin["default"]>;
291
+ "expo-sqlite": ConfigPluginOptions<typeof expo_sqlite_plugin_build_withSQLite["default"]>;
292
+ "expo-superwall": ConfigPluginOptions<typeof expo_superwall_plugin_build_index["default"]>;
293
+ "pushy-expo-plugin": ConfigPluginOptions<typeof pushy_expo_plugin_app_plugin["default"]>;
294
+ "react-native-appsflyer": ConfigPluginOptions<typeof react_native_appsflyer_expo_withAppsFlyer["default"]>;
295
+ "react-native-auto-skeleton": ConfigPluginOptions<typeof react_native_auto_skeleton_src_expo_plugins_withAutoSkeleton["default"]>;
296
+ "react-native-bootsplash": ConfigPluginOptions<typeof react_native_bootsplash_app_plugin["default"]>;
297
+ "react-native-bottom-tabs": ConfigPluginOptions<typeof react_native_bottom_tabs_lib_typescript_expo["default"]>;
298
+ "react-native-cloud-store": ConfigPluginOptions<typeof react_native_cloud_store_plugins_withCloud["default"]>;
299
+ "react-native-credentials-manager": ConfigPluginOptions<typeof react_native_credentials_manager_app_plugin["default"]>;
300
+ "react-native-email-link": ConfigPluginOptions<typeof react_native_email_link_plugin_withEmailLink["default"]>;
301
+ "react-native-health": ConfigPluginOptions<typeof react_native_health_app_plugin["default"]>;
302
+ "react-native-health-connect": ConfigPluginOptions<typeof react_native_health_connect_app_plugin["default"]>;
303
+ "react-native-libsodium": ConfigPluginOptions<typeof react_native_libsodium_app_plugin["default"]>;
304
+ "react-native-map-link": ConfigPluginOptions<typeof react_native_map_link_app_plugin["default"]>;
305
+ "react-native-maps": ConfigPluginOptions<typeof react_native_maps_plugin_build_index["default"]>;
306
+ "react-native-navigation-mode": ConfigPluginOptions<typeof react_native_navigation_mode_app_plugin["default"]>;
307
+ "react-native-nfc-manager": ConfigPluginOptions<typeof react_native_nfc_manager_app_plugin["default"]>;
308
+ "react-native-orientation-director": ConfigPluginOptions<typeof react_native_orientation_director_plugin_build_index["default"]>;
309
+ "react-native-ota-hot-update": ConfigPluginOptions<typeof react_native_ota_hot_update_plugin_build_index["default"]>;
310
+ "react-native-render-lynx": ConfigPluginOptions<typeof react_native_render_lynx_plugin_withRenderLynx["default"]>;
311
+ "react-native-tiktok": ConfigPluginOptions<typeof react_native_tiktok_plugin_build_withTiktok["default"]>;
312
+ "react-native-vlc-media-player": ConfigPluginOptions<typeof react_native_vlc_media_player_expo_withVlcMediaPlayer["default"]>;
313
+ }
155
314
 
156
315
  interface ThirdPartyPlugins {
157
- "@appandflow/expo-camera-characteristics": ConfigPluginOptions<typeof appandflowExpoCameraCharacteristics>;
158
- "@bacons/apple-colors": ConfigPluginOptions<typeof baconsAppleColors>;
159
- "@bam.tech/react-native-batch": ConfigPluginOptions<typeof bamTechReactNativeBatch>;
160
- "@batch.com/react-native-plugin": ConfigPluginOptions<typeof batchComReactNativePlugin>;
161
- "@beyondidentity/bi-sdk-react-native": ConfigPluginOptions<typeof beyondidentityBiSdkReactNative>;
162
- "@bittingz/expo-widgets": ConfigPluginOptions<typeof bittingzExpoWidgets>;
163
- "@bravemobile/react-native-code-push": ConfigPluginOptions<typeof bravemobileReactNativeCodePush>;
164
- "@braze/expo-plugin": ConfigPluginOptions<typeof brazeExpoPlugin>;
165
- "@config-plugins/react-native-blob-util": ConfigPluginOptions<typeof configPluginsReactNativeBlobUtil>;
166
- "@config-plugins/react-native-pdf": ConfigPluginOptions<typeof configPluginsReactNativePdf>;
167
- "@corasan/image-compressor": ConfigPluginOptions<typeof corasanImageCompressor>;
168
- "@fishjam-cloud/react-native-client": ConfigPluginOptions<typeof fishjamCloudReactNativeClient>;
169
- "@giphy/react-native-sdk": ConfigPluginOptions<typeof giphyReactNativeSdk>;
170
- "@hot-updater/react-native": ConfigPluginOptions<typeof hotUpdaterReactNative>;
171
- "@intercom/intercom-react-native": ConfigPluginOptions<typeof intercomIntercomReactNative>;
172
- "@iterable/expo-plugin": ConfigPluginOptions<typeof iterableExpoPlugin>;
173
- "@kingstinct/react-native-activity-kit": ConfigPluginOptions<typeof kingstinctReactNativeActivityKit>;
174
- "@kingstinct/react-native-healthkit": ConfigPluginOptions<typeof kingstinctReactNativeHealthkit>;
175
- "@maplibre/maplibre-react-native": ConfigPluginOptions<typeof maplibreMaplibreReactNative>;
176
- "@prisma/react-native": ConfigPluginOptions<typeof prismaReactNative>;
177
- "@react-native-community/datetimepicker": ConfigPluginOptions<typeof reactNativeCommunityDatetimepicker>;
178
- "@react-native-firebase/app": ConfigPluginOptions<typeof reactNativeFirebaseApp>;
179
- "@react-native-firebase/app-check": ConfigPluginOptions<typeof reactNativeFirebaseAppCheck>;
180
- "@react-native-firebase/app-distribution": ConfigPluginOptions<typeof reactNativeFirebaseAppDistribution>;
181
- "@react-native-firebase/auth": ConfigPluginOptions<typeof reactNativeFirebaseAuth>;
182
- "@react-native-firebase/crashlytics": ConfigPluginOptions<typeof reactNativeFirebaseCrashlytics>;
183
- "@react-native-firebase/messaging": ConfigPluginOptions<typeof reactNativeFirebaseMessaging>;
184
- "@react-native-firebase/perf": ConfigPluginOptions<typeof reactNativeFirebasePerf>;
185
- "@react-native-google-signin/google-signin": ConfigPluginOptions<typeof reactNativeGoogleSigninGoogleSignin>;
186
- "@react-native-seoul/naver-login": ConfigPluginOptions<typeof reactNativeSeoulNaverLogin>;
187
- "@react-native-voice/voice": ConfigPluginOptions<typeof reactNativeVoiceVoice>;
188
- "@reactvision/react-viro": ConfigPluginOptions<typeof reactvisionReactViro>;
189
- "@rnmapbox/maps": ConfigPluginOptions<typeof rnmapboxMaps>;
190
- "@sentry/react-native": ConfigPluginOptions<typeof sentryReactNative>;
191
- "@sentry/react-native/expo": ConfigPluginOptions<typeof sentryReactNative>;
192
- "@stripe/stripe-react-native": ConfigPluginOptions<typeof stripeStripeReactNative>;
193
- "@vonovak/react-native-theme-control": ConfigPluginOptions<typeof vonovakReactNativeThemeControl>;
194
- "@wwdrew/expo-android-account-manager": ConfigPluginOptions<typeof wwdrewExpoAndroidAccountManager>;
195
- "@wwdrew/expo-spotify-sdk": ConfigPluginOptions<typeof wwdrewExpoSpotifySdk>;
196
- "@xmartlabs/react-native-line": ConfigPluginOptions<typeof xmartlabsReactNativeLine>;
197
- "expo-alternate-app-icons": ConfigPluginOptions<typeof expoAlternateAppIcons>;
198
- "expo-apple-authentication": ConfigPluginOptions<typeof expoAppleAuthentication>;
199
- "expo-asset": ConfigPluginOptions<typeof expoAsset>;
200
- "expo-audio": ConfigPluginOptions<typeof expoAudio>;
201
- "expo-av": ConfigPluginOptions<typeof expoAv>;
202
- "expo-background-fetch": ConfigPluginOptions<typeof expoBackgroundFetch>;
203
- "expo-background-task": ConfigPluginOptions<typeof expoBackgroundTask>;
204
- "expo-brightness": ConfigPluginOptions<typeof expoBrightness>;
205
- "expo-build-properties": ConfigPluginOptions<typeof expoBuildProperties>;
206
- "expo-calendar": ConfigPluginOptions<typeof expoCalendar>;
207
- "expo-camera": ConfigPluginOptions<typeof expoCamera>;
208
- "expo-cellular": ConfigPluginOptions<typeof expoCellular>;
209
- "expo-contacts": ConfigPluginOptions<typeof expoContacts>;
210
- "expo-custom-assets": ConfigPluginOptions<typeof expoCustomAssets>;
211
- "expo-dev-client": ConfigPluginOptions<typeof expoDevClient>;
212
- "expo-document-picker": ConfigPluginOptions<typeof expoDocumentPicker>;
213
- "expo-dynamic-app-icon": ConfigPluginOptions<typeof expoDynamicAppIcon>;
214
- "expo-file-system": ConfigPluginOptions<typeof expoFileSystem>;
215
- "expo-font": ConfigPluginOptions<typeof expoFont>;
216
- "expo-health-connect": ConfigPluginOptions<typeof expoHealthConnect>;
217
- "expo-iap": ConfigPluginOptions<typeof expoIap>;
218
- "expo-image-picker": ConfigPluginOptions<typeof expoImagePicker>;
219
- "expo-libvlc-player": ConfigPluginOptions<typeof expoLibvlcPlayer>;
220
- "expo-live-activity": ConfigPluginOptions<typeof expoLiveActivity>;
221
- "expo-local-authentication": ConfigPluginOptions<typeof expoLocalAuthentication>;
222
- "expo-localization": ConfigPluginOptions<typeof expoLocalization>;
223
- "expo-location": ConfigPluginOptions<typeof expoLocation>;
224
- "expo-mail-composer": ConfigPluginOptions<typeof expoMailComposer>;
225
- "expo-maps": ConfigPluginOptions<typeof expoMaps>;
226
- "expo-media-library": ConfigPluginOptions<typeof expoMediaLibrary>;
227
- "expo-music-picker": ConfigPluginOptions<typeof expoMusicPicker>;
228
- "expo-native-alipay": ConfigPluginOptions<typeof expoNativeAlipay>;
229
- "expo-navigation-bar": ConfigPluginOptions<typeof expoNavigationBar>;
230
- "expo-notifications": ConfigPluginOptions<typeof expoNotifications>;
231
- "expo-pip": ConfigPluginOptions<typeof expoPip>;
232
- "expo-quick-actions": ConfigPluginOptions<typeof expoQuickActions>;
233
- "expo-roomplan": ConfigPluginOptions<typeof expoRoomplan>;
234
- "expo-router": ConfigPluginOptions<typeof expoRouter>;
235
- "expo-screen-orientation": ConfigPluginOptions<typeof expoScreenOrientation>;
236
- "expo-secure-store": ConfigPluginOptions<typeof expoSecureStore>;
237
- "expo-sensors": ConfigPluginOptions<typeof expoSensors>;
238
- "expo-share-extension": ConfigPluginOptions<typeof expoShareExtension>;
239
- "expo-share-intent": ConfigPluginOptions<typeof expoShareIntent>;
240
- "expo-shazamkit": ConfigPluginOptions<typeof expoShazamkit>;
241
- "expo-speech-recognition": ConfigPluginOptions<typeof expoSpeechRecognition>;
242
- "expo-splash-screen": ConfigPluginOptions<typeof expoSplashScreen>;
243
- "expo-sqlite": ConfigPluginOptions<typeof expoSqlite>;
244
- "expo-superwall": ConfigPluginOptions<typeof expoSuperwall>;
245
- "expo-system-ui": ConfigPluginOptions<typeof expoSystemUi>;
246
- "expo-task-manager": ConfigPluginOptions<typeof expoTaskManager>;
247
- "expo-tracking-transparency": ConfigPluginOptions<typeof expoTrackingTransparency>;
248
- "expo-updates": ConfigPluginOptions<typeof expoUpdates>;
249
- "expo-video": ConfigPluginOptions<typeof expoVideo>;
250
- "expo-web-browser": ConfigPluginOptions<typeof expoWebBrowser>;
251
- "freerasp-react-native": ConfigPluginOptions<typeof freeraspReactNative>;
252
- "instabug-reactnative": ConfigPluginOptions<typeof instabugReactnative>;
253
- "newrelic-react-native-agent": ConfigPluginOptions<typeof newrelicReactNativeAgent>;
254
- "pushy-expo-plugin": ConfigPluginOptions<typeof pushyExpoPlugin>;
255
- "react-native-add-calendar-event": ConfigPluginOptions<typeof reactNativeAddCalendarEvent>;
256
- "react-native-admob-native-ads": ConfigPluginOptions<typeof reactNativeAdmobNativeAds>;
257
- "react-native-app-clip": ConfigPluginOptions<typeof reactNativeAppClip>;
258
- "react-native-appsflyer": ConfigPluginOptions<typeof reactNativeAppsflyer>;
259
- "react-native-audio-api": ConfigPluginOptions<typeof reactNativeAudioApi>;
260
- "react-native-auth0": ConfigPluginOptions<typeof reactNativeAuth0>;
261
- "react-native-auto-skeleton": ConfigPluginOptions<typeof reactNativeAutoSkeleton>;
262
- "react-native-background-fetch": ConfigPluginOptions<typeof reactNativeBackgroundFetch>;
263
- "react-native-background-geolocation": ConfigPluginOptions<typeof reactNativeBackgroundGeolocation>;
264
- "react-native-ble-manager": ConfigPluginOptions<typeof reactNativeBleManager>;
265
- "react-native-ble-plx": ConfigPluginOptions<typeof reactNativeBlePlx>;
266
- "react-native-bootsplash": ConfigPluginOptions<typeof reactNativeBootsplash>;
267
- "react-native-bottom-tabs": ConfigPluginOptions<typeof reactNativeBottomTabs>;
268
- "react-native-cloud-store": ConfigPluginOptions<typeof reactNativeCloudStore>;
269
- "react-native-compressor": ConfigPluginOptions<typeof reactNativeCompressor>;
270
- "react-native-credentials-manager": ConfigPluginOptions<typeof reactNativeCredentialsManager>;
271
- "react-native-document-scanner-plugin": ConfigPluginOptions<typeof reactNativeDocumentScannerPlugin>;
272
- "react-native-edge-to-edge": ConfigPluginOptions<typeof reactNativeEdgeToEdge>;
273
- "react-native-email-link": ConfigPluginOptions<typeof reactNativeEmailLink>;
274
- "react-native-fast-tflite": ConfigPluginOptions<typeof reactNativeFastTflite>;
275
- "react-native-fbads": ConfigPluginOptions<typeof reactNativeFbads>;
276
- "react-native-fbsdk-next": ConfigPluginOptions<typeof reactNativeFbsdkNext>;
277
- "react-native-full-screen-notification-incoming-call": ConfigPluginOptions<typeof reactNativeFullScreenNotificationIncomingCall>;
278
- "react-native-google-cast": ConfigPluginOptions<typeof reactNativeGoogleCast>;
279
- "react-native-google-mobile-ads": ConfigPluginOptions<typeof reactNativeGoogleMobileAds>;
280
- "react-native-health": ConfigPluginOptions<typeof reactNativeHealth>;
281
- "react-native-health-connect": ConfigPluginOptions<typeof reactNativeHealthConnect>;
282
- "react-native-image-marker": ConfigPluginOptions<typeof reactNativeImageMarker>;
283
- "react-native-keys": ConfigPluginOptions<typeof reactNativeKeys>;
284
- "react-native-legal": ConfigPluginOptions<typeof reactNativeLegal>;
285
- "react-native-libsodium": ConfigPluginOptions<typeof reactNativeLibsodium>;
286
- "react-native-localization-settings": ConfigPluginOptions<typeof reactNativeLocalizationSettings>;
287
- "react-native-localize-date": ConfigPluginOptions<typeof reactNativeLocalizeDate>;
288
- "react-native-map-link": ConfigPluginOptions<typeof reactNativeMapLink>;
289
- "react-native-maps": ConfigPluginOptions<typeof reactNativeMaps>;
290
- "react-native-msal": ConfigPluginOptions<typeof reactNativeMsal>;
291
- "react-native-navigation-mode": ConfigPluginOptions<typeof reactNativeNavigationMode>;
292
- "react-native-nfc-manager": ConfigPluginOptions<typeof reactNativeNfcManager>;
293
- "react-native-nitro-screen-recorder": ConfigPluginOptions<typeof reactNativeNitroScreenRecorder>;
294
- "react-native-orientation-director": ConfigPluginOptions<typeof reactNativeOrientationDirector>;
295
- "react-native-ota-hot-update": ConfigPluginOptions<typeof reactNativeOtaHotUpdate>;
296
- "react-native-permissions": ConfigPluginOptions<typeof reactNativePermissions>;
297
- "react-native-rate-app": ConfigPluginOptions<typeof reactNativeRateApp>;
298
- "react-native-render-lynx": ConfigPluginOptions<typeof reactNativeRenderLynx>;
299
- "react-native-screenshot-aware": ConfigPluginOptions<typeof reactNativeScreenshotAware>;
300
- "react-native-share": ConfigPluginOptions<typeof reactNativeShare>;
301
- "react-native-theoplayer": ConfigPluginOptions<typeof reactNativeTheoplayer>;
302
- "react-native-tiktok": ConfigPluginOptions<typeof reactNativeTiktok>;
303
- "react-native-twilio-video-webrtc": ConfigPluginOptions<typeof reactNativeTwilioVideoWebrtc>;
304
- "react-native-v8": ConfigPluginOptions<typeof reactNativeV8>;
305
- "react-native-video": ConfigPluginOptions<typeof reactNativeVideo>;
306
- "react-native-vision-camera": ConfigPluginOptions<typeof reactNativeVisionCamera>;
307
- "react-native-vlc-media-player": ConfigPluginOptions<typeof reactNativeVlcMediaPlayer>;
308
- "react-native-wifi-reborn": ConfigPluginOptions<typeof reactNativeWifiReborn>;
309
316
  }
310
- interface FuncOptionMap extends ThirdPartyPlugins {
317
+ interface FuncOptionMap extends ThirdPartyPlugins, ThirdPartyAutomatedPlugins {
311
318
  }
312
319
  declare function plugin<Name extends keyof FuncOptionMap>(name: Name): [Name];
313
- declare function plugin<Name extends keyof FuncOptionMap, Options extends FuncOptionMap[Name]>(name: Name, options?: Options): [Name, Options];
320
+ declare function plugin<Name extends keyof FuncOptionMap, Options extends FuncOptionMap[Name]>(name: Name, options: Options): [Name, Options];
314
321
 
315
322
  export { type ConfigPluginOptions, type ThirdPartyPlugins, plugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typed-config-plugins",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "adds types to expo config plugins, like @types but for expo config plugins",
5
5
  "author": {
6
6
  "name": "WookieFPV (Lukas Müller)",
@@ -15,6 +15,9 @@
15
15
  "config-plugin",
16
16
  "react-native"
17
17
  ],
18
+ "workspaces": [
19
+ "packageList"
20
+ ],
18
21
  "license": "MIT",
19
22
  "module": "dist/plugin.js",
20
23
  "type": "module",
@@ -29,8 +32,9 @@
29
32
  ],
30
33
  "scripts": {
31
34
  "build": "tsup",
35
+ "update": "bun src/codegenPipeline/run.ts",
32
36
  "build:dev": "tsup --watch",
33
- "lint": "bunx biome check --fix",
37
+ "lint": "bunx biome check --fix --unsafe",
34
38
  "lint:CI": "bunx biome check",
35
39
  "typecheck": "tsc",
36
40
  "prepublishOnly": "bun i && bun run lint:CI && tsc && bun run build"
@@ -39,178 +43,17 @@
39
43
  "@expo/config-plugins": "*"
40
44
  },
41
45
  "devDependencies": {
42
- "@appandflow/expo-camera-characteristics": "*",
43
- "@azesmway/react-native-unity": "*",
44
- "@bacons/apple-colors": "*",
45
- "@bam.tech/react-native-batch": "*",
46
- "@batch.com/react-native-plugin": "*",
47
- "@beyondidentity/bi-sdk-react-native": "*",
48
46
  "@biomejs/biome": "2.2.4",
49
- "@bittingz/expo-widgets": "*",
50
- "@bravemobile/react-native-code-push": "*",
51
- "@braze/expo-plugin": "*",
52
- "@config-plugins/react-native-blob-util": "*",
53
- "@config-plugins/react-native-pdf": "*",
54
- "@corasan/image-compressor": "*",
55
- "@datadog/mobile-react-native": "*",
56
47
  "@expo/config-plugins": "54.0.1",
57
- "@fishjam-cloud/react-native-client": "*",
58
- "@giphy/react-native-sdk": "*",
59
- "@hot-updater/react-native": "*",
60
- "@intercom/intercom-react-native": "*",
61
- "@iterable/expo-plugin": "*",
62
- "@kingstinct/react-native-activity-kit": "*",
63
- "@kingstinct/react-native-healthkit": "*",
64
- "@maplibre/maplibre-react-native": "*",
65
- "@prisma/react-native": "*",
66
- "@react-native-community/datetimepicker": "*",
67
- "@react-native-firebase/app": "*",
68
- "@react-native-firebase/app-check": "*",
69
- "@react-native-firebase/app-distribution": "*",
70
- "@react-native-firebase/auth": "*",
71
- "@react-native-firebase/crashlytics": "*",
72
- "@react-native-firebase/messaging": "*",
73
- "@react-native-firebase/perf": "*",
74
- "@react-native-google-signin/google-signin": "*",
75
- "@react-native-seoul/naver-login": "*",
76
- "@react-native-voice/voice": "*",
77
- "@reactvision/react-viro": "*",
78
- "@rnmapbox/maps": "*",
79
- "@sentry/react-native": "*",
80
- "@sparkfabrik/react-native-idfa-aaid": "*",
81
- "@stripe/stripe-react-native": "*",
82
48
  "@types/bun": "1.2.21",
83
49
  "@types/resolve": "1.20.6",
84
- "@vonovak/react-native-theme-control": "*",
85
- "@wwdrew/expo-android-account-manager": "*",
86
- "@wwdrew/expo-spotify-sdk": "*",
87
- "@xmartlabs/react-native-line": "*",
88
- "app-icon-badge": "*",
89
- "expo-alternate-app-icons": "*",
90
- "expo-apple-authentication": "*",
91
- "expo-asset": "*",
92
- "expo-audio": "*",
93
- "expo-av": "*",
94
- "expo-background-fetch": "*",
95
- "expo-background-task": "*",
96
- "expo-brightness": "*",
97
- "expo-build-properties": "*",
98
- "expo-calendar": "*",
99
- "expo-camera": "*",
100
- "expo-cellular": "*",
101
- "expo-contacts": "*",
102
- "expo-custom-assets": "*",
103
- "expo-dev-client": "*",
104
- "expo-document-picker": "*",
105
- "expo-dynamic-app-icon": "*",
106
- "expo-file-system": "*",
107
- "expo-font": "*",
108
- "expo-health-connect": "*",
109
- "expo-iap": "*",
110
- "expo-image-picker": "*",
111
- "expo-libvlc-player": "*",
112
- "expo-live-activity": "*",
113
- "expo-local-authentication": "*",
114
- "expo-localization": "*",
115
- "expo-location": "*",
116
- "expo-mail-composer": "*",
117
- "expo-maps": "*",
118
- "expo-media-library": "*",
119
- "expo-music-picker": "*",
120
- "expo-native-alipay": "*",
121
- "expo-navigation-bar": "*",
122
- "expo-notifications": "*",
123
- "expo-pip": "*",
124
- "expo-quick-actions": "*",
125
- "expo-roomplan": "*",
126
- "expo-router": "*",
127
- "expo-screen-orientation": "*",
128
- "expo-secure-store": "*",
129
- "expo-sensors": "*",
130
- "expo-share-extension": "*",
131
- "expo-share-intent": "*",
132
- "expo-shazamkit": "*",
133
- "expo-speech-recognition": "*",
134
- "expo-splash-screen": "*",
135
- "expo-sqlite": "*",
136
- "expo-superwall": "*",
137
- "expo-system-ui": "*",
138
- "expo-task-manager": "*",
139
- "expo-tracking-transparency": "*",
140
- "expo-updates": "*",
141
- "expo-video": "*",
142
- "expo-web-browser": "*",
143
- "freerasp-react-native": "*",
144
- "instabug-reactnative": "*",
145
50
  "lefthook": "1.12.4",
146
- "newrelic-react-native-agent": "*",
147
- "onesignal-expo-plugin": "*",
148
- "pushy-expo-plugin": "*",
149
- "react-native-add-calendar-event": "*",
150
- "react-native-admob-native-ads": "*",
151
- "react-native-app-clip": "*",
152
- "react-native-appsflyer": "*",
153
- "react-native-audio-api": "*",
154
- "react-native-auth0": "*",
155
- "react-native-auto-skeleton": "*",
156
- "react-native-background-fetch": "*",
157
- "react-native-background-geolocation": "*",
158
- "react-native-ble-manager": "*",
159
- "react-native-ble-plx": "*",
160
- "react-native-bootsplash": "*",
161
- "react-native-bottom-tabs": "*",
162
- "react-native-capture-protection": "*",
163
- "react-native-cloud-storage": "*",
164
- "react-native-cloud-store": "*",
165
- "react-native-compressor": "*",
166
- "react-native-credentials-manager": "*",
167
- "react-native-document-scanner-plugin": "*",
168
- "react-native-edge-to-edge": "*",
169
- "react-native-email-link": "*",
170
- "react-native-fast-tflite": "*",
171
- "react-native-fbads": "*",
172
- "react-native-fbsdk-next": "*",
173
- "react-native-full-screen-notification-incoming-call": "*",
174
- "react-native-google-cast": "*",
175
- "react-native-google-mobile-ads": "*",
176
- "react-native-health": "*",
177
- "react-native-health-connect": "*",
178
- "react-native-iap": "*",
179
- "react-native-image-marker": "*",
180
- "react-native-keys": "*",
181
- "react-native-legal": "*",
182
- "react-native-libsodium": "*",
183
- "react-native-localization-settings": "*",
184
- "react-native-localize": "*",
185
- "react-native-localize-date": "*",
186
- "react-native-map-link": "*",
187
- "react-native-maps": "*",
188
- "react-native-mmkv": "*",
189
- "react-native-msal": "*",
190
- "react-native-navigation-mode": "*",
191
- "react-native-nfc-manager": "*",
192
- "react-native-nitro-screen-recorder": "*",
193
- "react-native-nitro-sound": "*",
194
- "react-native-orientation-director": "*",
195
- "react-native-ota-hot-update": "*",
196
- "react-native-permissions": "*",
197
- "react-native-quick-crypto": "*",
198
- "react-native-rate-app": "*",
199
- "react-native-render-lynx": "*",
200
- "react-native-screenshot-aware": "*",
201
- "react-native-share": "*",
202
- "react-native-theoplayer": "*",
203
- "react-native-tiktok": "*",
204
- "react-native-twilio-video-webrtc": "*",
205
- "react-native-v8": "*",
206
- "react-native-video": "*",
207
- "react-native-vision-camera": "*",
208
- "react-native-vlc-media-player": "*",
209
- "react-native-whip-whep": "*",
210
- "react-native-wifi-reborn": "*",
51
+ "p-queue": "8.1.1",
211
52
  "resolve": "1.22.10",
212
- "rn-fade-wrapper": "*",
213
53
  "tsup": "8.5.0",
214
54
  "typescript": "5.9.2"
55
+ },
56
+ "patchedDependencies": {
57
+ "instabug-reactnative@16.0.2": "patches/instabug-reactnative@16.0.2.patch"
215
58
  }
216
59
  }