{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":506380349,"defaultBranch":"main","name":"react-native-macos","ownerLogin":"rozele","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-06-22T19:29:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1106239?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718990516.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"ed23fd6d753158e10a99823bcf883e100e4e90ba","ref":"refs/heads/export-D58770465","pushedAt":"2024-06-21T17:21:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Re-use Animation _nativeIds\n\nSummary: Re-using _nativeIds should be perfectly safe. Tracking animations already re-use animation IDs when the value being tracked is updated. This change is in preparation for an exploratory API for triggering Animated actions on events (e.g., starting an animation on hover).\n\nDifferential Revision: D58770465","shortMessageHtmlLink":"Re-use Animation _nativeIds"}},{"before":"7aaeadda2bd1bdb5eb23012f4e486826e95bfdf8","after":"ae61129e68276b489801eed746bf17499cf8a54e","ref":"refs/heads/export-D58301970","pushedAt":"2024-06-11T15:12:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Allow out of tree platforms to customize cursor values (#44841)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44841\n\nOut of tree platforms like react-native-macos and react-native-windows may wish to support different cursor types than are currently supported in mobile React Native (currently only \"auto\" and \"pointer\").\n\nSince the Cursor is applied on the BaseViewProps across all platforms, we need an extension point where a platform can inject it's own header for defining a cursor. This header will also have to include it's own implementation of `fromRawValue` to parse the cursor value from RawProps into the host platform implementation of Cursor.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D58301970","shortMessageHtmlLink":"Allow out of tree platforms to customize cursor values (facebook#44841)"}},{"before":"d1edbf1fab7e14701197de23dcc0d27986e21801","after":"7aaeadda2bd1bdb5eb23012f4e486826e95bfdf8","ref":"refs/heads/export-D58301970","pushedAt":"2024-06-11T14:45:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Allow out of tree platforms to customize cursor values (#44841)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44841\n\nOut of tree platforms like react-native-macos and react-native-windows may wish to support different cursor types than are currently supported in mobile React Native (currently only \"auto\" and \"pointer\").\n\nSince the Cursor is applied on the BaseViewProps across all platforms, we need an extension point where a platform can inject it's own header for defining a cursor. This header will also have to include it's own implementation of `fromRawValue` to parse the cursor value from RawProps into the host platform implementation of Cursor.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D58301970","shortMessageHtmlLink":"Allow out of tree platforms to customize cursor values (facebook#44841)"}},{"before":"d7cf29628484d9df83966d489634bcbf12b1e6db","after":"d1edbf1fab7e14701197de23dcc0d27986e21801","ref":"refs/heads/export-D58301970","pushedAt":"2024-06-08T00:36:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Allow out of tree platforms to customize cursor values (#44841)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44841\n\nOut of tree platforms like react-native-macos and react-native-windows may wish to support different cursor types than are currently supported in mobile React Native (currently only \"auto\" and \"pointer\").\n\nSince the Cursor is applied on the BaseViewProps across all platforms, we need an extension point where a platform can inject it's own header for defining a cursor. This header will also have to include it's own implementation of `fromRawValue` to parse the cursor value from RawProps into the host platform implementation of Cursor.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D58301970","shortMessageHtmlLink":"Allow out of tree platforms to customize cursor values (facebook#44841)"}},{"before":null,"after":"d7cf29628484d9df83966d489634bcbf12b1e6db","ref":"refs/heads/export-D58301970","pushedAt":"2024-06-07T20:49:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Allow out of tree platforms to customize cursor values\n\nSummary:\nOut of tree platforms like react-native-macos and react-native-windows may wish to support different cursor types than are currently supported in mobile React Native (currently only \"auto\" and \"pointer\").\n\nSince the Cursor is applied on the BaseViewProps across all platforms, we need an extension point where a platform can inject it's own header for defining a cursor. This header will also have to include it's own implementation of `fromRawValue` to parse the cursor value from RawProps into the host platform implementation of Cursor.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D58301970","shortMessageHtmlLink":"Allow out of tree platforms to customize cursor values"}},{"before":null,"after":"d60b10095b5a0988aa40031e1f707269521dbab6","ref":"refs/heads/export-D57910488","pushedAt":"2024-05-29T13:47:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Make consistent focusable behavior\n\nSummary:\n`focusable` props behaviors are inconsistent across different flavors of Touchable components. Some use the disabled prop to check if the component should be focusable, others do not.\n\nThis ensures all Touchable* component flavors use the disabled prop.\n\n## Changelog\n\n[General][Fixed] Fixed inconsistency in TouchableX component disabled / focusable behavior\n\nDifferential Revision: D57910488","shortMessageHtmlLink":"Make consistent focusable behavior"}},{"before":null,"after":"d0f5939edbbf109ec39669e2dbf7128db0f6e901","ref":"refs/heads/test","pushedAt":"2024-05-28T13:50:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Copy react-native-macos changes to initial commit\n\nTODO","shortMessageHtmlLink":"Copy react-native-macos changes to initial commit"}},{"before":null,"after":"769cd09dcacb3c30a86db300be29ba0979495dc8","ref":"refs/heads/macosDelta","pushedAt":"2024-05-22T19:04:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"macOS Delta","shortMessageHtmlLink":"macOS Delta"}},{"before":null,"after":"9f51a0c59d29acb43e1466c002e60b8fc54d072c","ref":"refs/heads/macosBase","pushedAt":"2024-05-22T19:01:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"hook up unstable_enableSyncVoidMethods to ReactFeatureFlags (#39988)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/39988\n\nChangelog: [Internal]\n\nin this pr, we integrate the sync void configuration with our feature flag infra\n\nReviewed By: luluwu2032\n\nDifferential Revision: D50030743\n\nfbshipit-source-id: 03505e5e1f74aa90dc16f33fa4e93f9de9660dae","shortMessageHtmlLink":"hook up unstable_enableSyncVoidMethods to ReactFeatureFlags (facebook…"}},{"before":null,"after":"6b4b29d2438be5258fe5f229f49bfff7158edd7c","ref":"refs/heads/export-D57168569","pushedAt":"2024-05-10T03:34:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Clean up dead code in LogBoxStateSubscription\n\nSummary:\nThe removed code was moved to LogBoxInspectorContainer, and is not referenced inside the LogBoxStateSubscription component.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D57168569","shortMessageHtmlLink":"Clean up dead code in LogBoxStateSubscription"}},{"before":null,"after":"2ae35e2ee4349c1fac31ec4d55c2a2f043f234ee","ref":"refs/heads/export-D57003838","pushedAt":"2024-05-06T16:50:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Cleanup unnecessary includes in default modules header\n\nSummary: We only need the default module implementation headers in the C++ file. These were added to the header file for the default module helper by mistake.\n\nDifferential Revision: D57003838","shortMessageHtmlLink":"Cleanup unnecessary includes in default modules header"}},{"before":"3b1ef9df5f74b15b64d9617d56c6c2ba2eae3494","after":"afd0fc7fdff8b7dffe53ad3e4f7ba8a0ec404d18","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T23:19:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"f917f5c7b29ded8850f6aaa872447d98534e61ee","after":"3b1ef9df5f74b15b64d9617d56c6c2ba2eae3494","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T23:11:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"53250d37b1b7be2f6aee681bcb66df04346d7812","after":"f917f5c7b29ded8850f6aaa872447d98534e61ee","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T23:05:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"243e1972590fc5590810222f1017b0e8cbbbaa0f","after":"53250d37b1b7be2f6aee681bcb66df04346d7812","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T20:14:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"3d110d301dabdd44a4e9c64c7b367f2eadc59b26","after":"243e1972590fc5590810222f1017b0e8cbbbaa0f","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T20:05:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"073c3044e4d7e48824137f43b4b0de0b0ae77824","after":"3d110d301dabdd44a4e9c64c7b367f2eadc59b26","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T19:56:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"cc395d7a539626d67c8ce8307c842d211a788b7f","after":"073c3044e4d7e48824137f43b4b0de0b0ae77824","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T19:48:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"b3a74e97f0979c68d21df1084e01dc49ffc1c4ed","after":"cc395d7a539626d67c8ce8307c842d211a788b7f","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T19:38:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":"f35147724b0d2de86e483161e30f3f1f348776b8","after":"b3a74e97f0979c68d21df1084e01dc49ffc1c4ed","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T19:24:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse (#44361)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44361\n\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse (fac…"}},{"before":null,"after":"f35147724b0d2de86e483161e30f3f1f348776b8","ref":"refs/heads/export-D56835783","pushedAt":"2024-05-01T19:17:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Add C++ header for default TurboModules and cross-platform reuse\n\nSummary:\nIn order to keep all platforms in sync (Android, iOS, Windows, etc.), it makes sense to consolidate all C++ TurboModules that we want available by default on all platforms to a shared C++ header / implementation.\n\nThis moves the duplicated code from Android and iOS to such a shared module provider and updates relevant build specs.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D56835783","shortMessageHtmlLink":"Add C++ header for default TurboModules and cross-platform reuse"}},{"before":"f00ac1604bf2147594815154d9e28e0ff5aad0fa","after":"707082259ee9a9eeb84f46680057471be795b230","ref":"refs/heads/export-D55640201","pushedAt":"2024-04-02T15:05:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Avoid shared_mutex re-entrancy for setNativeProps_DEPRECATED (#43777)\n\nSummary:\n\nIt's best to avoid mutex reentrancy, even when using \"read\" locks (i.e., std::shared_lock). Since we already have a read lock on the ShadowTree in `UIManager::setNativeProps_DEPRECATED`, we can avoid the reentrancy by grabbing ancestor node from the shadow tree instead of relying on a recursive call to ShadowTreeRegistry::visit\n\n## Changelog\n\n[GENERAL][FIXED] - Avoid ShadowTreeRegistry::mutex_ read lock reentrancy\n\nDifferential Revision: D55640201","shortMessageHtmlLink":"Avoid shared_mutex re-entrancy for setNativeProps_DEPRECATED (faceboo…"}},{"before":null,"after":"f00ac1604bf2147594815154d9e28e0ff5aad0fa","ref":"refs/heads/export-D55640201","pushedAt":"2024-04-02T15:04:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Avoid shared_mutex re-entrancy for setNativeProps_DEPRECATED\n\nSummary:\nIt's best to avoid mutex reentrancy, even when using \"read\" locks (i.e., std::shared_lock). Since we already have a read lock on the ShadowTree in `UIManager::setNativeProps_DEPRECATED`, we can avoid the reentrancy by grabbing ancestor node from the shadow tree instead of relying on a recursive call to ShadowTreeRegistry::visit\n\n## Changelog\n\n[GENERAL][FIXED] - Avoid ShadowTreeRegistry::mutex_ read lock reentrancy\n\nDifferential Revision: D55640201","shortMessageHtmlLink":"Avoid shared_mutex re-entrancy for setNativeProps_DEPRECATED"}},{"before":"3382afff15d8f7c4fe42e885210610f64de9b194","after":"c83474848a874d1ed60b7b775bfa0df4c21087b4","ref":"refs/heads/export-D54692764","pushedAt":"2024-03-13T10:51:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Remove unused forward declaration of RCTMountingManager (#43453)\n\nSummary:\n\nThe forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D54692764","shortMessageHtmlLink":"Remove unused forward declaration of RCTMountingManager (facebook#43453)"}},{"before":"2c00a059034ca649f0a31efb88a502209ca7c71b","after":"3382afff15d8f7c4fe42e885210610f64de9b194","ref":"refs/heads/export-D54692764","pushedAt":"2024-03-13T10:49:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Remove unused forward declaration of RCTMountingManager (#43453)\n\nSummary:\n\nThe forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D54692764","shortMessageHtmlLink":"Remove unused forward declaration of RCTMountingManager (facebook#43453)"}},{"before":"01b4298f959a98d91407f2e9220de837d0899c87","after":"2c00a059034ca649f0a31efb88a502209ca7c71b","ref":"refs/heads/export-D54692764","pushedAt":"2024-03-13T10:48:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Remove unused forward declaration of RCTMountingManager (#43453)\n\nSummary:\n\nThe forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D54692764","shortMessageHtmlLink":"Remove unused forward declaration of RCTMountingManager (facebook#43453)"}},{"before":null,"after":"01b4298f959a98d91407f2e9220de837d0899c87","ref":"refs/heads/export-D54692764","pushedAt":"2024-03-13T10:48:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Remove unused forward declaration of RCTMountingManager\n\nSummary:\nThe forward declaration for RCTMountingManager doesn't appear to be used anywhere. It can be deleted.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D54692764","shortMessageHtmlLink":"Remove unused forward declaration of RCTMountingManager"}},{"before":"4a7a615c7eeef8246632b6e76f2a2f4d492bd416","after":"19d4b2088eed33978cb43c6b5977db99b6cd95d0","ref":"refs/heads/export-D53609922","pushedAt":"2024-02-09T12:21:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Fix clang warning for -Winconsistent-missing-destructor-override (#42942)\n\nSummary:\n\nInstance derives from jsinspector_modern::InstanceTargetDelegate, which defines a virtual destructor, but Instance does not mark its destructor with override.\n\n## Changelog [Internal]\n\nDifferential Revision: D53609922","shortMessageHtmlLink":"Fix clang warning for -Winconsistent-missing-destructor-override (fac…"}},{"before":null,"after":"4a7a615c7eeef8246632b6e76f2a2f4d492bd416","ref":"refs/heads/export-D53609922","pushedAt":"2024-02-09T12:21:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Fix clang warning for -Winconsistent-missing-destructor-override\n\nSummary: Instance derives from jsinspector_modern::InstanceTargetDelegate, which defines a virtual destructor, but Instance does not mark its destructor with override.\n\nDifferential Revision: D53609922","shortMessageHtmlLink":"Fix clang warning for -Winconsistent-missing-destructor-override"}},{"before":"9c4b6cd9b1eab598856e9fe659dd40fa49b0175a","after":"f8739382907c82901d4318843ba58c3016fc1b47","ref":"refs/heads/export-D53127956","pushedAt":"2024-01-28T21:40:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rozele","name":"Eric Rozell","path":"/rozele","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1106239?s=80&v=4"},"commit":{"message":"Check for platform color in isColorMeaningful (#42683)\n\nSummary:\n\nSome platforms (e.g., Windows) allow semantic colors that are only accessible from the UI thread. Since isColorMeaningful is used on a background thread for shadow node commits, we can only check that a platform color exists on Windows (not resolve the actual platform color). Adding this helper, which effectively no-ops on mobile platforms without the same semantic color limitation, unblocks Windows.\n\n## Changelog\n\n[Internal]\n\nDifferential Revision: D53127956","shortMessageHtmlLink":"Check for platform color in isColorMeaningful (facebook#42683)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEa9IuqAA","startCursor":null,"endCursor":null}},"title":"Activity · rozele/react-native-macos"}