@@ -8288,20 +8288,6 @@ struct facebook::react::NativeAlertManagerArgs {
82888288 public bool operator==(const facebook::react::NativeAlertManagerArgs& other) const;
82898289}
82908290
8291- template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8>
8292- struct facebook::react::NativePushNotificationManagerIOSNotification {
8293- public P0 alertTitle;
8294- public P1 alertBody;
8295- public P2 userInfo;
8296- public P3 category;
8297- public P4 fireDate;
8298- public P5 fireIntervalSeconds;
8299- public P6 applicationIconBadgeNumber;
8300- public P7 isSilent;
8301- public P8 soundName;
8302- public bool operator==(const facebook::react::NativePushNotificationManagerIOSNotification& other) const;
8303- }
8304-
83058291template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
83068292struct facebook::react::NativeExceptionsManagerExceptionData {
83078293 public P0 message;
@@ -8315,19 +8301,6 @@ struct facebook::react::NativeExceptionsManagerExceptionData {
83158301 public bool operator==(const facebook::react::NativeExceptionsManagerExceptionData& other) const;
83168302}
83178303
8318- template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
8319- struct facebook::react::NativePlatformConstantsIOSPlatformConstantsIOS {
8320- public P0 isTesting;
8321- public P1 isDisableAnimations;
8322- public P2 reactNativeVersion;
8323- public P3 forceTouchAvailable;
8324- public P4 osVersion;
8325- public P5 systemName;
8326- public P6 interfaceIdiom;
8327- public P7 isMacCatalyst;
8328- public bool operator==(const facebook::react::NativePlatformConstantsIOSPlatformConstantsIOS& other) const;
8329- }
8330-
83318304template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
83328305struct facebook::react::NativeDialogManagerAndroidDialogOptions {
83338306 public P0 title;
@@ -8478,14 +8451,6 @@ struct facebook::react::NativeMutationObserverNativeMutationObserverObserveOptio
84788451 public bool operator==(const facebook::react::NativeMutationObserverNativeMutationObserverObserveOptions& other) const;
84798452}
84808453
8481- template <typename P0, typename P1, typename P2>
8482- struct facebook::react::NativePushNotificationManagerIOSPermissions {
8483- public P0 alert;
8484- public P1 badge;
8485- public P2 sound;
8486- public bool operator==(const facebook::react::NativePushNotificationManagerIOSPermissions& other) const;
8487- }
8488-
84898454template <typename P0, typename P1>
84908455struct facebook::react::NativeAnimatedModuleEventMapping {
84918456 public P0 nativeEventPath;
@@ -8810,24 +8775,12 @@ class facebook::react::NativeImageLoaderAndroidCxxSpec : public facebook::react:
88108775 public static constexpr std::string_view kModuleName;
88118776}
88128777
8813- template <typename T>
8814- class facebook::react::NativeImageLoaderIOSCxxSpec : public facebook::react::TurboModule {
8815- protected NativeImageLoaderIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8816- public static constexpr std::string_view kModuleName;
8817- }
8818-
88198778template <typename T>
88208779class facebook::react::NativeImageStoreAndroidCxxSpec : public facebook::react::TurboModule {
88218780 protected NativeImageStoreAndroidCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
88228781 public static constexpr std::string_view kModuleName;
88238782}
88248783
8825- template <typename T>
8826- class facebook::react::NativeImageStoreIOSCxxSpec : public facebook::react::TurboModule {
8827- protected NativeImageStoreIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8828- public static constexpr std::string_view kModuleName;
8829- }
8830-
88318784template <typename T>
88328785class facebook::react::NativeIntentAndroidCxxSpec : public facebook::react::TurboModule {
88338786 protected NativeIntentAndroidCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8888,12 +8841,6 @@ class facebook::react::NativeNetworkingAndroidCxxSpec : public facebook::react::
88888841 public static constexpr std::string_view kModuleName;
88898842}
88908843
8891- template <typename T>
8892- class facebook::react::NativeNetworkingIOSCxxSpec : public facebook::react::TurboModule {
8893- protected NativeNetworkingIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8894- public static constexpr std::string_view kModuleName;
8895- }
8896-
88978844template <typename T>
88988845class facebook::react::NativePerformanceCxxSpec : public facebook::react::TurboModule {
88998846 protected NativePerformanceCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8912,18 +8859,6 @@ class facebook::react::NativePlatformConstantsAndroidCxxSpec : public facebook::
89128859 public static constexpr std::string_view kModuleName;
89138860}
89148861
8915- template <typename T>
8916- class facebook::react::NativePlatformConstantsIOSCxxSpec : public facebook::react::TurboModule {
8917- protected NativePlatformConstantsIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8918- public static constexpr std::string_view kModuleName;
8919- }
8920-
8921- template <typename T>
8922- class facebook::react::NativePushNotificationManagerIOSCxxSpec : public facebook::react::TurboModule {
8923- protected NativePushNotificationManagerIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8924- public static constexpr std::string_view kModuleName;
8925- }
8926-
89278862template <typename T>
89288863class facebook::react::NativeReactDevToolsRuntimeSettingsModuleCxxSpec : public facebook::react::TurboModule {
89298864 protected NativeReactDevToolsRuntimeSettingsModuleCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8978,12 +8913,6 @@ class facebook::react::NativeStatusBarManagerAndroidCxxSpec : public facebook::r
89788913 public static constexpr std::string_view kModuleName;
89798914}
89808915
8981- template <typename T>
8982- class facebook::react::NativeStatusBarManagerIOSCxxSpec : public facebook::react::TurboModule {
8983- protected NativeStatusBarManagerIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8984- public static constexpr std::string_view kModuleName;
8985- }
8986-
89878916template <typename T>
89888917class facebook::react::NativeTimingCxxSpec : public facebook::react::TurboModule {
89898918 protected NativeTimingCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -9382,47 +9311,6 @@ struct facebook::react::NativePlatformConstantsAndroidReactNativeVersionAndroidB
93829311 public static std::optional<facebook::jsi::String> prereleaseToJs(facebook::jsi::Runtime& rt, decltype(types.prerelease) value);
93839312}
93849313
9385- template <typename T>
9386- struct facebook::react::NativePlatformConstantsIOSPlatformConstantsIOSBridging {
9387- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9388- public static T types;
9389- public static bool forceTouchAvailableToJs(facebook::jsi::Runtime& rt, decltype(types.forceTouchAvailable) value);
9390- public static bool isDisableAnimationsToJs(facebook::jsi::Runtime& rt, decltype(types.isDisableAnimations) value);
9391- public static bool isMacCatalystToJs(facebook::jsi::Runtime& rt, decltype(types.isMacCatalyst) value);
9392- public static bool isTestingToJs(facebook::jsi::Runtime& rt, decltype(types.isTesting) value);
9393- public static facebook::jsi::Object reactNativeVersionToJs(facebook::jsi::Runtime& rt, decltype(types.reactNativeVersion) value);
9394- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9395- public static facebook::jsi::String interfaceIdiomToJs(facebook::jsi::Runtime& rt, decltype(types.interfaceIdiom) value);
9396- public static facebook::jsi::String osVersionToJs(facebook::jsi::Runtime& rt, decltype(types.osVersion) value);
9397- public static facebook::jsi::String systemNameToJs(facebook::jsi::Runtime& rt, decltype(types.systemName) value);
9398- }
9399-
9400- template <typename T>
9401- struct facebook::react::NativePushNotificationManagerIOSNotificationBridging {
9402- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9403- public static T types;
9404- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9405- public static std::optional<bool> isSilentToJs(facebook::jsi::Runtime& rt, decltype(types.isSilent) value);
9406- public static std::optional<double> applicationIconBadgeNumberToJs(facebook::jsi::Runtime& rt, decltype(types.applicationIconBadgeNumber) value);
9407- public static std::optional<double> fireDateToJs(facebook::jsi::Runtime& rt, decltype(types.fireDate) value);
9408- public static std::optional<double> fireIntervalSecondsToJs(facebook::jsi::Runtime& rt, decltype(types.fireIntervalSeconds) value);
9409- public static std::optional<facebook::jsi::Object> userInfoToJs(facebook::jsi::Runtime& rt, decltype(types.userInfo) value);
9410- public static std::optional<facebook::jsi::String> alertBodyToJs(facebook::jsi::Runtime& rt, decltype(types.alertBody) value);
9411- public static std::optional<facebook::jsi::String> alertTitleToJs(facebook::jsi::Runtime& rt, decltype(types.alertTitle) value);
9412- public static std::optional<facebook::jsi::String> categoryToJs(facebook::jsi::Runtime& rt, decltype(types.category) value);
9413- public static std::optional<facebook::jsi::String> soundNameToJs(facebook::jsi::Runtime& rt, decltype(types.soundName) value);
9414- }
9415-
9416- template <typename T>
9417- struct facebook::react::NativePushNotificationManagerIOSPermissionsBridging {
9418- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9419- public static T types;
9420- public static bool alertToJs(facebook::jsi::Runtime& rt, decltype(types.alert) value);
9421- public static bool badgeToJs(facebook::jsi::Runtime& rt, decltype(types.badge) value);
9422- public static bool soundToJs(facebook::jsi::Runtime& rt, decltype(types.sound) value);
9423- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9424- }
9425-
94269314template <typename T>
94279315struct facebook::react::NativeReactDevToolsRuntimeSettingsModulePartialReloadAndProfileConfigBridging {
94289316 public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
0 commit comments