url string | repository_url string | labels_url string | comments_url string | events_url string | html_url string | id int64 | node_id string | number int64 | title string | user dict | labels list | state string | locked bool | assignee dict | assignees list | milestone null | comments int64 | created_at timestamp[s] | updated_at timestamp[s] | closed_at timestamp[s] | author_association string | type dict | active_lock_reason string | draft bool | pull_request dict | body string | closed_by dict | reactions dict | timeline_url string | performed_via_github_app null | state_reason string | sub_issues_summary dict | is_pull_request bool |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/facebook/react-native/issues/51323 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51323/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51323/comments | https://api.github.com/repos/facebook/react-native/issues/51323/events | https://github.com/facebook/react-native/pull/51323 | 3,063,614,398 | PR_kwDOAbrxp86WMJ1l | 51,323 | [android][kotlin] make DevServerHelper open | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-14T16:02:24 | 2025-05-16T15:22:24 | 2025-05-16T14:56:44 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51323",
"html_url": "https://github.com/facebook/react-native/pull/51323",
"diff_url": "https://github.com/facebook/react-native/pull/51323.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51323.patch",
"merged_at": null
} | ## Summary:
Expo inherits from the DevServerHelper class, and needs it to be declared as open, the same goes for its public interface.
Expo is using this in `DevLauncherDevServerHelper` and overrides the methods:
- getDevServerBundleURL
- getDevServerSplitBundleURL
- getSourceUrl
- getSourceMapUrl
- isPack... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51323/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51323/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51322 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51322/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51322/comments | https://api.github.com/repos/facebook/react-native/issues/51322/events | https://github.com/facebook/react-native/pull/51322 | 3,063,612,806 | PR_kwDOAbrxp86WMJf7 | 51,322 | [android][kotlin] make removeView open in ViewGroupManager | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-14T16:01:46 | 2025-05-16T10:07:30 | 2025-05-15T17:39:42 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51322",
"html_url": "https://github.com/facebook/react-native/pull/51322",
"diff_url": "https://github.com/facebook/react-native/pull/51322.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51322.patch",
"merged_at": null
} | ## Summary:
After conversion to Kotlin we could no longer override the removeView function since it is no longer open. The rest of this class can be overridden as before, but since functions are final by default this doesn't work for the new `removeView` function.
Expo is overriding the `removeView` functions in ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51322/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51322/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51321 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51321/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51321/comments | https://api.github.com/repos/facebook/react-native/issues/51321/events | https://github.com/facebook/react-native/pull/51321 | 3,063,545,324 | PR_kwDOAbrxp86WL678 | 51,321 | Add outline prop diffing to View component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T15:37:02 | 2025-05-14T21:38:25 | 2025-05-14T21:38:15 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51321",
"html_url": "https://github.com/facebook/react-native/pull/51321",
"diff_url": "https://github.com/facebook/react-native/pull/51321.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51321.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74734893
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51321/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51321/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51320 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51320/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51320/comments | https://api.github.com/repos/facebook/react-native/issues/51320/events | https://github.com/facebook/react-native/issues/51320 | 3,063,491,276 | I_kwDOAbrxp862mSrM | 51,320 | No main manifest attribute | {
"login": "maksymhcode-care",
"id": 94922591,
"node_id": "U_kgDOBahnXw",
"avatar_url": "https://avatars.githubusercontent.com/u/94922591?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/maksymhcode-care",
"html_url": "https://github.com/maksymhcode-care",
"followers_url": "https://api.gith... | [
{
"id": 1794376073,
"node_id": "MDU6TGFiZWwxNzk0Mzc2MDcz",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Repro",
"name": "Needs: Repro",
"color": "d4c5f9",
"default": false,
"description": "This issue could be improved with a clear list of steps to reproduce ... | closed | false | null | [] | null | 7 | 2025-05-14T15:19:30 | 2025-05-16T14:32:10 | 2025-05-16T14:32:08 | NONE | null | null | null | null | ### Description
After upgrading from 0.79.2 to 0.80.0-rc.1 started to get error 'no main manifest attribute, in D:\project\android\\gradle\wrapper\gradle-wrapper.jar', can't build on android
### Steps to reproduce
1. Setup new project with verision 0.79 or use an existing one
2. Upgrade to 0.80.0-rc.1 via Upgrade he... | {
"login": "maksymhcode-care",
"id": 94922591,
"node_id": "U_kgDOBahnXw",
"avatar_url": "https://avatars.githubusercontent.com/u/94922591?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/maksymhcode-care",
"html_url": "https://github.com/maksymhcode-care",
"followers_url": "https://api.gith... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51320/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51320/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51319 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51319/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51319/comments | https://api.github.com/repos/facebook/react-native/issues/51319/events | https://github.com/facebook/react-native/pull/51319 | 3,063,455,327 | PR_kwDOAbrxp86WLn1D | 51,319 | Fix compose views crashing inside RN Modal component. | {
"login": "aleqsio",
"id": 5597580,
"node_id": "MDQ6VXNlcjU1OTc1ODA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5597580?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aleqsio",
"html_url": "https://github.com/aleqsio",
"followers_url": "https://api.github.com/users/aleqsio/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | open | false | null | [] | null | 3 | 2025-05-14T15:07:15 | 2025-05-19T16:16:46 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51319",
"html_url": "https://github.com/facebook/react-native/pull/51319",
"diff_url": "https://github.com/facebook/react-native/pull/51319.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51319.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
This PR enables using [ComposeView](https://developer.android.com/reference/... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51319/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51319/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51318 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51318/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51318/comments | https://api.github.com/repos/facebook/react-native/issues/51318/events | https://github.com/facebook/react-native/pull/51318 | 3,063,443,629 | PR_kwDOAbrxp86WLlSI | 51,318 | Add missing view events to View prop diffing | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-14T15:03:26 | 2025-05-14T17:34:17 | 2025-05-14T17:33:59 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51318",
"html_url": "https://github.com/facebook/react-native/pull/51318",
"diff_url": "https://github.com/facebook/react-native/pull/51318.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51318.patch",
"merged_at": null
} | Summary:
Adding parsing and diffing for
- `onClickCapture`
- `onPointerOutCapture`
- `onPointerOverCapture`
Changelog: [Internal]
Differential Revision: D74732872
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51318/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51318/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51317 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51317/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51317/comments | https://api.github.com/repos/facebook/react-native/issues/51317/events | https://github.com/facebook/react-native/pull/51317 | 3,063,255,411 | PR_kwDOAbrxp86WK8gM | 51,317 | Fix generated types base on __typetests__ | {
"login": "coado",
"id": 64146291,
"node_id": "MDQ6VXNlcjY0MTQ2Mjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/64146291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coado",
"html_url": "https://github.com/coado",
"followers_url": "https://api.github.com/users/coado/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 9 | 2025-05-14T14:05:26 | 2025-05-24T16:48:47 | 2025-05-24T16:48:47 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51317",
"html_url": "https://github.com/facebook/react-native/pull/51317",
"diff_url": "https://github.com/facebook/react-native/pull/51317.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51317.patch",
"merged_at": null
} | Summary:
This diff is a set of alignments/improvements in generated TS types. It includes:
- extending `AppStateStatus` with `extension` and `unknown`,
- exporting `AnimatedProps` under Animated namespace,
- resolving issue with discriminated unions in `ProgressBarAndroidTypes`,
- fixing `StyleSheet.create` type... | {
"login": "coado",
"id": 64146291,
"node_id": "MDQ6VXNlcjY0MTQ2Mjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/64146291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coado",
"html_url": "https://github.com/coado",
"followers_url": "https://api.github.com/users/coado/follow... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51317/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51317/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51316 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51316/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51316/comments | https://api.github.com/repos/facebook/react-native/issues/51316/events | https://github.com/facebook/react-native/pull/51316 | 3,063,023,399 | PR_kwDOAbrxp86WKJvy | 51,316 | Update debugger-frontend from 3d17e0f...f5506e6 | {
"login": "vzaidman",
"id": 5188459,
"node_id": "MDQ6VXNlcjUxODg0NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/5188459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vzaidman",
"html_url": "https://github.com/vzaidman",
"followers_url": "https://api.github.com/users/vzaid... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-14T12:53:53 | 2025-05-14T14:27:30 | 2025-05-14T14:27:16 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51316",
"html_url": "https://github.com/facebook/react-native/pull/51316",
"diff_url": "https://github.com/facebook/react-native/pull/51316.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51316.patch",
"merged_at": null
} | Summary:
Changelog: [Internal] - Update `react-native/debugger-frontend` from 3d17e0f...f5506e6
Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](https://github.com/facebook/react-native-devtools-frontend/compare/3d17e0fd462dc698db34586697cce2371b25e0d3...f5506e621124... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51316/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51316/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51315 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51315/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51315/comments | https://api.github.com/repos/facebook/react-native/issues/51315/events | https://github.com/facebook/react-native/pull/51315 | 3,062,962,859 | PR_kwDOAbrxp86WJ8ZB | 51,315 | improve the message displayed when opening devtools while bundle builds | {
"login": "vzaidman",
"id": 5188459,
"node_id": "MDQ6VXNlcjUxODg0NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/5188459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vzaidman",
"html_url": "https://github.com/vzaidman",
"followers_url": "https://api.github.com/users/vzaid... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T12:34:08 | 2025-05-14T16:15:02 | 2025-05-14T16:14:50 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51315",
"html_url": "https://github.com/facebook/react-native/pull/51315",
"diff_url": "https://github.com/facebook/react-native/pull/51315.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51315.patch",
"merged_at": null
} | Summary: Changelog: [General][Internal] improve the message displayed when opening devtools while bundle builds
Differential Revision: D74718454
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51315/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51315/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51314 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51314/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51314/comments | https://api.github.com/repos/facebook/react-native/issues/51314/events | https://github.com/facebook/react-native/pull/51314 | 3,062,951,331 | PR_kwDOAbrxp86WJ54b | 51,314 | Add boxShadow prop diffing to View component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T12:29:49 | 2025-05-14T17:34:11 | 2025-05-14T17:33:58 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51314",
"html_url": "https://github.com/facebook/react-native/pull/51314",
"diff_url": "https://github.com/facebook/react-native/pull/51314.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51314.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Reviewed By: sammy-SC
Differential Revision: D74726605
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51314/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51314/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51313 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51313/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51313/comments | https://api.github.com/repos/facebook/react-native/issues/51313/events | https://github.com/facebook/react-native/issues/51313 | 3,062,861,699 | I_kwDOAbrxp862j4-D | 51,313 | React Native App Crash on Initialization after upgrade | {
"login": "Srinath9999999",
"id": 211667880,
"node_id": "U_kgDODJ3LqA",
"avatar_url": "https://avatars.githubusercontent.com/u/211667880?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Srinath9999999",
"html_url": "https://github.com/Srinath9999999",
"followers_url": "https://api.github.c... | [
{
"id": 872683359,
"node_id": "MDU6TGFiZWw4NzI2ODMzNTk=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Invalid",
"name": "Type: Invalid",
"color": "ffffff",
"default": false,
"description": "This issue does not belong here. Applying this label will cause issu... | closed | false | null | [] | null | 7 | 2025-05-14T11:56:50 | 2025-05-18T16:17:53 | 2025-05-14T12:32:15 | NONE | null | null | null | null | ### Description
I have been trying to update my React Native application from 0.75.5 to 0.76.0, build got successful after Launcher screen getting crash.
### Steps to reproduce
package.json
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
}
"devDependencies": {
"@babel/c... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51313/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51313/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51312 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51312/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51312/comments | https://api.github.com/repos/facebook/react-native/issues/51312/events | https://github.com/facebook/react-native/pull/51312 | 3,062,849,329 | PR_kwDOAbrxp86WJjh9 | 51,312 | Fix nativeID and testID prop diffing for View component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T11:51:51 | 2025-05-14T13:06:09 | 2025-05-14T13:05:56 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51312",
"html_url": "https://github.com/facebook/react-native/pull/51312",
"diff_url": "https://github.com/facebook/react-native/pull/51312.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51312.patch",
"merged_at": null
} | Summary:
The nativeID and testID prop mapping on the native Java side use full caps `ID` in the setter mapping. Fixing the props diffing result to use the right key in the result for both.
Changelog: [Internal]
Differential Revision: D74724759
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51312/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51312/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51311 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51311/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51311/comments | https://api.github.com/repos/facebook/react-native/issues/51311/events | https://github.com/facebook/react-native/pull/51311 | 3,062,680,146 | PR_kwDOAbrxp86WI-Y5 | 51,311 | add test for ViewCulling when sibling in FLatList resizes | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-14T10:47:55 | 2025-05-14T12:42:17 | 2025-05-14T12:42:04 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51311",
"html_url": "https://github.com/facebook/react-native/pull/51311",
"diff_url": "https://github.com/facebook/react-native/pull/51311.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51311.patch",
"merged_at": null
} | Summary:
changelog: [internal]
add a test case for view culling to cover a crash observed in production.
Reviewed By: lenaic
Differential Revision: D74720814
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51311/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51311/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51310 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51310/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51310/comments | https://api.github.com/repos/facebook/react-native/issues/51310/events | https://github.com/facebook/react-native/pull/51310 | 3,062,502,843 | PR_kwDOAbrxp86WIXKc | 51,310 | Move playground tests to their own directory | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T09:45:56 | 2025-05-14T11:05:03 | 2025-05-14T11:04:55 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51310",
"html_url": "https://github.com/facebook/react-native/pull/51310",
"diff_url": "https://github.com/facebook/react-native/pull/51310.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51310.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Just a bit of separation between these and Fantom own tests.
Differential Revision: D74717487
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51310/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51310/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51309 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51309/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51309/comments | https://api.github.com/repos/facebook/react-native/issues/51309/events | https://github.com/facebook/react-native/pull/51309 | 3,062,357,668 | PR_kwDOAbrxp86WH3Wz | 51,309 | Clean up compatibility code for MutationObserver | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-14T08:57:08 | 2025-05-27T12:09:53 | 2025-05-27T12:09:45 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51309",
"html_url": "https://github.com/facebook/react-native/pull/51309",
"diff_url": "https://github.com/facebook/react-native/pull/51309.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51309.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Clean up old compatibility code for when NativeMutationObserver.unobserveAll isn't available.
Reviewed By: lenaic
Differential Revision: D74313204
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51309/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51309/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51308 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51308/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51308/comments | https://api.github.com/repos/facebook/react-native/issues/51308/events | https://github.com/facebook/react-native/pull/51308 | 3,062,323,325 | PR_kwDOAbrxp86WHv6N | 51,308 | ][Fantom] Add Fantom test to verify behavior of @fantom_react_fb_flags directives | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 1 | 2025-05-14T08:44:42 | 2025-05-14T09:20:24 | 2025-05-14T09:20:24 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51308",
"html_url": "https://github.com/facebook/react-native/pull/51308",
"diff_url": "https://github.com/facebook/react-native/pull/51308.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51308.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
TSIA
Differential Revision: D74710292
| {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51308/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51308/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51307 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51307/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51307/comments | https://api.github.com/repos/facebook/react-native/issues/51307/events | https://github.com/facebook/react-native/pull/51307 | 3,062,271,636 | PR_kwDOAbrxp86WHks1 | 51,307 | Add a custom Jest resolver to opt out from handling "exports" in tests | {
"login": "j-piasecki",
"id": 21055725,
"node_id": "MDQ6VXNlcjIxMDU1NzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/21055725?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/j-piasecki",
"html_url": "https://github.com/j-piasecki",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-14T08:26:30 | 2025-05-19T15:39:35 | 2025-05-14T15:04:13 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51307",
"html_url": "https://github.com/facebook/react-native/pull/51307",
"diff_url": "https://github.com/facebook/react-native/pull/51307.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51307.patch",
"merged_at": null
} | Summary: D72228547 added the `exports` field to the main `react-native` package, in which all imports from `./src/*` are explicitly disallowed. This was expected to be a breaking change and to limit the surface area of it, this diff will allow using all imports in jest tests.
Changelog: [General][Added] Added a cust... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51307/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51307/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51306 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51306/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51306/comments | https://api.github.com/repos/facebook/react-native/issues/51306/events | https://github.com/facebook/react-native/issues/51306 | 3,062,241,363 | I_kwDOAbrxp862hhhT | 51,306 | Text overflow issue inside flexDirection: 'row' when alignItems: 'center' is set on parent of container | {
"login": "a-klotz-p8",
"id": 194224976,
"node_id": "U_kgDOC5OjUA",
"avatar_url": "https://avatars.githubusercontent.com/u/194224976?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/a-klotz-p8",
"html_url": "https://github.com/a-klotz-p8",
"followers_url": "https://api.github.com/users/a-k... | [
{
"id": 1117070725,
"node_id": "MDU6TGFiZWwxMTE3MDcwNzI1",
"url": "https://api.github.com/repos/facebook/react-native/labels/Flow",
"name": "Flow",
"color": "E8BD36",
"default": false,
"description": ""
},
{
"id": 1794148347,
"node_id": "MDU6TGFiZWwxNzk0MTQ4MzQ3",
"url": ... | closed | false | null | [] | null | 4 | 2025-05-14T08:14:39 | 2025-05-15T06:50:10 | 2025-05-15T06:49:56 | NONE | null | null | null | null | ### Description
When rendering multiple Text components inside a View with `flexDirection: 'row'`, enabling `flexShrink: 1` on each Text should prevent overflow. However, if an there is a parent with no styling and the parent of that has `alignItems: 'center',` the text still overflows its bounds and wraps incorrectly... | {
"login": "a-klotz-p8",
"id": 194224976,
"node_id": "U_kgDOC5OjUA",
"avatar_url": "https://avatars.githubusercontent.com/u/194224976?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/a-klotz-p8",
"html_url": "https://github.com/a-klotz-p8",
"followers_url": "https://api.github.com/users/a-k... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51306/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51306/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51305 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51305/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51305/comments | https://api.github.com/repos/facebook/react-native/issues/51305/events | https://github.com/facebook/react-native/pull/51305 | 3,061,608,352 | PR_kwDOAbrxp86WFWEr | 51,305 | Allow links in facsimile to be keyboard focusable | {
"login": "joevilches",
"id": 17124862,
"node_id": "MDQ6VXNlcjE3MTI0ODYy",
"avatar_url": "https://avatars.githubusercontent.com/u/17124862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joevilches",
"html_url": "https://github.com/joevilches",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-14T02:07:38 | 2025-05-14T21:31:39 | 2025-05-14T21:31:27 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51305",
"html_url": "https://github.com/facebook/react-native/pull/51305",
"diff_url": "https://github.com/facebook/react-native/pull/51305.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51305.patch",
"merged_at": null
} | Summary:
tsia, there is a lot of TextView specific API calls and instance checks in the delegate that need to be modified. Additionally, facsimile has some custom focusing logic we do not need if we have a delegate
I opted to just do a lot of instance specific logic using `is` . That seems easier for the time being wi... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51305/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51305/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51304 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51304/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51304/comments | https://api.github.com/repos/facebook/react-native/issues/51304/events | https://github.com/facebook/react-native/pull/51304 | 3,061,517,692 | PR_kwDOAbrxp86WFDJW | 51,304 | Include fallback line spacing in BoringLayout Metrics | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-14T00:42:55 | 2025-05-14T19:08:04 | 2025-05-14T19:07:53 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51304",
"html_url": "https://github.com/facebook/react-native/pull/51304",
"diff_url": "https://github.com/facebook/react-native/pull/51304.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51304.patch",
"merged_at": null
} | Summary:
A potential source of truncation we previously experienced with D65171352 is difference in how TextView calculates line spacing with StaticLayout.
As of Android 13, this also appies to how TextView creates the metrics of BoringLayout. Oddly, this is not also applied to `BoringLayout.make()` (I think it ends u... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51304/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51304/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51303 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51303/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51303/comments | https://api.github.com/repos/facebook/react-native/issues/51303/events | https://github.com/facebook/react-native/pull/51303 | 3,061,400,271 | PR_kwDOAbrxp86WEqTU | 51,303 | Fix more text rounding bugs | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 10 | 2025-05-13T22:55:33 | 2025-05-14T02:52:56 | 2025-05-14T02:52:44 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51303",
"html_url": "https://github.com/facebook/react-native/pull/51303",
"diff_url": "https://github.com/facebook/react-native/pull/51303.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51303.patch",
"merged_at": null
} | Summary:
We do a lot of incorrect `cei()` in text measurement, compensated later by other incorrect bits.
There are a couple of interesting bits here:
A "desired width" is how large a hypothetical text layout would like to be. It is a floating point value, and to avoid truncation, a container must be larger than the ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51303/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51303/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51302 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51302/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51302/comments | https://api.github.com/repos/facebook/react-native/issues/51302/events | https://github.com/facebook/react-native/pull/51302 | 3,061,280,664 | PR_kwDOAbrxp86WEQqT | 51,302 | Fix issue where text inputs cannot blur on <= Android 8.1 | {
"login": "joevilches",
"id": 17124862,
"node_id": "MDQ6VXNlcjE3MTI0ODYy",
"avatar_url": "https://avatars.githubusercontent.com/u/17124862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joevilches",
"html_url": "https://github.com/joevilches",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-13T21:29:58 | 2025-05-15T16:55:33 | 2025-05-14T01:00:37 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51302",
"html_url": "https://github.com/facebook/react-native/pull/51302",
"diff_url": "https://github.com/facebook/react-native/pull/51302.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51302.patch",
"merged_at": null
} | Summary:
We got https://github.com/facebook/react-native/issues/51072#issue-3035616801 which demonstrates that if we have 2 text inputs on a screen we cannot blur them. If you try to blur any, focus jumps to the first one.
This seems to be a bug with Android's `clearFocus` per https://developer.android.com/reference/... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51302/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51302/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51301 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51301/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51301/comments | https://api.github.com/repos/facebook/react-native/issues/51301/events | https://github.com/facebook/react-native/pull/51301 | 3,061,244,256 | PR_kwDOAbrxp86WEIr_ | 51,301 | Update PreparedLayoutTextView for new state type | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 7 | 2025-05-13T21:11:15 | 2025-05-14T23:13:52 | 2025-05-14T23:13:31 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51301",
"html_url": "https://github.com/facebook/react-native/pull/51301",
"diff_url": "https://github.com/facebook/react-native/pull/51301.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51301.patch",
"merged_at": null
} | Summary:
The type of the state we pass has changed, since the original prototype. Need to update the Java side to reflect this.
Changelog: [Internal]
Reviewed By: rshest
Differential Revision: D74417253
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51301/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51301/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51300 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51300/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51300/comments | https://api.github.com/repos/facebook/react-native/issues/51300/events | https://github.com/facebook/react-native/pull/51300 | 3,061,241,582 | PR_kwDOAbrxp86WEIHS | 51,300 | fix issue #51297 which addresses allWarningsAsErrors type error | {
"login": "meghancampbel9",
"id": 199514553,
"node_id": "U_kgDOC-RZuQ",
"avatar_url": "https://avatars.githubusercontent.com/u/199514553?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/meghancampbel9",
"html_url": "https://github.com/meghancampbel9",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-13T21:10:07 | 2025-05-14T09:57:41 | 2025-05-14T09:57:32 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51300",
"html_url": "https://github.com/facebook/react-native/pull/51300",
"diff_url": "https://github.com/facebook/react-native/pull/51300.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51300.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
<!-- Explain the **motivation** for making this change. What existing proble... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51300/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51300/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51299 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51299/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51299/comments | https://api.github.com/repos/facebook/react-native/issues/51299/events | https://github.com/facebook/react-native/pull/51299 | 3,061,177,369 | PR_kwDOAbrxp86WD6Px | 51,299 | Resubmit: Ensure that ShadowNode measure functions respect constraints | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 8 | 2025-05-13T20:39:13 | 2025-05-14T02:52:59 | 2025-05-14T02:52:45 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51299",
"html_url": "https://github.com/facebook/react-native/pull/51299",
"diff_url": "https://github.com/facebook/react-native/pull/51299.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51299.patch",
"merged_at": null
} | Summary:
## Resubmit
This change was backed out, due to the WinUI Fabric TextLayoutManager not respecting minimum size constraints, causing early debug assert. D74494087 was confirmed to fix this.
For more safety, we limit fatal debug assertsions to `ParagraphShadowNode`, and only log a native error for other ShadowN... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51299/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51299/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51298 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51298/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51298/comments | https://api.github.com/repos/facebook/react-native/issues/51298/events | https://github.com/facebook/react-native/pull/51298 | 3,061,175,426 | PR_kwDOAbrxp86WD50Z | 51,298 | Resubmit: Expose Unsnapped Dimensions | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-13T20:38:14 | 2025-05-14T01:25:23 | 2025-05-14T01:25:12 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51298",
"html_url": "https://github.com/facebook/react-native/pull/51298",
"diff_url": "https://github.com/facebook/react-native/pull/51298.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51298.patch",
"merged_at": null
} | Summary:
## Resubmit
This was backed out due to being up the stack from another change that was backed out, but should be safe by itself.
## Original
We want to know if an artifact created during measurement can fully be reused after final layout, but the final layout is allowed to be slightly larger due to pixel gr... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51298/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51298/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51297 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51297/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51297/comments | https://api.github.com/repos/facebook/react-native/issues/51297/events | https://github.com/facebook/react-native/issues/51297 | 3,061,135,918 | I_kwDOAbrxp862dTou | 51,297 | Gradle v8.0 build fails react native v0.79.2 | {
"login": "meghancampbel9",
"id": 199514553,
"node_id": "U_kgDOC-RZuQ",
"avatar_url": "https://avatars.githubusercontent.com/u/199514553?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/meghancampbel9",
"html_url": "https://github.com/meghancampbel9",
"followers_url": "https://api.github.c... | [
{
"id": 856933610,
"node_id": "MDU6TGFiZWw4NTY5MzM2MTA=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20PR%20Submitted",
"name": "Resolution: PR Submitted",
"color": "0052cc",
"default": false,
"description": "A pull request with a fix has been provided.... | open | false | null | [] | null | 5 | 2025-05-13T20:19:44 | 2025-05-30T01:52:58 | null | CONTRIBUTOR | null | null | null | null | ### Description
Build failure with React Native v0.79.2 and Gradle v8.0.
** Note using Java 17
```
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
```
### Steps to reproduce
Build an android app with React Native v0.79.2 and Gradle v8.0 on linux.
Details:
```
------------------... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51297/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51297/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51296 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51296/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51296/comments | https://api.github.com/repos/facebook/react-native/issues/51296/events | https://github.com/facebook/react-native/pull/51296 | 3,060,706,304 | PR_kwDOAbrxp86WCVRR | 51,296 | Improved the description of the error shown when a previous debugger is closed when a new one is opened | {
"login": "vzaidman",
"id": 5188459,
"node_id": "MDQ6VXNlcjUxODg0NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/5188459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vzaidman",
"html_url": "https://github.com/vzaidman",
"followers_url": "https://api.github.com/users/vzaid... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-13T17:05:38 | 2025-05-14T14:27:24 | 2025-05-14T14:27:15 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51296",
"html_url": "https://github.com/facebook/react-native/pull/51296",
"diff_url": "https://github.com/facebook/react-native/pull/51296.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51296.patch",
"merged_at": null
} | Summary:
Changelog: [General][Internal] Improved the description of the error shown when a previous debugger is closed when a new one is opened
Corresponding DevTools PR:
https://github.com/facebook/react-native-devtools-frontend/pull/162
Differential Revision: D74657572
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51296/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51296/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51295 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51295/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51295/comments | https://api.github.com/repos/facebook/react-native/issues/51295/events | https://github.com/facebook/react-native/pull/51295 | 3,060,509,468 | PR_kwDOAbrxp86WBqbJ | 51,295 | Fix deprecation message for `BindingsInstallerHolder` | {
"login": "tomekzaw",
"id": 20516055,
"node_id": "MDQ6VXNlcjIwNTE2MDU1",
"avatar_url": "https://avatars.githubusercontent.com/u/20516055?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tomekzaw",
"html_url": "https://github.com/tomekzaw",
"followers_url": "https://api.github.com/users/tom... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T15:43:24 | 2025-05-13T19:51:14 | 2025-05-13T19:51:04 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51295",
"html_url": "https://github.com/facebook/react-native/pull/51295",
"diff_url": "https://github.com/facebook/react-native/pull/51295.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51295.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
This PR replaces non-existent `BindingsInstaller` with `BindingsInstallerHol... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51295/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51295/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51294 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51294/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51294/comments | https://api.github.com/repos/facebook/react-native/issues/51294/events | https://github.com/facebook/react-native/pull/51294 | 3,060,485,123 | PR_kwDOAbrxp86WBlKh | 51,294 | fix crash in view culling where differentiator creates create instruction for existing view | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T15:34:27 | 2025-05-13T21:12:31 | 2025-05-13T21:12:24 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51294",
"html_url": "https://github.com/facebook/react-native/pull/51294",
"diff_url": "https://github.com/facebook/react-native/pull/51294.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51294.patch",
"merged_at": null
} | Summary:
changelog: [internal]
Fix a crash where a node that is supposed to be culled doesn't get visited because culling context is not updated.
The differentiator would generate a create instruction for a view that already exists.
Stack trace for the crash:
```
* thread #1, queue = 'com.apple.main-thread', stop r... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51294/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51294/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51293 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51293/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51293/comments | https://api.github.com/repos/facebook/react-native/issues/51293/events | https://github.com/facebook/react-native/pull/51293 | 3,060,174,653 | PR_kwDOAbrxp86WAhuR | 51,293 | Fix data race in usage of ShadowTreeRevisionConsistencyManager | {
"login": "rshest",
"id": 495813,
"node_id": "MDQ6VXNlcjQ5NTgxMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/495813?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rshest",
"html_url": "https://github.com/rshest",
"followers_url": "https://api.github.com/users/rshest/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T13:54:14 | 2025-05-13T16:42:19 | 2025-05-13T16:42:07 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51293",
"html_url": "https://github.com/facebook/react-native/pull/51293",
"diff_url": "https://github.com/facebook/react-native/pull/51293.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51293.patch",
"merged_at": null
} | Summary:
# Changelog:
[Internal] -
Indirect consequence of https://github.com/facebook/react-native/pull/50484, TSAN started to detect a data race in some configurations.
It's possible to have the data race between the `ShadowTreeRevisionConsistencyManager` being set in `RuntimeScheduler` and it being already used... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51293/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51293/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51292 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51292/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51292/comments | https://api.github.com/repos/facebook/react-native/issues/51292/events | https://github.com/facebook/react-native/pull/51292 | 3,060,158,902 | PR_kwDOAbrxp86WAeUa | 51,292 | Update debugger-frontend from bc635fa...3d17e0f | {
"login": "vzaidman",
"id": 5188459,
"node_id": "MDQ6VXNlcjUxODg0NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/5188459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vzaidman",
"html_url": "https://github.com/vzaidman",
"followers_url": "https://api.github.com/users/vzaid... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T13:49:09 | 2025-05-13T14:43:03 | 2025-05-13T14:42:48 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51292",
"html_url": "https://github.com/facebook/react-native/pull/51292",
"diff_url": "https://github.com/facebook/react-native/pull/51292.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51292.patch",
"merged_at": null
} | Summary:
Changelog: [Internal] - Update `react-native/debugger-frontend` from bc635fa...3d17e0f
Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](https://github.com/facebook/react-native-devtools-frontend/compare/bc635fa428baf08a0667f89e3ee03f92c2f96416...3d17e0fd462d... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51292/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51292/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51291 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51291/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51291/comments | https://api.github.com/repos/facebook/react-native/issues/51291/events | https://github.com/facebook/react-native/pull/51291 | 3,060,129,201 | PR_kwDOAbrxp86WAX6R | 51,291 | enable enableEagerAlternateStateNodeCleanup in tests | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T13:39:29 | 2025-05-13T14:03:48 | 2025-05-13T14:03:38 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51291",
"html_url": "https://github.com/facebook/react-native/pull/51291",
"diff_url": "https://github.com/facebook/react-native/pull/51291.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51291.patch",
"merged_at": null
} | Summary:
changelog: [internal]
enable enableEagerAlternateStateNodeCleanup in tests and remove workarounds.
Reviewed By: rubennorte
Differential Revision: D74643973
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51291/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51291/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51290 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51290/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51290/comments | https://api.github.com/repos/facebook/react-native/issues/51290/events | https://github.com/facebook/react-native/issues/51290 | 3,059,956,006 | I_kwDOAbrxp862Yzkm | 51,290 | Horizontal ScrollView touchables stop responding when nested inside a sticky header (RN 0.79.2) | {
"login": "Mootzali",
"id": 89584779,
"node_id": "MDQ6VXNlcjg5NTg0Nzc5",
"avatar_url": "https://avatars.githubusercontent.com/u/89584779?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Mootzali",
"html_url": "https://github.com/Mootzali",
"followers_url": "https://api.github.com/users/Moo... | [
{
"id": 1113219655,
"node_id": "MDU6TGFiZWwxMTEzMjE5NjU1",
"url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20ScrollView",
"name": "Component: ScrollView",
"color": "fef2c0",
"default": false,
"description": ""
},
{
"id": 1794148347,
"node_id": "MD... | open | false | null | [] | null | 9 | 2025-05-13T12:45:54 | 2025-06-07T10:54:52 | null | NONE | null | null | null | null | ### Description
When you nest a horizontal `ScrollView` with touchable tabs inside a vertical `ScrollView` (or `SectionList`) that uses `stickyHeaderIndices`, the horizontal scroll still works, but the individual tab `TouchableOpacity` buttons no longer fire their `onPress` once the header becomes pinned. As soon as... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51290/reactions",
"total_count": 3,
"+1": 3,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51290/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51289 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51289/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51289/comments | https://api.github.com/repos/facebook/react-native/issues/51289/events | https://github.com/facebook/react-native/pull/51289 | 3,059,908,388 | PR_kwDOAbrxp86V_nfy | 51,289 | Fix NaN value comparison for paragraph props diffing | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T12:29:38 | 2025-05-13T14:10:32 | 2025-05-13T14:10:19 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51289",
"html_url": "https://github.com/facebook/react-native/pull/51289",
"diff_url": "https://github.com/facebook/react-native/pull/51289.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51289.patch",
"merged_at": null
} | Summary:
Because NaN is always different from NaN, these Float props were always included in the diff when set to NaN. This checks for the specific case where both the current and the prev prop value is NaN.
Changelog: [Internal]
Differential Revision: D74647582
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51289/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51289/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51288 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51288/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51288/comments | https://api.github.com/repos/facebook/react-native/issues/51288/events | https://github.com/facebook/react-native/issues/51288 | 3,059,702,086 | I_kwDOAbrxp862X1lG | 51,288 | npm run ios error | {
"login": "zhaoxm2016",
"id": 51771541,
"node_id": "MDQ6VXNlcjUxNzcxNTQx",
"avatar_url": "https://avatars.githubusercontent.com/u/51771541?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhaoxm2016",
"html_url": "https://github.com/zhaoxm2016",
"followers_url": "https://api.github.com/use... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 470324689,
"node_id": "MDU... | closed | false | null | [] | null | 5 | 2025-05-13T11:23:17 | 2025-05-14T10:39:22 | 2025-05-14T10:39:21 | NONE | null | null | null | null | ### Description
I deleted my Pods directory, then ran pod install and npm run ios, but I got an error.
### Steps to reproduce
The project was running fine at first. I deleted the Pods directory and then ran pod install again. After that, when I tried to run the project in Xcode, I got compilation errors.
### React ... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51288/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51288/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51287 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51287/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51287/comments | https://api.github.com/repos/facebook/react-native/issues/51287/events | https://github.com/facebook/react-native/issues/51287 | 3,059,684,302 | I_kwDOAbrxp862XxPO | 51,287 | React Native IOS build failed Fmt | {
"login": "codewithumarrr",
"id": 94783559,
"node_id": "U_kgDOBaZIRw",
"avatar_url": "https://avatars.githubusercontent.com/u/94783559?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/codewithumarrr",
"html_url": "https://github.com/codewithumarrr",
"followers_url": "https://api.github.com... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 1794148631,
"node_id": "MD... | closed | false | null | [] | null | 3 | 2025-05-13T11:16:53 | 2025-05-13T11:17:23 | 2025-05-13T11:17:11 | NONE | null | null | null | null | ### Description
I am not sure, why all of sudden, the IOS build started to fail.
Failed to archive /Users/builder/clone/ios/Demo.xcworkspace. The following build commands failed:
CompileC /Users/builder/Library/Developer/Xcode/DerivedData/Demo-cifjyjfpvyoytceociyfprecerej/Build/Intermediates.noindex/ArchiveInterme... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51287/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51287/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51286 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51286/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51286/comments | https://api.github.com/repos/facebook/react-native/issues/51286/events | https://github.com/facebook/react-native/pull/51286 | 3,059,622,845 | PR_kwDOAbrxp86V-oBm | 51,286 | Remove the "Newer Patch Available" logic from @react-native-bot | {
"login": "cortinico",
"id": 3001957,
"node_id": "MDQ6VXNlcjMwMDE5NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3001957?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cortinico",
"html_url": "https://github.com/cortinico",
"followers_url": "https://api.github.com/users/co... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T10:53:50 | 2025-05-13T17:42:02 | 2025-05-13T17:41:49 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51286",
"html_url": "https://github.com/facebook/react-native/pull/51286",
"diff_url": "https://github.com/facebook/react-native/pull/51286.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51286.patch",
"merged_at": null
} | Summary:
This bog action is not really useful. It's currently buggy and spams the user twice + we agreed it provide little value for the user.
Therefore we're removing this message for the time being.
Changelog:
[Internal] [Changed] -
Differential Revision: D74645716
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51286/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51286/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51285 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51285/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51285/comments | https://api.github.com/repos/facebook/react-native/issues/51285/events | https://github.com/facebook/react-native/pull/51285 | 3,059,249,299 | PR_kwDOAbrxp86V9WIu | 51,285 | Align ImageStyle overflow prop type and compose function type | {
"login": "coado",
"id": 64146291,
"node_id": "MDQ6VXNlcjY0MTQ2Mjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/64146291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coado",
"html_url": "https://github.com/coado",
"followers_url": "https://api.github.com/users/coado/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-13T08:44:12 | 2025-05-19T15:41:28 | 2025-05-14T14:47:12 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51285",
"html_url": "https://github.com/facebook/react-native/pull/51285",
"diff_url": "https://github.com/facebook/react-native/pull/51285.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51285.patch",
"merged_at": null
} | Summary:
The `composeStyles` function should correctly determine the type of the input styles (`ViewStyle`, `ImageStyle`, `TextStyle`) base on the output type:
```ts
const combinedStyle8: StyleProp<ImageStyle> = StyleSheet.compose(
// ts-expect-error
composeTextStyle,
composeTextStyle,
);
```
This diff adds gen... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51285/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51285/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51284 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51284/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51284/comments | https://api.github.com/repos/facebook/react-native/issues/51284/events | https://github.com/facebook/react-native/pull/51284 | 3,059,242,571 | PR_kwDOAbrxp86V9Up9 | 51,284 | [iOS][prebuild] fixed defines in package.swift | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-13T08:41:59 | 2025-05-20T11:37:56 | 2025-05-20T11:37:36 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51284",
"html_url": "https://github.com/facebook/react-native/pull/51284",
"diff_url": "https://github.com/facebook/react-native/pull/51284.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51284.patch",
"merged_at": null
} | ## Summary:
Our Cocoapods config has a list of defines that are used mostly when setting up pods:
- RCT_FABRIC_ENABLED
- USE_HERMES
- RCT_AGGREGATE_PRIVACY_FILES
- RCT_NEW_ARCH_ENABLED
- APP_PATH
- REACT_NATIVE_PATH
- RCT_SKIP_CODEGEN
- SWIFT_ACTIVE_COMPILATION_CONDITIONS
- USE_FRAMEWORKS
- USE_THIRD_PAR... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51284/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51284/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51283 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51283/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51283/comments | https://api.github.com/repos/facebook/react-native/issues/51283/events | https://github.com/facebook/react-native/pull/51283 | 3,059,135,392 | PR_kwDOAbrxp86V89hG | 51,283 | [iOS][prebuild] fixed build type when downloading hermes artifacts | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-13T08:02:28 | 2025-05-20T11:38:02 | 2025-05-20T11:37:36 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51283",
"html_url": "https://github.com/facebook/react-native/pull/51283",
"diff_url": "https://github.com/facebook/react-native/pull/51283.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51283.patch",
"merged_at": null
} | ## Summary:
Hermes build-type was hardcoded to 'release' in the previous version of the prebuild scripts.
This commit fixes this so that we can provide a build-type for hermes when downloading prebuilt tarballs.
- Cleaned up parameters in hermes.js
- Updated with buildType parameter when suitable
- Fixed som... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51283/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51283/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51282 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51282/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51282/comments | https://api.github.com/repos/facebook/react-native/issues/51282/events | https://github.com/facebook/react-native/issues/51282 | 3,059,021,596 | I_kwDOAbrxp862VPcc | 51,282 | enableBridgelessArchitecture FeatureFlag must be set to start ReactNative. 0.77.2 ANDROİD | {
"login": "batuctn",
"id": 96943978,
"node_id": "U_kgDOBcc_ag",
"avatar_url": "https://avatars.githubusercontent.com/u/96943978?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/batuctn",
"html_url": "https://github.com/batuctn",
"followers_url": "https://api.github.com/users/batuctn/follow... | [
{
"id": 718241807,
"node_id": "MDU6TGFiZWw3MTgyNDE4MDc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Stale",
"name": "Stale",
"color": "e99695",
"default": false,
"description": "There has been a lack of activity on this issue and it may be closed soon."
},
{
... | open | false | null | [] | null | 2 | 2025-05-13T07:19:15 | 2025-06-08T05:01:08 | null | NONE | null | null | null | null | ### Description
Hello everyone,
I encountered this issue while upgrading React Native from version 0.76.7 to 0.77.2.
[Upgrade Helper link](https://react-native-community.github.io/upgrade-helper/?from=0.76.7&to=0.77.2)
On iOS, everything works correctly — the app builds successfully and I can log in without any issu... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51282/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51282/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51281 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51281/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51281/comments | https://api.github.com/repos/facebook/react-native/issues/51281/events | https://github.com/facebook/react-native/issues/51281 | 3,058,866,621 | I_kwDOAbrxp862Upm9 | 51,281 | L | {
"login": "weinixuehao",
"id": 17869361,
"node_id": "MDQ6VXNlcjE3ODY5MzYx",
"avatar_url": "https://avatars.githubusercontent.com/u/17869361?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/weinixuehao",
"html_url": "https://github.com/weinixuehao",
"followers_url": "https://api.github.com/... | [
{
"id": 1794148631,
"node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback",
"name": "Needs: Author Feedback",
"color": "d4c5f9",
"default": false,
"description": ""
},
{
"id": 1794376073,
"node_id":... | closed | false | null | [] | null | 1 | 2025-05-13T06:07:59 | 2025-05-13T08:11:02 | 2025-05-13T08:11:02 | NONE | null | null | null | null | null | {
"login": "weinixuehao",
"id": 17869361,
"node_id": "MDQ6VXNlcjE3ODY5MzYx",
"avatar_url": "https://avatars.githubusercontent.com/u/17869361?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/weinixuehao",
"html_url": "https://github.com/weinixuehao",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51281/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51281/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51280 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51280/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51280/comments | https://api.github.com/repos/facebook/react-native/issues/51280/events | https://github.com/facebook/react-native/issues/51280 | 3,058,792,719 | I_kwDOAbrxp862UXkP | 51,280 | Migration from RN 0.72.10 to 0.78.0 throws Error as "React not found" in AppDelegate.swift | {
"login": "Brad19",
"id": 10935246,
"node_id": "MDQ6VXNlcjEwOTM1MjQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/10935246?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Brad19",
"html_url": "https://github.com/Brad19",
"followers_url": "https://api.github.com/users/Brad19/fo... | [
{
"id": 1794376073,
"node_id": "MDU6TGFiZWwxNzk0Mzc2MDcz",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Repro",
"name": "Needs: Repro",
"color": "d4c5f9",
"default": false,
"description": "This issue could be improved with a clear list of steps to reproduce ... | closed | false | null | [] | null | 7 | 2025-05-13T05:21:26 | 2025-06-04T09:15:55 | 2025-05-14T06:55:06 | NONE | null | null | null | null | ### Description
I've been having my react native project working well with the version RN 0.72.10 with Apple M2 ios 14.5 version. And due to mandatory updates from apple to move to ios sdk 18, I'm forced to update the RN as well. Also I've got to change my laptop to M4 macbook pro and using the Xcode 16.2.
When i ... | {
"login": "Brad19",
"id": 10935246,
"node_id": "MDQ6VXNlcjEwOTM1MjQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/10935246?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Brad19",
"html_url": "https://github.com/Brad19",
"followers_url": "https://api.github.com/users/Brad19/fo... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51280/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51280/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51279 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51279/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51279/comments | https://api.github.com/repos/facebook/react-native/issues/51279/events | https://github.com/facebook/react-native/issues/51279 | 3,058,730,498 | I_kwDOAbrxp862UIYC | 51,279 | [iOS] TextInput onChangeText and onSelectionChange fire in unexpected order on first character input with multiline mode | {
"login": "SeekingLight233",
"id": 44890048,
"node_id": "MDQ6VXNlcjQ0ODkwMDQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/44890048?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeekingLight233",
"html_url": "https://github.com/SeekingLight233",
"followers_url": "https://api... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 869668024,
"node_id": "MDU... | closed | false | null | [] | null | 3 | 2025-05-13T04:31:57 | 2025-05-13T05:02:01 | 2025-05-13T04:35:12 | NONE | null | null | null | null | ### Description
## Version
React Native 0.76.9
## Platforms
iOS
## Is this a new architecture issue?
No (Old Architecture)
## Steps to reproduce
1. Using the Old Architecture in iOS project.
2. Use the following TextInput component:
``` tsx
<TextInput
style={{
width: '100%',
... | {
"login": "SeekingLight233",
"id": 44890048,
"node_id": "MDQ6VXNlcjQ0ODkwMDQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/44890048?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeekingLight233",
"html_url": "https://github.com/SeekingLight233",
"followers_url": "https://api... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51279/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51279/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51278 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51278/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51278/comments | https://api.github.com/repos/facebook/react-native/issues/51278/events | https://github.com/facebook/react-native/pull/51278 | 3,058,505,463 | PR_kwDOAbrxp86V63GP | 51,278 | Deploy 0.270.0 to xplat | {
"login": "pieterv",
"id": 438482,
"node_id": "MDQ6VXNlcjQzODQ4Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/438482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pieterv",
"html_url": "https://github.com/pieterv",
"followers_url": "https://api.github.com/users/pieterv/fo... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-13T01:15:36 | 2025-05-13T02:43:02 | 2025-05-13T02:42:52 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51278",
"html_url": "https://github.com/facebook/react-native/pull/51278",
"diff_url": "https://github.com/facebook/react-native/pull/51278.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51278.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Reviewed By: SamChou19815
Differential Revision: D74622474
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51278/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51278/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51277 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51277/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51277/comments | https://api.github.com/repos/facebook/react-native/issues/51277/events | https://github.com/facebook/react-native/pull/51277 | 3,058,435,113 | PR_kwDOAbrxp86V6oUJ | 51,277 | Fix numberOfLines prop diffing for Paragraph component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-13T00:07:36 | 2025-05-13T12:31:05 | 2025-05-13T12:30:37 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51277",
"html_url": "https://github.com/facebook/react-native/pull/51277",
"diff_url": "https://github.com/facebook/react-native/pull/51277.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51277.patch",
"merged_at": null
} | Summary:
The number of lines prop diffing was not being updated when enabling Props 2.0 and when set through the paragraph attributes. This diff fixes the typo that was causing the bug.
Changelog: [Internal]
Differential Revision: D74619497
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51277/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51277/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51276 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51276/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51276/comments | https://api.github.com/repos/facebook/react-native/issues/51276/events | https://github.com/facebook/react-native/pull/51276 | 3,058,432,131 | PR_kwDOAbrxp86V6nqZ | 51,276 | Add getDiffProps for TextInput component - Android text input props | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 9 | 2025-05-13T00:05:06 | 2025-05-13T12:31:00 | 2025-05-13T12:30:37 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51276",
"html_url": "https://github.com/facebook/react-native/pull/51276",
"diff_url": "https://github.com/facebook/react-native/pull/51276.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51276.patch",
"merged_at": null
} | Summary:
This diff adds the Android specific props to the `getDiffProps` implementation and enables `TextInput` components for Props 2.0 use in the Fabric mounting manager
Changelog: [Internal]
Differential Revision: D74610303
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51276/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51276/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51275 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51275/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51275/comments | https://api.github.com/repos/facebook/react-native/issues/51275/events | https://github.com/facebook/react-native/pull/51275 | 3,058,430,834 | PR_kwDOAbrxp86V6nZP | 51,275 | Add getDiffProps for TextInput component - base text input props | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-13T00:03:57 | 2025-05-13T12:30:52 | 2025-05-13T12:30:36 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51275",
"html_url": "https://github.com/facebook/react-native/pull/51275",
"diff_url": "https://github.com/facebook/react-native/pull/51275.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51275.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74610301
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51275/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51275/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51274 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51274/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51274/comments | https://api.github.com/repos/facebook/react-native/issues/51274/events | https://github.com/facebook/react-native/pull/51274 | 3,058,429,682 | PR_kwDOAbrxp86V6nKb | 51,274 | Add getDiffProps for TextInput component - paragraph attributes | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-13T00:03:00 | 2025-05-13T12:30:49 | 2025-05-13T12:30:35 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51274",
"html_url": "https://github.com/facebook/react-native/pull/51274",
"diff_url": "https://github.com/facebook/react-native/pull/51274.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51274.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74610302
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51274/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51274/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51273 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51273/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51273/comments | https://api.github.com/repos/facebook/react-native/issues/51273/events | https://github.com/facebook/react-native/pull/51273 | 3,058,231,239 | PR_kwDOAbrxp86V5786 | 51,273 | Reland: Migrate `PromiseImpl` to Kotlin | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-12T21:44:00 | 2025-05-27T15:34:53 | 2025-05-27T12:57:19 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51273",
"html_url": "https://github.com/facebook/react-native/pull/51273",
"diff_url": "https://github.com/facebook/react-native/pull/51273.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51273.patch",
"merged_at": null
} | ## Summary:
Reland of https://github.com/facebook/react-native/pull/51241, which had to be reverted due to a crash.
Migrate com.facebook.react.bridge.PromiseImpl to Kotlin.
In this diff, nothing has changed yet as from the original PR. Awaiting for next steps to apply new changes https://github.com/facebook/re... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51273/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51273/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51272 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51272/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51272/comments | https://api.github.com/repos/facebook/react-native/issues/51272/events | https://github.com/facebook/react-native/pull/51272 | 3,058,200,452 | PR_kwDOAbrxp86V51HN | 51,272 | Suppress unused androidx.core.content.res.use warning | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-12T21:30:54 | 2025-05-13T15:06:22 | 2025-05-13T15:06:11 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51272",
"html_url": "https://github.com/facebook/react-native/pull/51272",
"diff_url": "https://github.com/facebook/react-native/pull/51272.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51272.patch",
"merged_at": null
} | ## Summary:
Follow up from https://github.com/facebook/react-native/pull/51170, static code analysis shows androidx.core.content.res.use as unused, it looked pretty harmless to remove it as there was no context about its usage, but it caused some crashes.
I'm suppressing the warning here, plus adding an explanati... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51272/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51272/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51271 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51271/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51271/comments | https://api.github.com/repos/facebook/react-native/issues/51271/events | https://github.com/facebook/react-native/pull/51271 | 3,058,131,892 | PR_kwDOAbrxp86V5ltq | 51,271 | RN: Enable Hermes GC on Memory Pressure Warning (iOS) | {
"login": "yungsters",
"id": 55161,
"node_id": "MDQ6VXNlcjU1MTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/55161?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yungsters",
"html_url": "https://github.com/yungsters",
"followers_url": "https://api.github.com/users/yungsters/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-12T21:01:31 | 2025-05-13T03:26:31 | 2025-05-13T03:26:20 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51271",
"html_url": "https://github.com/facebook/react-native/pull/51271",
"diff_url": "https://github.com/facebook/react-native/pull/51271.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51271.patch",
"merged_at": null
} | Summary:
Deletes the feature flag that was gating the new logic to invoke Hermes GC when iOS emits a memory pressure warning.
Changelog:
[iOS][Changed] - Hermes GC is now triggered in response to iOS memory pressure warning.
Reviewed By: fkgozali
Differential Revision: D74605206
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51271/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51271/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51270 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51270/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51270/comments | https://api.github.com/repos/facebook/react-native/issues/51270/events | https://github.com/facebook/react-native/pull/51270 | 3,058,006,589 | PR_kwDOAbrxp86V5Kn3 | 51,270 | Fix string comparison when self has accessibility order reference | {
"login": "joevilches",
"id": 17124862,
"node_id": "MDQ6VXNlcjE3MTI0ODYy",
"avatar_url": "https://avatars.githubusercontent.com/u/17124862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joevilches",
"html_url": "https://github.com/joevilches",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-12T20:09:08 | 2025-05-12T22:12:39 | 2025-05-12T22:12:24 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51270",
"html_url": "https://github.com/facebook/react-native/pull/51270",
"diff_url": "https://github.com/facebook/react-native/pull/51270.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51270.patch",
"merged_at": null
} | Summary:
I was informed that we could not reference ourselves with accessibility order when using `useID`. The reason for that ended up being because of this if statement which uses `==`. Note this worked with a normal string like `"foo"` but `useID` has ids like `"<<r0>>"` so I imagine the < and > made this break.
Ch... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51270/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51270/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51269 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51269/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51269/comments | https://api.github.com/repos/facebook/react-native/issues/51269/events | https://github.com/facebook/react-native/pull/51269 | 3,057,887,111 | PR_kwDOAbrxp86V4wr1 | 51,269 | Add E2E test for FabricInteropLayer | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-12T19:10:25 | 2025-05-14T17:15:44 | 2025-05-14T17:15:23 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51269",
"html_url": "https://github.com/facebook/react-native/pull/51269",
"diff_url": "https://github.com/facebook/react-native/pull/51269.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51269.patch",
"merged_at": null
} | Summary:
This adds an E2E Tests for the fabric interop layer in RNTester, so we can make sure that we don't break the mechanism to add children after the view is rendered
## Changelog:
[Internal] - Add E2E test for FabricInteropLayer
Differential Revision: D74590458
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51269/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51269/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51268 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51268/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51268/comments | https://api.github.com/repos/facebook/react-native/issues/51268/events | https://github.com/facebook/react-native/pull/51268 | 3,057,865,612 | PR_kwDOAbrxp86V4r93 | 51,268 | Improve ReadableMap DSL | {
"login": "tomscallon",
"id": 5695960,
"node_id": "MDQ6VXNlcjU2OTU5NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5695960?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tomscallon",
"html_url": "https://github.com/tomscallon",
"followers_url": "https://api.github.com/users... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-12T19:00:28 | 2025-05-13T18:14:55 | 2025-05-13T18:14:34 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51268",
"html_url": "https://github.com/facebook/react-native/pull/51268",
"diff_url": "https://github.com/facebook/react-native/pull/51268.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51268.patch",
"merged_at": null
} | Summary:
Love the Kotlin builders! But I was unable to use them in D74438597 because I wanted to put an already-built map in the builder.
Fix a couple things:
1. Documentation was for Array, not Map
2. `putMap` had no easy way to include an already-built map
## Changelog:
[Android] [Added] - Update `buildReadabl... | {
"login": "tomscallon",
"id": 5695960,
"node_id": "MDQ6VXNlcjU2OTU5NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/5695960?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tomscallon",
"html_url": "https://github.com/tomscallon",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51268/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51268/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51267 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51267/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51267/comments | https://api.github.com/repos/facebook/react-native/issues/51267/events | https://github.com/facebook/react-native/pull/51267 | 3,057,770,711 | PR_kwDOAbrxp86V4XZc | 51,267 | Expose ShadowNodeFamily to RawEvent | {
"login": "vincentriemer",
"id": 1398555,
"node_id": "MDQ6VXNlcjEzOTg1NTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1398555?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vincentriemer",
"html_url": "https://github.com/vincentriemer",
"followers_url": "https://api.github.... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-12T18:19:31 | 2025-05-13T18:26:30 | 2025-05-13T18:26:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51267",
"html_url": "https://github.com/facebook/react-native/pull/51267",
"diff_url": "https://github.com/facebook/react-native/pull/51267.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51267.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
This diff exposes the corresponding target ShadowNodeFamily to a RawEvent through a weak pointer. This is necessary for the upcoming move of pointer event interception from the JS to main thread.
Differential Revision: D74500630
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51267/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51267/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51266 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51266/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51266/comments | https://api.github.com/repos/facebook/react-native/issues/51266/events | https://github.com/facebook/react-native/pull/51266 | 3,057,677,130 | PR_kwDOAbrxp86V4DfK | 51,266 | [RN][Changelog] Add changelog for v0.80.0-rc.1 | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-12T17:39:47 | 2025-05-13T10:56:12 | 2025-05-13T10:56:03 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51266",
"html_url": "https://github.com/facebook/react-native/pull/51266",
"diff_url": "https://github.com/facebook/react-native/pull/51266.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51266.patch",
"merged_at": null
} |
## Summary
Add Changelog for 0.80.0-rc.1
## Changelog:
[Internal] - Add Changelog for 0.80.0-rc.1
## Test Plan:
N/A | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51266/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51266/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51265 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51265/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51265/comments | https://api.github.com/repos/facebook/react-native/issues/51265/events | https://github.com/facebook/react-native/pull/51265 | 3,057,675,910 | PR_kwDOAbrxp86V4DOe | 51,265 | Add RCTJermesInstance | {
"login": "lavenzg",
"id": 22123582,
"node_id": "MDQ6VXNlcjIyMTIzNTgy",
"avatar_url": "https://avatars.githubusercontent.com/u/22123582?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lavenzg",
"html_url": "https://github.com/lavenzg",
"followers_url": "https://api.github.com/users/lavenz... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-12T17:39:11 | 2025-05-21T10:21:53 | 2025-05-21T10:21:53 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51265",
"html_url": "https://github.com/facebook/react-native/pull/51265",
"diff_url": "https://github.com/facebook/react-native/pull/51265.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51265.patch",
"merged_at": null
} | Summary:
Add `RCTJermesInstance` that uses `JermesInstance`. This will only be included in the target `runtime-platform` on iOS when `react_native.enable_hermes_experimental=True` is passed.
Changelog: [Internal]
Differential Revision: D74339977
| {
"login": "javache",
"id": 5676,
"node_id": "MDQ6VXNlcjU2NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/javache",
"html_url": "https://github.com/javache",
"followers_url": "https://api.github.com/users/javache/followers"... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51265/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51265/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51264 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51264/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51264/comments | https://api.github.com/repos/facebook/react-native/issues/51264/events | https://github.com/facebook/react-native/pull/51264 | 3,057,380,205 | PR_kwDOAbrxp86V3DkL | 51,264 | Remove native animation fabric sync in JS and infinite animation loop workaround | {
"login": "zeyap",
"id": 11704179,
"node_id": "MDQ6VXNlcjExNzA0MTc5",
"avatar_url": "https://avatars.githubusercontent.com/u/11704179?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zeyap",
"html_url": "https://github.com/zeyap",
"followers_url": "https://api.github.com/users/zeyap/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 8 | 2025-05-12T15:34:37 | 2025-05-21T04:02:36 | 2025-05-14T18:34:39 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51264",
"html_url": "https://github.com/facebook/react-native/pull/51264",
"diff_url": "https://github.com/facebook/react-native/pull/51264.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51264.patch",
"merged_at": null
} | Summary:
## Changelog:
[General] [Changed] - Remove native animation fabric sync in JS and infinite animation loop workaround, when cxxNativeAnimated is enabled
when cxxNativeAnimated is enabled, we'll sync native animation props back to Fabric in native, when that happens we can remove the code in JS for same purpos... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51264/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51264/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51263 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51263/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51263/comments | https://api.github.com/repos/facebook/react-native/issues/51263/events | https://github.com/facebook/react-native/issues/51263 | 3,057,349,434 | I_kwDOAbrxp862O3M6 | 51,263 | Exception thrown while executing UI block: [RCTView setSheetLargesUndimmedDetent:]:unrecognized selector sent to instance 0x166b87640 | {
"login": "UjwalSujith",
"id": 83998398,
"node_id": "MDQ6VXNlcjgzOTk4Mzk4",
"avatar_url": "https://avatars.githubusercontent.com/u/83998398?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/UjwalSujith",
"html_url": "https://github.com/UjwalSujith",
"followers_url": "https://api.github.com/... | [
{
"id": 1794376073,
"node_id": "MDU6TGFiZWwxNzk0Mzc2MDcz",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Repro",
"name": "Needs: Repro",
"color": "d4c5f9",
"default": false,
"description": "This issue could be improved with a clear list of steps to reproduce ... | closed | false | null | [] | null | 5 | 2025-05-12T15:24:24 | 2025-05-13T17:14:31 | 2025-05-13T17:14:30 | NONE | null | null | null | null | ### Description
I am facing the same issue while upgrading the react -native version from 0.66 to 0.78
I have deleted the .h and .mm files and made only .swift file.
```swift
import UIKit
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(
_ application: UIApplicati... | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51263/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51263/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51262 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51262/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51262/comments | https://api.github.com/repos/facebook/react-native/issues/51262/events | https://github.com/facebook/react-native/pull/51262 | 3,057,185,022 | PR_kwDOAbrxp86V2ZB- | 51,262 | Kotlinify ViewManagerRegistry | {
"login": "fabriziocucci",
"id": 8156463,
"node_id": "MDQ6VXNlcjgxNTY0NjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/8156463?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fabriziocucci",
"html_url": "https://github.com/fabriziocucci",
"followers_url": "https://api.github.... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-12T14:29:31 | 2025-05-12T20:53:38 | 2025-05-12T20:53:30 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51262",
"html_url": "https://github.com/facebook/react-native/pull/51262",
"diff_url": "https://github.com/facebook/react-native/pull/51262.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51262.patch",
"merged_at": null
} | Summary:
As per title.
Changelog: [Internal]
Reviewed By: cortinico
Differential Revision: D74571782
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51262/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51262/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51261 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51261/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51261/comments | https://api.github.com/repos/facebook/react-native/issues/51261/events | https://github.com/facebook/react-native/pull/51261 | 3,057,169,354 | PR_kwDOAbrxp86V2Vl9 | 51,261 | Update Metro imports to use package root exports | {
"login": "robhogan",
"id": 2590098,
"node_id": "MDQ6VXNlcjI1OTAwOTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/2590098?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/robhogan",
"html_url": "https://github.com/robhogan",
"followers_url": "https://api.github.com/users/robho... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-12T14:24:30 | 2025-05-26T11:58:04 | 2025-05-26T11:57:55 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51261",
"html_url": "https://github.com/facebook/react-native/pull/51261",
"diff_url": "https://github.com/facebook/react-native/pull/51261.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51261.patch",
"merged_at": null
} | Summary:
Cleanup to use the new public type / API exports from `metro` landed in Metro 0.82.3, which is RN's minimum as of D74181990 / [PR](https://github.com/facebook/react-native/pull/51122), in preference to deep imports.
Changelog: [Internal]
Differential Revision: D74141939
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51261/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51261/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51260 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51260/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51260/comments | https://api.github.com/repos/facebook/react-native/issues/51260/events | https://github.com/facebook/react-native/pull/51260 | 3,057,077,305 | PR_kwDOAbrxp86V2BWp | 51,260 | Add Example for InteropLayer on RNTester | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 8 | 2025-05-12T13:57:25 | 2025-05-14T17:15:34 | 2025-05-14T17:15:21 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51260",
"html_url": "https://github.com/facebook/react-native/pull/51260",
"diff_url": "https://github.com/facebook/react-native/pull/51260.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51260.patch",
"merged_at": null
} | Summary:
This is a preparatory change that adds an example to RNTester for the Fabric interop layer on iOS.
This example is needed to create a Jest E2E tests that will make sure that the Fabric Interop Layer can properly add views as subviews.
We discovered the bug thanks to react-native-maps.
## Changelog:
[Internal... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51260/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51260/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51259 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51259/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51259/comments | https://api.github.com/repos/facebook/react-native/issues/51259/events | https://github.com/facebook/react-native/pull/51259 | 3,056,963,767 | PR_kwDOAbrxp86V1ocr | 51,259 | Add playground benchmark | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-12T13:22:07 | 2025-05-12T15:03:12 | 2025-05-12T15:03:01 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51259",
"html_url": "https://github.com/facebook/react-native/pull/51259",
"diff_url": "https://github.com/facebook/react-native/pull/51259.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51259.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
We recently added `Playground-itest` as a quick way to test things with Fantom without committing them.
This does the same for benchmarks, so we can quickly answer questions like:
> is `key in obj` faster than `obj[key]`?
Without having to create a new benchmark manually.
Differentia... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51259/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51259/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51258 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51258/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51258/comments | https://api.github.com/repos/facebook/react-native/issues/51258/events | https://github.com/facebook/react-native/issues/51258 | 3,056,853,101 | I_kwDOAbrxp862M-Bt | 51,258 | [IOS] - Switch not render properly | {
"login": "miguelns15",
"id": 211344078,
"node_id": "U_kgDODJjazg",
"avatar_url": "https://avatars.githubusercontent.com/u/211344078?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/miguelns15",
"html_url": "https://github.com/miguelns15",
"followers_url": "https://api.github.com/users/mig... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 1113219667,
"node_id": "MD... | closed | false | null | [] | null | 2 | 2025-05-12T12:45:53 | 2025-05-13T11:24:29 | 2025-05-13T11:24:29 | NONE | null | null | null | null | ### Description
We need this on 0.77
https://github.com/facebook/react-native/commit/a802be0224f76546f6bf70fa4913c0da8691c6ff
### Steps to reproduce
We need this on 0.77
https://github.com/facebook/react-native/commit/a802be0224f76546f6bf70fa4913c0da8691c6ff
### React Native Version
0.77.2
### Affected Platform... | {
"login": "migueldaipre",
"id": 21174859,
"node_id": "MDQ6VXNlcjIxMTc0ODU5",
"avatar_url": "https://avatars.githubusercontent.com/u/21174859?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/migueldaipre",
"html_url": "https://github.com/migueldaipre",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51258/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51258/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51257 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51257/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51257/comments | https://api.github.com/repos/facebook/react-native/issues/51257/events | https://github.com/facebook/react-native/pull/51257 | 3,056,820,114 | PR_kwDOAbrxp86V1JJr | 51,257 | Handle platform objects in structuredClone | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 11 | 2025-05-12T12:35:29 | 2025-05-13T21:33:27 | 2025-05-13T21:32:44 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51257",
"html_url": "https://github.com/facebook/react-native/pull/51257",
"diff_url": "https://github.com/facebook/react-native/pull/51257.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51257.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Fixes the semantics for `structruredClone` when dealing with platform objects (cloning the supported ones and throwing exceptions for the rest).
Differential Revision: D74574857
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51257/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51257/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51256 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51256/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51256/comments | https://api.github.com/repos/facebook/react-native/issues/51256/events | https://github.com/facebook/react-native/pull/51256 | 3,056,816,133 | PR_kwDOAbrxp86V1ISI | 51,256 | Introduce concept of platform objects and serialization | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 10 | 2025-05-12T12:34:01 | 2025-05-13T21:33:20 | 2025-05-13T21:32:44 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51256",
"html_url": "https://github.com/facebook/react-native/pull/51256",
"diff_url": "https://github.com/facebook/react-native/pull/51256.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51256.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This is just in preparation for `structuredClone` handling the cloning (or not) of platform objects correctly.
It marks all existing Web platform objects in RN as such, and defines the clone method for `DOMRectReadOnly`, `DOMRect` and `DOMException`.
Differential Revision: D74574856
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51256/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51256/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51255 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51255/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51255/comments | https://api.github.com/repos/facebook/react-native/issues/51255/events | https://github.com/facebook/react-native/pull/51255 | 3,056,802,517 | PR_kwDOAbrxp86V1FVc | 51,255 | Introduce better mechanism for non-serializable built-ins in structuredClone | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 11 | 2025-05-12T12:29:20 | 2025-05-13T21:33:14 | 2025-05-13T21:32:43 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51255",
"html_url": "https://github.com/facebook/react-native/pull/51255",
"diff_url": "https://github.com/facebook/react-native/pull/51255.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51255.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Just a small refactor of how we handle non-serializable built-ins in structuredClone
Differential Revision: D74398113
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51255/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51255/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51254 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51254/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51254/comments | https://api.github.com/repos/facebook/react-native/issues/51254/events | https://github.com/facebook/react-native/pull/51254 | 3,056,791,376 | PR_kwDOAbrxp86V1C7s | 51,254 | Define HighResTimeStamp, HighResTimeDuration, HighResTimeClock | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 8 | 2025-05-12T12:25:26 | 2025-05-16T19:26:18 | 2025-05-16T19:26:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51254",
"html_url": "https://github.com/facebook/react-native/pull/51254",
"diff_url": "https://github.com/facebook/react-native/pull/51254.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51254.patch",
"merged_at": null
} | Summary:
# Changelog: [Internal]
Defines single timestamp abstraction that will be used in C++ layer of React Native core:
Key primitives include:
- `HighResTimeStamp`: A class representing a specific point in time with high precision.
- `HighResTimeDuration`: A class representing a duration of time with high precisio... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51254/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51254/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51253 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51253/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51253/comments | https://api.github.com/repos/facebook/react-native/issues/51253/events | https://github.com/facebook/react-native/pull/51253 | 3,056,791,236 | PR_kwDOAbrxp86V1C5y | 51,253 | Define Bridging protocol for HighResTimeStamp and HighResTimeDuration | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-12T12:25:23 | 2025-05-16T19:26:24 | 2025-05-16T19:26:11 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51253",
"html_url": "https://github.com/facebook/react-native/pull/51253",
"diff_url": "https://github.com/facebook/react-native/pull/51253.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51253.patch",
"merged_at": null
} | Summary:
# Changelog: [Internal]
Defines bridging template for `HighResTimeStamp` and `HighResTimeDuration`.
When these values are passed to JavaScript over bridge, they will be converted to [`DOMHighResTimeStamp`](https://developer.mozilla.org/en-US/docs/Web/API/DOMHighResTimeStamp).
Also the other way around, when... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51253/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51253/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51252 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51252/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51252/comments | https://api.github.com/repos/facebook/react-native/issues/51252/events | https://github.com/facebook/react-native/pull/51252 | 3,056,789,901 | PR_kwDOAbrxp86V1Cnf | 51,252 | Use std::optional instead of stub constexpr value for unset event start | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-12T12:24:53 | 2025-05-16T19:26:35 | 2025-05-16T19:26:12 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51252",
"html_url": "https://github.com/facebook/react-native/pull/51252",
"diff_url": "https://github.com/facebook/react-native/pull/51252.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51252.patch",
"merged_at": null
} | Summary:
# Changelog: [Internal]
Removes usage of `DOM_HIGH_RES_TIME_STAMP_UNSET` stub contstexpr.
Instead, all events that were using it will now declare timestamps as optional. This is the pre-requisite before migrating these raw `double` values to `HighResTimeStamp`.
Differential Revision: D74248998
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51252/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51252/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51251 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51251/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51251/comments | https://api.github.com/repos/facebook/react-native/issues/51251/events | https://github.com/facebook/react-native/pull/51251 | 3,056,789,614 | PR_kwDOAbrxp86V1Cje | 51,251 | Replace RuntimeSchedulerClock with HighResTimeClock | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-12T12:24:47 | 2025-05-16T19:26:29 | 2025-05-16T19:26:12 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51251",
"html_url": "https://github.com/facebook/react-native/pull/51251",
"diff_url": "https://github.com/facebook/react-native/pull/51251.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51251.patch",
"merged_at": null
} | Summary:
# Changelog: [Internal]
Replaces `RuntimeSchedulerClock`, which was an alias for `std::chrono::steady_clock` with previously defined single timestamp abstraction.
Differential Revision: D74246459
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51251/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51251/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51250 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51250/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51250/comments | https://api.github.com/repos/facebook/react-native/issues/51250/events | https://github.com/facebook/react-native/pull/51250 | 3,056,752,745 | PR_kwDOAbrxp86V06ZT | 51,250 | Optimize structuredClone | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 12 | 2025-05-12T12:12:39 | 2025-05-13T21:33:08 | 2025-05-13T21:32:42 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51250",
"html_url": "https://github.com/facebook/react-native/pull/51250",
"diff_url": "https://github.com/facebook/react-native/pull/51250.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51250.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Optimizes the implementation of `structuredClone`.
Before:
| (index) | Task name | Latency average (ns) | Latency median (ns) | Throughput average (ops/s) | Throughput median (ops/s) | Samples |
| ------- | ------------------------ | -------------------- | ---------------... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51250/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51250/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51249 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51249/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51249/comments | https://api.github.com/repos/facebook/react-native/issues/51249/events | https://github.com/facebook/react-native/pull/51249 | 3,056,752,028 | PR_kwDOAbrxp86V06PP | 51,249 | Add benchmark for structuredClone | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 12 | 2025-05-12T12:12:24 | 2025-05-13T21:33:02 | 2025-05-13T21:32:41 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51249",
"html_url": "https://github.com/facebook/react-native/pull/51249",
"diff_url": "https://github.com/facebook/react-native/pull/51249.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51249.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This adds a basic benchmark for `structuredClone`, so we can optimize it in the following diff.
Baseline:
| (index) | Task name | Latency average (ns) | Latency median (ns) | Throughput average (ops/s) | Throughput median (ops/s) | Samples |
| ------- | -----------------... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51249/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51249/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51248 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51248/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51248/comments | https://api.github.com/repos/facebook/react-native/issues/51248/events | https://github.com/facebook/react-native/pull/51248 | 3,056,733,146 | PR_kwDOAbrxp86V02HP | 51,248 | Basic implementation of structuredClone | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 11 | 2025-05-12T12:05:24 | 2025-05-13T21:32:55 | 2025-05-13T21:32:41 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51248",
"html_url": "https://github.com/facebook/react-native/pull/51248",
"diff_url": "https://github.com/facebook/react-native/pull/51248.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51248.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This implements an initial version of `structuredClone`, but only to be used internally (not exposed as a global yet).
The goal is to use this implementation to fix the semantics of the `detail` field in performance entries, which is meant to be cloned.
Differential Revision: D71407320... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51248/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/facebook/react-native/issues/51248/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51247 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51247/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51247/comments | https://api.github.com/repos/facebook/react-native/issues/51247/events | https://github.com/facebook/react-native/pull/51247 | 3,056,727,211 | PR_kwDOAbrxp86V0007 | 51,247 | Implement DOMException | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 10 | 2025-05-12T12:03:12 | 2025-05-13T21:32:48 | 2025-05-13T21:32:40 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51247",
"html_url": "https://github.com/facebook/react-native/pull/51247",
"diff_url": "https://github.com/facebook/react-native/pull/51247.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51247.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This implements an initial version of `DOMException`, but only to be used internally (not exposed as a global yet).
The goal is to make this available to `structuredClone`, which will be added after this.
Differential Revision: D71407318
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51247/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51247/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51246 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51246/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51246/comments | https://api.github.com/repos/facebook/react-native/issues/51246/events | https://github.com/facebook/react-native/pull/51246 | 3,056,443,583 | PR_kwDOAbrxp86Vz2dd | 51,246 | Fix generated types in @react-native/virtualized-lists being used without opt-in | {
"login": "j-piasecki",
"id": 21055725,
"node_id": "MDQ6VXNlcjIxMDU1NzI1",
"avatar_url": "https://avatars.githubusercontent.com/u/21055725?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/j-piasecki",
"html_url": "https://github.com/j-piasecki",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-12T10:15:30 | 2025-05-12T13:35:04 | 2025-05-12T11:58:50 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51246",
"html_url": "https://github.com/facebook/react-native/pull/51246",
"diff_url": "https://github.com/facebook/react-native/pull/51246.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51246.patch",
"merged_at": null
} | Summary:
Changelog: [General][Fixed] Fix generated types in react-native/virtualized-lists being used without opt-in
D71969602 introduces `exports` field to `package.json` files in `react-native` and `virtualized-lists`. In that diff, the `types` in `virtualized-lists` by default pointed to the new generated types ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51246/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51246/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51245 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51245/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51245/comments | https://api.github.com/repos/facebook/react-native/issues/51245/events | https://github.com/facebook/react-native/pull/51245 | 3,056,424,512 | PR_kwDOAbrxp86VzyLo | 51,245 | add test for BaseTextProps.writingDirection | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-12T10:10:03 | 2025-05-12T13:17:56 | 2025-05-12T13:17:44 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51245",
"html_url": "https://github.com/facebook/react-native/pull/51245",
"diff_url": "https://github.com/facebook/react-native/pull/51245.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51245.patch",
"merged_at": null
} | Summary:
changelog: [internal]
Add test to prevent https://github.com/facebook/react-native/issues/51235 from happening in the future.
Reviewed By: cipolleschi, rubennorte
Differential Revision: D74571453
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51245/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51245/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51244 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51244/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51244/comments | https://api.github.com/repos/facebook/react-native/issues/51244/events | https://github.com/facebook/react-native/issues/51244 | 3,056,332,272 | I_kwDOAbrxp862K-3w | 51,244 | FlatList types broken in 0.80-rc.0 | {
"login": "tjzel",
"id": 40713406,
"node_id": "MDQ6VXNlcjQwNzEzNDA2",
"avatar_url": "https://avatars.githubusercontent.com/u/40713406?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tjzel",
"html_url": "https://github.com/tjzel",
"followers_url": "https://api.github.com/users/tjzel/follow... | [
{
"id": 1113225538,
"node_id": "MDU6TGFiZWwxMTEzMjI1NTM4",
"url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20FlatList",
"name": "Component: FlatList",
"color": "fef2c0",
"default": false,
"description": ""
},
{
"id": 1215208045,
"node_id": "MDU6TG... | closed | false | {
"login": "huntie",
"id": 2547783,
"node_id": "MDQ6VXNlcjI1NDc3ODM=",
"avatar_url": "https://avatars.githubusercontent.com/u/2547783?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/huntie",
"html_url": "https://github.com/huntie",
"followers_url": "https://api.github.com/users/huntie/foll... | [
{
"login": "huntie",
"id": 2547783,
"node_id": "MDQ6VXNlcjI1NDc3ODM=",
"avatar_url": "https://avatars.githubusercontent.com/u/2547783?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/huntie",
"html_url": "https://github.com/huntie",
"followers_url": "https://api.github.c... | null | 4 | 2025-05-12T09:38:25 | 2025-05-12T12:21:35 | 2025-05-12T12:21:34 | CONTRIBUTOR | null | null | null | null | ### Description
There's a regression that makes FlatList types to be invalid - namely, style props are gone (`style`, `contentContainerStyle` etc.).
I guess this is related to the newly generated types. In 0.79.1 the type of `VirtualizedListProps` was generic:
<img width="519" alt="Image" src="https://github.com/use... | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51244/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51244/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51243 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51243/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51243/comments | https://api.github.com/repos/facebook/react-native/issues/51243/events | https://github.com/facebook/react-native/pull/51243 | 3,055,975,650 | PR_kwDOAbrxp86VyP-n | 51,243 | [ios-prebuild] cleanup logging | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-12T07:49:02 | 2025-05-20T11:37:52 | 2025-05-20T11:37:35 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51243",
"html_url": "https://github.com/facebook/react-native/pull/51243",
"diff_url": "https://github.com/facebook/react-native/pull/51243.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51243.patch",
"merged_at": null
} | ## Summary:
Cleaned up logging
- Added `prebuildLog` function to harmonize output
- Reduced output from creating headers
## Changelog:
[INTERNAL] [CHANGED] - cleaned up iOS-prebuild logging
## Test Plan:
No tests required. | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51243/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51243/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51242 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51242/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51242/comments | https://api.github.com/repos/facebook/react-native/issues/51242/events | https://github.com/facebook/react-native/pull/51242 | 3,055,193,057 | PR_kwDOAbrxp86Vvpk9 | 51,242 | Migrate `JSTouchDispatcher` to Kotlin | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-11T20:05:50 | 2025-05-13T12:13:57 | 2025-05-13T12:13:44 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51242",
"html_url": "https://github.com/facebook/react-native/pull/51242",
"diff_url": "https://github.com/facebook/react-native/pull/51242.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51242.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.uimanager.JSTouchDispatcher to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.uimanager.JSTouchDispatcher to Kotlin
## Test Plan:
```bash
yarn test-android
yarn android
``` | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51242/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51242/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51241 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51241/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51241/comments | https://api.github.com/repos/facebook/react-native/issues/51241/events | https://github.com/facebook/react-native/pull/51241 | 3,055,189,423 | PR_kwDOAbrxp86VvowZ | 51,241 | Migrate `PromiseImpl` to Kotlin | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-11T20:03:22 | 2025-05-12T17:19:44 | 2025-05-12T11:53:11 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51241",
"html_url": "https://github.com/facebook/react-native/pull/51241",
"diff_url": "https://github.com/facebook/react-native/pull/51241.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51241.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.bridge.PromiseImpl to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.bridge.PromiseImpl to Kotlin
## Test Plan:
```bash
yarn test-android
yarn android
``` | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51241/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51241/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51240 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51240/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51240/comments | https://api.github.com/repos/facebook/react-native/issues/51240/events | https://github.com/facebook/react-native/pull/51240 | 3,055,186,085 | PR_kwDOAbrxp86VvoA0 | 51,240 | Migrate `ModuleSpec` to Kotlin | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-11T20:00:38 | 2025-05-13T12:06:50 | 2025-05-13T12:06:38 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51240",
"html_url": "https://github.com/facebook/react-native/pull/51240",
"diff_url": "https://github.com/facebook/react-native/pull/51240.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51240.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.bridge.ModuleSpec to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.bridge.ModuleSpec to Kotlin
## Test Plan:
```bash
yarn test-android
yarn android
``` | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51240/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51240/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51239 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51239/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51239/comments | https://api.github.com/repos/facebook/react-native/issues/51239/events | https://github.com/facebook/react-native/issues/51239 | 3,055,157,268 | I_kwDOAbrxp862GgAU | 51,239 | Not able to install and run app in iOS simulator | {
"login": "kamlesh-jswal",
"id": 8231689,
"node_id": "MDQ6VXNlcjgyMzE2ODk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8231689?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kamlesh-jswal",
"html_url": "https://github.com/kamlesh-jswal",
"followers_url": "https://api.github.... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 470324689,
"node_id": "MDU... | closed | false | null | [] | null | 3 | 2025-05-11T19:01:35 | 2025-05-12T07:46:42 | 2025-05-12T07:46:42 | NONE | null | null | null | null | ### Description
error =YES
error export CLANG_WARN_DOCUMENTATION_COMMENTS=NO
error export CLANG_WARN_PRAGMA_PACK=YES
error export GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL=YES
error =NO
error export CLANG_WARN_DOCUMENTATION_COMMENTS\=YES
error export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER\=NO
error export GCC_WARN_IN... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51239/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51239/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51238 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51238/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51238/comments | https://api.github.com/repos/facebook/react-native/issues/51238/events | https://github.com/facebook/react-native/pull/51238 | 3,055,062,306 | PR_kwDOAbrxp86VvP0f | 51,238 | [iOS] Fabric: Fixes Text style prop 'writingDirection' not working on IOS New Architecture | {
"login": "zhongwuzw",
"id": 5061845,
"node_id": "MDQ6VXNlcjUwNjE4NDU=",
"avatar_url": "https://avatars.githubusercontent.com/u/5061845?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zhongwuzw",
"html_url": "https://github.com/zhongwuzw",
"followers_url": "https://api.github.com/users/zh... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-11T15:44:49 | 2025-05-12T11:01:07 | 2025-05-12T11:00:56 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51238",
"html_url": "https://github.com/facebook/react-native/pull/51238",
"diff_url": "https://github.com/facebook/react-native/pull/51238.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51238.patch",
"merged_at": null
} | ## Summary:
Fixes #51235 .
## Changelog:
[IOS] [FIXED] - Fabric: Fixes Text style prop 'writingDirection' not working on IOS New Architecture
## Test Plan:
Repro please see #51235
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51238/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51238/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51236 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51236/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51236/comments | https://api.github.com/repos/facebook/react-native/issues/51236/events | https://github.com/facebook/react-native/issues/51236 | 3,054,882,835 | I_kwDOAbrxp862FdAT | 51,236 | Gradle Build Fails: Could not find com.facebook.react:react-native-gradle-plugin:0.72.0 | {
"login": "sahara12352",
"id": 211205138,
"node_id": "U_kgDODJa8Eg",
"avatar_url": "https://avatars.githubusercontent.com/u/211205138?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sahara12352",
"html_url": "https://github.com/sahara12352",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1794148631,
"node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback",
"name": "Needs: Author Feedback",
"color": "d4c5f9",
"default": false,
"description": ""
},
{
"id": 1794376073,
"node_id":... | closed | false | null | [] | null | 3 | 2025-05-11T10:11:06 | 2025-05-11T10:11:34 | 2025-05-11T10:11:20 | NONE | null | null | null | null | ### Description
Gradle build fails with the error "Could not find com.facebook.react:react-native-gradle-plugin:0.72.0" when building the Android app with React Native 0.73.0. The dependency is specified in android/build.gradle, but Gradle cannot find it in the specified repositories (google() and mavenCentral()).
##... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51236/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51236/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51235 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51235/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51235/comments | https://api.github.com/repos/facebook/react-native/issues/51235/events | https://github.com/facebook/react-native/issues/51235 | 3,054,839,127 | I_kwDOAbrxp862FSVX | 51,235 | Text style prop 'writingDirection' not working on IOS New Architecture | {
"login": "armata99",
"id": 53018491,
"node_id": "MDQ6VXNlcjUzMDE4NDkx",
"avatar_url": "https://avatars.githubusercontent.com/u/53018491?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/armata99",
"html_url": "https://github.com/armata99",
"followers_url": "https://api.github.com/users/arm... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 542043367,
"node_id": "MDU... | closed | false | null | [] | null | 2 | 2025-05-11T08:45:57 | 2025-05-12T11:00:55 | 2025-05-12T11:00:55 | NONE | null | null | null | null | ### Description
The text style prop `writingDirection` becomes ineffective when **new architecture** is enabled on IOS. It has its normal behavior on old architecture. checkout my provided screenshots to learn more.
### Steps to reproduce
1. clone and run the provided repro on IOS simulator
2. checkout the provided ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51235/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/facebook/react-native/issues/51235/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51234 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51234/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51234/comments | https://api.github.com/repos/facebook/react-native/issues/51234/events | https://github.com/facebook/react-native/pull/51234 | 3,054,545,658 | PR_kwDOAbrxp86VtoXX | 51,234 | RN: Simplify `createAnimatedPropsHook-test.js` | {
"login": "yungsters",
"id": 55161,
"node_id": "MDQ6VXNlcjU1MTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/55161?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yungsters",
"html_url": "https://github.com/yungsters",
"followers_url": "https://api.github.com/users/yungsters/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-10T22:14:34 | 2025-05-12T16:19:16 | 2025-05-12T16:19:06 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51234",
"html_url": "https://github.com/facebook/react-native/pull/51234",
"diff_url": "https://github.com/facebook/react-native/pull/51234.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51234.patch",
"merged_at": null
} | Summary:
Since `createAnimatedPropsHook-test.js` no longer needs to override feature flags, clean up some of the extra logic.
Changelog:
[Internal]
Differential Revision: D74535116
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51234/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51234/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51233 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51233/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51233/comments | https://api.github.com/repos/facebook/react-native/issues/51233/events | https://github.com/facebook/react-native/pull/51233 | 3,054,542,550 | PR_kwDOAbrxp86VtnyO | 51,233 | RN: Migrate `VirtualView` to Feature Flags | {
"login": "yungsters",
"id": 55161,
"node_id": "MDQ6VXNlcjU1MTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/55161?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yungsters",
"html_url": "https://github.com/yungsters",
"followers_url": "https://api.github.com/users/yungsters/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-10T22:06:05 | 2025-05-11T07:35:27 | 2025-05-11T07:35:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51233",
"html_url": "https://github.com/facebook/react-native/pull/51233",
"diff_url": "https://github.com/facebook/react-native/pull/51233.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51233.patch",
"merged_at": null
} | Summary:
Migrates internal operational and experimental feature flags to React Native's feature flag system, in order to simplify integration of other infrastructure features (e.g. Fantom).
Changelog:
[Internal]
Differential Revision: D74534921
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51233/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51233/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51231 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51231/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51231/comments | https://api.github.com/repos/facebook/react-native/issues/51231/events | https://github.com/facebook/react-native/pull/51231 | 3,054,241,833 | PR_kwDOAbrxp86VsnZK | 51,231 | fix(ios): reset contentInset after centerContent changed | {
"login": "ouchuan",
"id": 15075112,
"node_id": "MDQ6VXNlcjE1MDc1MTEy",
"avatar_url": "https://avatars.githubusercontent.com/u/15075112?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ouchuan",
"html_url": "https://github.com/ouchuan",
"followers_url": "https://api.github.com/users/ouchua... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | open | false | null | [] | null | 2 | 2025-05-10T15:03:11 | 2025-06-06T08:37:24 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51231",
"html_url": "https://github.com/facebook/react-native/pull/51231",
"diff_url": "https://github.com/facebook/react-native/pull/51231.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51231.patch",
"merged_at": null
} | Reset contentInset after centerContent changed
## Summary:
Pull Request resolved: #50839
## Changelog:
[IOS] [CHANGED] - The content in ScrollView now can be centered/uncentered by changing centerContent property
## Test Plan
Tested with the following code
```javascript
const [centerContent, setCent... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51231/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51231/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51230 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51230/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51230/comments | https://api.github.com/repos/facebook/react-native/issues/51230/events | https://github.com/facebook/react-native/pull/51230 | 3,054,103,685 | PR_kwDOAbrxp86VsJcX | 51,230 | Remove react-native-exit-app from nightly testing | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-10T12:40:45 | 2025-05-12T09:42:00 | 2025-05-12T09:41:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51230",
"html_url": "https://github.com/facebook/react-native/pull/51230",
"diff_url": "https://github.com/facebook/react-native/pull/51230.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51230.patch",
"merged_at": null
} | Summary:
react-native-exit-app last commit is from 2 years ago.
Removing it as it is broken with our nightly integration
## Changelog:
[Internal] - Remove react-native-exit-app from nightly testing
Differential Revision: D74527792
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51230/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51230/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51229 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51229/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51229/comments | https://api.github.com/repos/facebook/react-native/issues/51229/events | https://github.com/facebook/react-native/pull/51229 | 3,053,871,224 | PR_kwDOAbrxp86VrXyN | 51,229 | Fixed borderBottomEndRadius on RTL | {
"login": "riteshshukla04",
"id": 75062358,
"node_id": "MDQ6VXNlcjc1MDYyMzU4",
"avatar_url": "https://avatars.githubusercontent.com/u/75062358?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/riteshshukla04",
"html_url": "https://github.com/riteshshukla04",
"followers_url": "https://api.gi... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 12 | 2025-05-10T07:49:43 | 2025-06-04T10:08:21 | 2025-05-14T10:57:26 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51229",
"html_url": "https://github.com/facebook/react-native/pull/51229",
"diff_url": "https://github.com/facebook/react-native/pull/51229.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51229.patch",
"merged_at": null
} | ## Summary:
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
Fixes https://github.com/facebook/react-native/issues/51193
## Changelog:
[ANDROID][FIXED] Wrong borderBottomEndRadius on RTL
## Test Plan:
<!-- Demonstrate the code is solid. Example: ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51229/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51229/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51228 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51228/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51228/comments | https://api.github.com/repos/facebook/react-native/issues/51228/events | https://github.com/facebook/react-native/pull/51228 | 3,053,609,935 | PR_kwDOAbrxp86VqdbI | 51,228 | writingDirection style property conversion fix. | {
"login": "vineethkuttan",
"id": 66076509,
"node_id": "MDQ6VXNlcjY2MDc2NTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/66076509?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vineethkuttan",
"html_url": "https://github.com/vineethkuttan",
"followers_url": "https://api.githu... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-10T03:21:06 | 2025-05-15T02:31:37 | 2025-05-15T02:31:37 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51228",
"html_url": "https://github.com/facebook/react-native/pull/51228",
"diff_url": "https://github.com/facebook/react-native/pull/51228.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51228.patch",
"merged_at": null
} | https://reactnative.dev/docs/text-style-props#writingdirection-ios
The prop name is writingDirection but cpp code expecting the prop name to be baseWritingDirection
## Summary:
https://github.com/facebook/react-native/blob/cda82f5dd89071caee991173f42048a7df42af5f/packages/react-native/Libraries/StyleSheet/Styl... | {
"login": "philIip",
"id": 5687023,
"node_id": "MDQ6VXNlcjU2ODcwMjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/5687023?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/philIip",
"html_url": "https://github.com/philIip",
"followers_url": "https://api.github.com/users/philIip/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51228/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51228/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51227 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51227/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51227/comments | https://api.github.com/repos/facebook/react-native/issues/51227/events | https://github.com/facebook/react-native/pull/51227 | 3,052,648,305 | PR_kwDOAbrxp86VnL6H | 51,227 | improve disconnection reasons reporting | {
"login": "vzaidman",
"id": 5188459,
"node_id": "MDQ6VXNlcjUxODg0NTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/5188459?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vzaidman",
"html_url": "https://github.com/vzaidman",
"followers_url": "https://api.github.com/users/vzaid... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-09T16:29:33 | 2025-05-13T11:42:01 | 2025-05-13T11:41:48 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51227",
"html_url": "https://github.com/facebook/react-native/pull/51227",
"diff_url": "https://github.com/facebook/react-native/pull/51227.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51227.patch",
"merged_at": null
} | Summary:
Corresponding OS PR:
https://github.com/facebook/react-native-devtools-frontend/pull/160
Improve termination dialog with the following:
* Commit 1- add a session ID, if it exists, to the feedback message.
* Commit 2- add the option to display why devtools got disconnected.
* Commit 3- add a custom message to ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51227/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51227/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51226 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51226/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51226/comments | https://api.github.com/repos/facebook/react-native/issues/51226/events | https://github.com/facebook/react-native/pull/51226 | 3,052,573,814 | PR_kwDOAbrxp86Vm8BG | 51,226 | Update Callstack description in `ECOSYSTEM.md` | {
"login": "szymonrybczak",
"id": 63900941,
"node_id": "MDQ6VXNlcjYzOTAwOTQx",
"avatar_url": "https://avatars.githubusercontent.com/u/63900941?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/szymonrybczak",
"html_url": "https://github.com/szymonrybczak",
"followers_url": "https://api.githu... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-09T15:52:25 | 2025-05-12T15:18:25 | 2025-05-12T15:18:16 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51226",
"html_url": "https://github.com/facebook/react-native/pull/51226",
"diff_url": "https://github.com/facebook/react-native/pull/51226.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51226.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
Updates Callstack's description in `ECOSYSTEM.md` file.
## Changelog:
... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51226/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51226/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51225 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51225/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51225/comments | https://api.github.com/repos/facebook/react-native/issues/51225/events | https://github.com/facebook/react-native/pull/51225 | 3,052,515,047 | PR_kwDOAbrxp86VmvcL | 51,225 | Remove any props set by default on View | {
"login": "javache",
"id": 5676,
"node_id": "MDQ6VXNlcjU2NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5676?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/javache",
"html_url": "https://github.com/javache",
"followers_url": "https://api.github.com/users/javache/followers"... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 7 | 2025-05-09T15:25:26 | 2025-05-15T16:46:05 | 2025-05-14T16:05:32 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51225",
"html_url": "https://github.com/facebook/react-native/pull/51225",
"diff_url": "https://github.com/facebook/react-native/pull/51225.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51225.patch",
"merged_at": null
} | Summary:
We process a number of props by default in View, so we can provide some amount of compatibility with web API's. The way we then pass these to React means we end up setting a number of props with 'undefined' values. These props need to be diffed, sent to native (so string keys copied via JSI) and serialized to ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51225/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51225/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51224 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51224/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51224/comments | https://api.github.com/repos/facebook/react-native/issues/51224/events | https://github.com/facebook/react-native/pull/51224 | 3,052,409,829 | PR_kwDOAbrxp86VmYMZ | 51,224 | Define precise return types for toJs conversions, instead of generic jsi::Value | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-09T14:47:37 | 2025-05-12T19:43:09 | 2025-05-12T19:42:56 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51224",
"html_url": "https://github.com/facebook/react-native/pull/51224",
"diff_url": "https://github.com/facebook/react-native/pull/51224.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51224.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
We have a bunch of places where we rely on implicit conversion operators of `jsi::Value` and return some primitive type.
This doesn't work well with Bridging, because currently it doesn't take into account these implicit operator conversions: primitives won't be treated as primitivies, ... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51224/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51224/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51223 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51223/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51223/comments | https://api.github.com/repos/facebook/react-native/issues/51223/events | https://github.com/facebook/react-native/pull/51223 | 3,052,409,789 | PR_kwDOAbrxp86VmYL2 | 51,223 | Support bridging for Class methods return types | {
"login": "hoxyq",
"id": 28902667,
"node_id": "MDQ6VXNlcjI4OTAyNjY3",
"avatar_url": "https://avatars.githubusercontent.com/u/28902667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hoxyq",
"html_url": "https://github.com/hoxyq",
"followers_url": "https://api.github.com/users/hoxyq/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-09T14:47:36 | 2025-05-12T19:43:08 | 2025-05-12T19:42:55 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51223",
"html_url": "https://github.com/facebook/react-native/pull/51223",
"diff_url": "https://github.com/facebook/react-native/pull/51223.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51223.patch",
"merged_at": null
} | Summary:
Changelog:
[General][Added] - Added support for bridging Class methods return types
Previously, this wouldn't work, unless you define your C++ implementation of the TM to have primitive return type that can be converted to JavaScript's type.
Differential Revision: D74478572
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51223/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51223/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51222 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51222/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51222/comments | https://api.github.com/repos/facebook/react-native/issues/51222/events | https://github.com/facebook/react-native/pull/51222 | 3,052,263,157 | PR_kwDOAbrxp86Vl5di | 51,222 | Fix image source size props in getDiffProps | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-09T13:56:41 | 2025-05-12T11:07:23 | 2025-05-12T11:07:00 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51222",
"html_url": "https://github.com/facebook/react-native/pull/51222",
"diff_url": "https://github.com/facebook/react-native/pull/51222.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51222.patch",
"merged_at": null
} | Summary:
The size parameters are flattened in the source object in the Android image component. This diff converts the `size` object to `width` and `height` props directly set on the source object, fixing image source setting more than one image source.
Changelog: [Internal]
Differential Revision: D74477884
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51222/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51222/timeline | null | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.