@@ -8287,20 +8287,6 @@ struct facebook::react::NativeAlertManagerArgs {
82878287 public bool operator==(const facebook::react::NativeAlertManagerArgs& other) const;
82888288}
82898289
8290- template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename P8>
8291- struct facebook::react::NativePushNotificationManagerIOSNotification {
8292- public P0 alertTitle;
8293- public P1 alertBody;
8294- public P2 userInfo;
8295- public P3 category;
8296- public P4 fireDate;
8297- public P5 fireIntervalSeconds;
8298- public P6 applicationIconBadgeNumber;
8299- public P7 isSilent;
8300- public P8 soundName;
8301- public bool operator==(const facebook::react::NativePushNotificationManagerIOSNotification& other) const;
8302- }
8303-
83048290template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
83058291struct facebook::react::NativeExceptionsManagerExceptionData {
83068292 public P0 message;
@@ -8314,19 +8300,6 @@ struct facebook::react::NativeExceptionsManagerExceptionData {
83148300 public bool operator==(const facebook::react::NativeExceptionsManagerExceptionData& other) const;
83158301}
83168302
8317- template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
8318- struct facebook::react::NativePlatformConstantsIOSPlatformConstantsIOS {
8319- public P0 isTesting;
8320- public P1 isDisableAnimations;
8321- public P2 reactNativeVersion;
8322- public P3 forceTouchAvailable;
8323- public P4 osVersion;
8324- public P5 systemName;
8325- public P6 interfaceIdiom;
8326- public P7 isMacCatalyst;
8327- public bool operator==(const facebook::react::NativePlatformConstantsIOSPlatformConstantsIOS& other) const;
8328- }
8329-
83308303template <typename P0, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
83318304struct facebook::react::NativeDialogManagerAndroidDialogOptions {
83328305 public P0 title;
@@ -8477,14 +8450,6 @@ struct facebook::react::NativeMutationObserverNativeMutationObserverObserveOptio
84778450 public bool operator==(const facebook::react::NativeMutationObserverNativeMutationObserverObserveOptions& other) const;
84788451}
84798452
8480- template <typename P0, typename P1, typename P2>
8481- struct facebook::react::NativePushNotificationManagerIOSPermissions {
8482- public P0 alert;
8483- public P1 badge;
8484- public P2 sound;
8485- public bool operator==(const facebook::react::NativePushNotificationManagerIOSPermissions& other) const;
8486- }
8487-
84888453template <typename P0, typename P1>
84898454struct facebook::react::NativeAnimatedModuleEventMapping {
84908455 public P0 nativeEventPath;
@@ -8809,24 +8774,12 @@ class facebook::react::NativeImageLoaderAndroidCxxSpec : public facebook::react:
88098774 public static constexpr std::string_view kModuleName;
88108775}
88118776
8812- template <typename T>
8813- class facebook::react::NativeImageLoaderIOSCxxSpec : public facebook::react::TurboModule {
8814- protected NativeImageLoaderIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8815- public static constexpr std::string_view kModuleName;
8816- }
8817-
88188777template <typename T>
88198778class facebook::react::NativeImageStoreAndroidCxxSpec : public facebook::react::TurboModule {
88208779 protected NativeImageStoreAndroidCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
88218780 public static constexpr std::string_view kModuleName;
88228781}
88238782
8824- template <typename T>
8825- class facebook::react::NativeImageStoreIOSCxxSpec : public facebook::react::TurboModule {
8826- protected NativeImageStoreIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8827- public static constexpr std::string_view kModuleName;
8828- }
8829-
88308783template <typename T>
88318784class facebook::react::NativeIntentAndroidCxxSpec : public facebook::react::TurboModule {
88328785 protected NativeIntentAndroidCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8887,12 +8840,6 @@ class facebook::react::NativeNetworkingAndroidCxxSpec : public facebook::react::
88878840 public static constexpr std::string_view kModuleName;
88888841}
88898842
8890- template <typename T>
8891- class facebook::react::NativeNetworkingIOSCxxSpec : public facebook::react::TurboModule {
8892- protected NativeNetworkingIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8893- public static constexpr std::string_view kModuleName;
8894- }
8895-
88968843template <typename T>
88978844class facebook::react::NativePerformanceCxxSpec : public facebook::react::TurboModule {
88988845 protected NativePerformanceCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8911,18 +8858,6 @@ class facebook::react::NativePlatformConstantsAndroidCxxSpec : public facebook::
89118858 public static constexpr std::string_view kModuleName;
89128859}
89138860
8914- template <typename T>
8915- class facebook::react::NativePlatformConstantsIOSCxxSpec : public facebook::react::TurboModule {
8916- protected NativePlatformConstantsIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8917- public static constexpr std::string_view kModuleName;
8918- }
8919-
8920- template <typename T>
8921- class facebook::react::NativePushNotificationManagerIOSCxxSpec : public facebook::react::TurboModule {
8922- protected NativePushNotificationManagerIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8923- public static constexpr std::string_view kModuleName;
8924- }
8925-
89268861template <typename T>
89278862class facebook::react::NativeReactDevToolsRuntimeSettingsModuleCxxSpec : public facebook::react::TurboModule {
89288863 protected NativeReactDevToolsRuntimeSettingsModuleCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -8977,12 +8912,6 @@ class facebook::react::NativeStatusBarManagerAndroidCxxSpec : public facebook::r
89778912 public static constexpr std::string_view kModuleName;
89788913}
89798914
8980- template <typename T>
8981- class facebook::react::NativeStatusBarManagerIOSCxxSpec : public facebook::react::TurboModule {
8982- protected NativeStatusBarManagerIOSCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
8983- public static constexpr std::string_view kModuleName;
8984- }
8985-
89868915template <typename T>
89878916class facebook::react::NativeTimingCxxSpec : public facebook::react::TurboModule {
89888917 protected NativeTimingCxxSpec(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
@@ -9381,47 +9310,6 @@ struct facebook::react::NativePlatformConstantsAndroidReactNativeVersionAndroidB
93819310 public static std::optional<facebook::jsi::String> prereleaseToJs(facebook::jsi::Runtime& rt, decltype(types.prerelease) value);
93829311}
93839312
9384- template <typename T>
9385- struct facebook::react::NativePlatformConstantsIOSPlatformConstantsIOSBridging {
9386- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9387- public static T types;
9388- public static bool forceTouchAvailableToJs(facebook::jsi::Runtime& rt, decltype(types.forceTouchAvailable) value);
9389- public static bool isDisableAnimationsToJs(facebook::jsi::Runtime& rt, decltype(types.isDisableAnimations) value);
9390- public static bool isMacCatalystToJs(facebook::jsi::Runtime& rt, decltype(types.isMacCatalyst) value);
9391- public static bool isTestingToJs(facebook::jsi::Runtime& rt, decltype(types.isTesting) value);
9392- public static facebook::jsi::Object reactNativeVersionToJs(facebook::jsi::Runtime& rt, decltype(types.reactNativeVersion) value);
9393- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9394- public static facebook::jsi::String interfaceIdiomToJs(facebook::jsi::Runtime& rt, decltype(types.interfaceIdiom) value);
9395- public static facebook::jsi::String osVersionToJs(facebook::jsi::Runtime& rt, decltype(types.osVersion) value);
9396- public static facebook::jsi::String systemNameToJs(facebook::jsi::Runtime& rt, decltype(types.systemName) value);
9397- }
9398-
9399- template <typename T>
9400- struct facebook::react::NativePushNotificationManagerIOSNotificationBridging {
9401- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9402- public static T types;
9403- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9404- public static std::optional<bool> isSilentToJs(facebook::jsi::Runtime& rt, decltype(types.isSilent) value);
9405- public static std::optional<double> applicationIconBadgeNumberToJs(facebook::jsi::Runtime& rt, decltype(types.applicationIconBadgeNumber) value);
9406- public static std::optional<double> fireDateToJs(facebook::jsi::Runtime& rt, decltype(types.fireDate) value);
9407- public static std::optional<double> fireIntervalSecondsToJs(facebook::jsi::Runtime& rt, decltype(types.fireIntervalSeconds) value);
9408- public static std::optional<facebook::jsi::Object> userInfoToJs(facebook::jsi::Runtime& rt, decltype(types.userInfo) value);
9409- public static std::optional<facebook::jsi::String> alertBodyToJs(facebook::jsi::Runtime& rt, decltype(types.alertBody) value);
9410- public static std::optional<facebook::jsi::String> alertTitleToJs(facebook::jsi::Runtime& rt, decltype(types.alertTitle) value);
9411- public static std::optional<facebook::jsi::String> categoryToJs(facebook::jsi::Runtime& rt, decltype(types.category) value);
9412- public static std::optional<facebook::jsi::String> soundNameToJs(facebook::jsi::Runtime& rt, decltype(types.soundName) value);
9413- }
9414-
9415- template <typename T>
9416- struct facebook::react::NativePushNotificationManagerIOSPermissionsBridging {
9417- public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9418- public static T types;
9419- public static bool alertToJs(facebook::jsi::Runtime& rt, decltype(types.alert) value);
9420- public static bool badgeToJs(facebook::jsi::Runtime& rt, decltype(types.badge) value);
9421- public static bool soundToJs(facebook::jsi::Runtime& rt, decltype(types.sound) value);
9422- public static facebook::jsi::Object toJs(facebook::jsi::Runtime& rt, const T& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
9423- }
9424-
94259313template <typename T>
94269314struct facebook::react::NativeReactDevToolsRuntimeSettingsModulePartialReloadAndProfileConfigBridging {
94279315 public static T fromJs(facebook::jsi::Runtime& rt, const facebook::jsi::Object& value, const std::shared_ptr<facebook::react::CallInvoker>& jsInvoker);
0 commit comments