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/50114 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50114/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50114/comments | https://api.github.com/repos/facebook/react-native/issues/50114/events | https://github.com/facebook/react-native/pull/50114 | 2,929,877,113 | PR_kwDOAbrxp86PLYEI | 50,114 | Revert uikit proxies | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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-03-18T21:16:42 | 2025-04-23T14:10:31 | 2025-04-23T14:10:30 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50114",
"html_url": "https://github.com/facebook/react-native/pull/50114",
"diff_url": "https://github.com/facebook/react-native/pull/50114.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50114.patch",
"merged_at": null
} | Summary:
We will use main queue setup of native modules to solve this problem instead.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71341038
| {
"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/50114/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/50114/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50113 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50113/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50113/comments | https://api.github.com/repos/facebook/react-native/issues/50113/events | https://github.com/facebook/react-native/pull/50113 | 2,929,872,626 | PR_kwDOAbrxp86PLXEg | 50,113 | Make StatusBarManager use main queue setup | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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 | 16 | 2025-03-18T21:14:43 | 2025-05-09T08:36:11 | 2025-03-20T04:19:37 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50113",
"html_url": "https://github.com/facebook/react-native/pull/50113",
"diff_url": "https://github.com/facebook/react-native/pull/50113.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50113.patch",
"merged_at": null
} | Summary:
## Rationale
Rendering can now include main -> js sync calls.
If we allow js -> main sync calls during rendering, react native can deadlock.
So, this diff moves the js -> main sync calls to "main queue module setup", which occurs before rendering.
Changelog: [Internal]
Reviewed By: mdvacca
Differential 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/50113/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/50113/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50112 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50112/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50112/comments | https://api.github.com/repos/facebook/react-native/issues/50112/events | https://github.com/facebook/react-native/pull/50112 | 2,929,871,640 | PR_kwDOAbrxp86PLW2T | 50,112 | Make AccessibilityManager use main queue setup | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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 | 13 | 2025-03-18T21:14:17 | 2025-03-20T04:20:02 | 2025-03-20T04:19:37 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50112",
"html_url": "https://github.com/facebook/react-native/pull/50112",
"diff_url": "https://github.com/facebook/react-native/pull/50112.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50112.patch",
"merged_at": null
} | Summary:
## Rationale
Rendering can now include main -> js sync calls.
If we allow js -> main sync calls during rendering, react native can deadlock.
So, this diff moves the js -> main sync calls to "main queue module setup", which occurs before rendering.
Changelog: [Internal]
Reviewed By: mdvacca
Differential 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/50112/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/50112/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50111 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50111/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50111/comments | https://api.github.com/repos/facebook/react-native/issues/50111/events | https://github.com/facebook/react-native/pull/50111 | 2,929,870,333 | PR_kwDOAbrxp86PLWjd | 50,111 | Make PlatformConstants use main queue setup | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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-03-18T21:13:40 | 2025-03-19T16:46:05 | 2025-03-19T16:38:58 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50111",
"html_url": "https://github.com/facebook/react-native/pull/50111",
"diff_url": "https://github.com/facebook/react-native/pull/50111.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50111.patch",
"merged_at": null
} | Summary:
## Rationale
Rendering can now include main -> js sync calls.
If we allow js -> main sync calls during rendering, react native can deadlock.
So, this diff moves the js -> main sync calls to "main queue module setup", which occurs before rendering.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Re... | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50111/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/50111/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50110 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50110/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50110/comments | https://api.github.com/repos/facebook/react-native/issues/50110/events | https://github.com/facebook/react-native/pull/50110 | 2,929,869,932 | PR_kwDOAbrxp86PLWdV | 50,110 | Make Appearance use main queue setup | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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-03-18T21:13:36 | 2025-03-26T22:20:11 | 2025-03-26T22:19:59 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50110",
"html_url": "https://github.com/facebook/react-native/pull/50110",
"diff_url": "https://github.com/facebook/react-native/pull/50110.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50110.patch",
"merged_at": null
} | Summary:
## Rationale
Rendering can now include main -> js sync calls.
If we allow js -> main sync calls during rendering, react native can deadlock.
So, this diff moves the js -> main sync calls to "main queue module setup", which occurs before rendering.
Changelog: [Internal]
Differential Revision: D71347452
| {
"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/50110/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/50110/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50109 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50109/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50109/comments | https://api.github.com/repos/facebook/react-native/issues/50109/events | https://github.com/facebook/react-native/pull/50109 | 2,929,869,912 | PR_kwDOAbrxp86PLWdC | 50,109 | Make DeviceInfo use main queue setup | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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 | 13 | 2025-03-18T21:13:35 | 2025-03-20T04:19:57 | 2025-03-20T04:19:36 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50109",
"html_url": "https://github.com/facebook/react-native/pull/50109",
"diff_url": "https://github.com/facebook/react-native/pull/50109.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50109.patch",
"merged_at": null
} | Summary:
## Rationale
Rendering can now include main -> js sync calls.
If we allow js -> main sync calls during rendering, react native can deadlock.
So, this diff moves the js -> main sync calls to "main queue module setup", which occurs before rendering.
Changelog: [Internal]
Reviewed By: mdvacca
Differential 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/50109/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/50109/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50108 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50108/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50108/comments | https://api.github.com/repos/facebook/react-native/issues/50108/events | https://github.com/facebook/react-native/pull/50108 | 2,929,758,017 | PR_kwDOAbrxp86PK99R | 50,108 | Fix typos on ReactNativeFeatureFlags definitions | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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 | 2 | 2025-03-18T20:21:44 | 2025-03-20T22:21:37 | 2025-03-20T22:21:21 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50108",
"html_url": "https://github.com/facebook/react-native/pull/50108",
"diff_url": "https://github.com/facebook/react-native/pull/50108.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50108.patch",
"merged_at": null
} | Summary:
Fix typos on ReactNativeFeatureFlags definitions
changelog: [internal] internal
Reviewed By: shwanton
Differential Revision: D71353956
| {
"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/50108/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/50108/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50107 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50107/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50107/comments | https://api.github.com/repos/facebook/react-native/issues/50107/events | https://github.com/facebook/react-native/pull/50107 | 2,929,757,987 | PR_kwDOAbrxp86PK981 | 50,107 | Annotate ReactNativeFeatureFlags.setAccessorProvider as visibileForTesting | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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 | 2 | 2025-03-18T20:21:43 | 2025-03-20T22:21:41 | 2025-03-20T22:21:21 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50107",
"html_url": "https://github.com/facebook/react-native/pull/50107",
"diff_url": "https://github.com/facebook/react-native/pull/50107.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50107.patch",
"merged_at": null
} | Summary:
Annotate ReactNativeFeatureFlags.setAccessorProvider as visibileForTesting
changelog: [internal] internal
Reviewed By: cortinico
Differential Revision: D71353954
| {
"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/50107/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/50107/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50106 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50106/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50106/comments | https://api.github.com/repos/facebook/react-native/issues/50106/events | https://github.com/facebook/react-native/pull/50106 | 2,929,710,783 | PR_kwDOAbrxp86PKzlu | 50,106 | TurboModuleWithJSIBindings | {
"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 | 6 | 2025-03-18T20:01:40 | 2025-03-20T21:53:18 | 2025-03-20T21:53:08 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50106",
"html_url": "https://github.com/facebook/react-native/pull/50106",
"diff_url": "https://github.com/facebook/react-native/pull/50106.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50106.patch",
"merged_at": null
} | Summary:
## Changelog:
[General] [Added] - Create TurboModuleWithJSIBindings interface
So c++ TurboModules can initialize some private members with reference to `jsi::Runtime`
Differential Revision: D71396842
| {
"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/50106/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/50106/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50105 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50105/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50105/comments | https://api.github.com/repos/facebook/react-native/issues/50105/events | https://github.com/facebook/react-native/pull/50105 | 2,929,503,425 | PR_kwDOAbrxp86PKH30 | 50,105 | Fix keyboard navigation for FlatList with `removeClippedSubviews` enabled (#49543) | {
"login": "jorge-cab",
"id": 57368278,
"node_id": "MDQ6VXNlcjU3MzY4Mjc4",
"avatar_url": "https://avatars.githubusercontent.com/u/57368278?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jorge-cab",
"html_url": "https://github.com/jorge-cab",
"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 | 21 | 2025-03-18T18:33:28 | 2025-04-16T14:37:23 | 2025-04-15T01:13:25 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50105",
"html_url": "https://github.com/facebook/react-native/pull/50105",
"diff_url": "https://github.com/facebook/react-native/pull/50105.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50105.patch",
"merged_at": null
} | Summary:
When using `ReactScrollView` or `ReactHorizontalScrollView` Views with `removeClippedSubviews` keyboard navigation didn't work.
This is because keyboard navigation relies on Android's View hierarchy to find the next focusable element. With `removeClippedSubviews` the next View might've been removed from 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/50105/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/50105/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50104 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50104/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50104/comments | https://api.github.com/repos/facebook/react-native/issues/50104/events | https://github.com/facebook/react-native/pull/50104 | 2,929,147,363 | PR_kwDOAbrxp86PI6HY | 50,104 | raise event when trying to open the debugger on opt 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 | 7 | 2025-03-18T16:35:48 | 2025-03-20T17:28:33 | 2025-03-20T17:28:24 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50104",
"html_url": "https://github.com/facebook/react-native/pull/50104",
"diff_url": "https://github.com/facebook/react-native/pull/50104.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50104.patch",
"merged_at": null
} | Summary:
Changelog:
[General][Internal] raises an event report when an attempt to open the debugger for not supported apps is made
Differential Revision: D71398802
| {
"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/50104/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/50104/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50103 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50103/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50103/comments | https://api.github.com/repos/facebook/react-native/issues/50103/events | https://github.com/facebook/react-native/pull/50103 | 2,929,019,842 | PR_kwDOAbrxp86PIega | 50,103 | Add missing exports from Animated namespace | {
"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 | 4 | 2025-03-18T15:56:05 | 2025-03-19T15:09:24 | 2025-03-19T15:09:14 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50103",
"html_url": "https://github.com/facebook/react-native/pull/50103",
"diff_url": "https://github.com/facebook/react-native/pull/50103.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50103.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D71398771
| {
"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/50103/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/50103/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50102 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50102/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50102/comments | https://api.github.com/repos/facebook/react-native/issues/50102/events | https://github.com/facebook/react-native/issues/50102 | 2,928,860,257 | I_kwDOAbrxp86uktxh | 50,102 | Double reload causes fatal race conditions for TurboModules | {
"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": 542043367,
"node_id": "MDU6TGFiZWw1NDIwNDMzNjc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Issue:%20Author%20Provided%20Repro",
"name": "Issue: Author Provided Repro",
"color": "0e8a16",
"default": false,
"description": "This issue can be reproduced in Sn... | closed | false | null | [] | null | 9 | 2025-03-18T15:07:48 | 2025-04-25T12:17:41 | 2025-04-23T15:26:32 | CONTRIBUTOR | null | null | null | null | ### Description
When performing two reloads in quick succession - the case for OTA updates - sometimes RN enter a race condition that is fatal for the TurboModules logic. From my investigations it seems that the instance created on the first reload is improperly invalidated and executes on the same thread, on the same... | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50102/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/50102/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50101 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50101/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50101/comments | https://api.github.com/repos/facebook/react-native/issues/50101/events | https://github.com/facebook/react-native/pull/50101 | 2,928,858,778 | PR_kwDOAbrxp86PH7NX | 50,101 | [iOS][prebuild] moved resources to correct location | {
"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-03-18T15:07:18 | 2025-03-19T12:10:56 | 2025-03-19T12:10:43 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50101",
"html_url": "https://github.com/facebook/react-native/pull/50101",
"diff_url": "https://github.com/facebook/react-native/pull/50101.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50101.patch",
"merged_at": null
} | ## Summary:
In the final XCFramework we no longer need to place resource bundles in a subfolder called Resources - they should be located directly in the framework folder.
This commit fixes this by removing copying to the Resources folder. I also removed a few unneeded tests since we know that we are in a valid f... | {
"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/50101/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/50101/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50100 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50100/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50100/comments | https://api.github.com/repos/facebook/react-native/issues/50100/events | https://github.com/facebook/react-native/pull/50100 | 2,928,743,938 | PR_kwDOAbrxp86PHi4h | 50,100 | Avoid generating `<appname>,` folders when running pod install | {
"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 | 4 | 2025-03-18T14:33:50 | 2025-03-19T06:31:10 | 2025-03-19T06:30:58 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50100",
"html_url": "https://github.com/facebook/react-native/pull/50100",
"diff_url": "https://github.com/facebook/react-native/pull/50100.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50100.patch",
"merged_at": null
} | Summary:
While moving the generation of `ReactCodegen.podspec` from Cocoapods to Codegen, we wrongly copied some parts of the script and now it is generating folders with a `,` as a suffix.
This change fixes the problem and prevent the generation of such folders.
## Changelog:
[Internal] - Avoid generating `ios,` fo... | {
"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/50100/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/50100/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50099 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50099/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50099/comments | https://api.github.com/repos/facebook/react-native/issues/50099/events | https://github.com/facebook/react-native/issues/50099 | 2,928,606,634 | I_kwDOAbrxp86ujv2q | 50,099 | Logs does not appear when app is on background (IOS, Android) | {
"login": "VadymVashchuk",
"id": 114853541,
"node_id": "U_kgDOBtiGpQ",
"avatar_url": "https://avatars.githubusercontent.com/u/114853541?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VadymVashchuk",
"html_url": "https://github.com/VadymVashchuk",
"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": 870851515,
"node_id": "MDU... | closed | false | null | [] | null | 6 | 2025-03-18T13:54:00 | 2025-03-19T12:43:18 | 2025-03-19T10:49:16 | NONE | null | null | null | null | ### Description
When the app is swiped out (background mode), logs do not appear in the debugger. When I lock the phone, the debugger loses connection, but if the phone remains unlocked, the connection persists, yet logs are still missing. I encountered this issue while working with push notifications:
getMessagi... | {
"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... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50099/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/50099/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50098 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50098/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50098/comments | https://api.github.com/repos/facebook/react-native/issues/50098/events | https://github.com/facebook/react-native/pull/50098 | 2,928,591,970 | PR_kwDOAbrxp86PHBsI | 50,098 | [0.78] community-cli-plugin: resolve cli-server-api via peer dependency on cli | {
"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 | 0 | 2025-03-18T13:49:19 | 2025-03-18T15:15:49 | 2025-03-18T15:15:48 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50098",
"html_url": "https://github.com/facebook/react-native/pull/50098",
"diff_url": "https://github.com/facebook/react-native/pull/50098.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50098.patch",
"merged_at": "2025-03-... | ## Summary:
Picks: https://github.com/facebook/react-native/pull/49518
## Changelog:
[GENERAL][FIXED] Fix registering of `start` and `bundle` commands with community CLI and isolated node_modules.
## Test Plan:
As in main | {
"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/50098/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/50098/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50097 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50097/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50097/comments | https://api.github.com/repos/facebook/react-native/issues/50097/events | https://github.com/facebook/react-native/issues/50097 | 2,928,588,886 | I_kwDOAbrxp86ujrhW | 50,097 | Clicking / Focusing an input field is crashing the application on Apple Sillicon. | {
"login": "hems",
"id": 27327,
"node_id": "MDQ6VXNlcjI3MzI3",
"avatar_url": "https://avatars.githubusercontent.com/u/27327?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hems",
"html_url": "https://github.com/hems",
"followers_url": "https://api.github.com/users/hems/followers",
"follo... | [
{
"id": 872682019,
"node_id": "MDU6TGFiZWw4NzI2ODIwMTk=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Fixed",
"name": "Resolution: Fixed",
"color": "0e8a16",
"default": false,
"description": "A PR that fixes this issue has been merged."
}
] | closed | false | null | [] | null | 5 | 2025-03-18T13:48:14 | 2025-03-24T17:28:15 | 2025-03-20T13:41:13 | NONE | null | null | null | null | ### Description
I just searched for my app on Apple's App Store and surprisingly it was available to install / run on my desktop even tough i just "made it" / "published" it for iphone/ipad.
The application opens and works as expected, but once i type the first letter on a textinput the application crashes.
Here is ... | {
"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/50097/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/50097/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50096 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50096/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50096/comments | https://api.github.com/repos/facebook/react-native/issues/50096/events | https://github.com/facebook/react-native/pull/50096 | 2,928,532,212 | PR_kwDOAbrxp86PG0d3 | 50,096 | [0.77] community-cli-plugin: resolve cli-server-api via peer dependency on cli | {
"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 | 0 | 2025-03-18T13:32:31 | 2025-03-18T14:30:44 | 2025-03-18T14:30:44 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50096",
"html_url": "https://github.com/facebook/react-native/pull/50096",
"diff_url": "https://github.com/facebook/react-native/pull/50096.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50096.patch",
"merged_at": "2025-03-... | ## Summary:
Picks: https://github.com/facebook/react-native/pull/49518
## Changelog:
[GENERAL][FIXED] Fix registering of `start` and `bundle` commands with community CLI and isolated node_modules.
## Test Plan:
As in main - eg testing with RN 0.79-rc.2:
<img width="1673" alt="image" src="https://githu... | {
"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... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50096/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/50096/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50095 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50095/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50095/comments | https://api.github.com/repos/facebook/react-native/issues/50095/events | https://github.com/facebook/react-native/pull/50095 | 2,928,497,971 | PR_kwDOAbrxp86PGtCF | 50,095 | [0.76] community-cli-plugin: resolve cli-server-api via peer dependency on cli | {
"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 | 0 | 2025-03-18T13:22:21 | 2025-03-24T20:12:53 | 2025-03-24T20:12:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50095",
"html_url": "https://github.com/facebook/react-native/pull/50095",
"diff_url": "https://github.com/facebook/react-native/pull/50095.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50095.patch",
"merged_at": "2025-03-... | ## Summary:
Picks: https://github.com/facebook/react-native/pull/49518
## Changelog:
[GENERAL][FIXED] Fix registering of `start` and `bundle` commands with community CLI and isolated node_modules.
## Test Plan:
As in main | {
"login": "gabrieldonadel",
"id": 11707729,
"node_id": "MDQ6VXNlcjExNzA3NzI5",
"avatar_url": "https://avatars.githubusercontent.com/u/11707729?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabrieldonadel",
"html_url": "https://github.com/gabrieldonadel",
"followers_url": "https://api.gi... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50095/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/50095/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50094 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50094/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50094/comments | https://api.github.com/repos/facebook/react-native/issues/50094/events | https://github.com/facebook/react-native/pull/50094 | 2,928,445,709 | PR_kwDOAbrxp86PGhc5 | 50,094 | Update debugger-frontend from 97e9912...46feed4 | {
"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... | [
{
"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-03-18T13:05:32 | 2025-03-19T10:16:10 | 2025-03-19T06:30:58 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50094",
"html_url": "https://github.com/facebook/react-native/pull/50094",
"diff_url": "https://github.com/facebook/react-native/pull/50094.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50094.patch",
"merged_at": null
} | Summary:
Changelog: [Internal] - Update `react-native/debugger-frontend` from 97e9912...46feed4
Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](https://github.com/facebook/react-native-devtools-frontend/compare/97e9912605ce73b06f67fc607c1a5c434a67d6de...46feed41c15b... | {
"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/50094/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/50094/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50093 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50093/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50093/comments | https://api.github.com/repos/facebook/react-native/issues/50093/events | https://github.com/facebook/react-native/pull/50093 | 2,928,367,293 | PR_kwDOAbrxp86PGQub | 50,093 | Fix changelog entry for v0.79.0-rc.2 | {
"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 | 3 | 2025-03-18T12:36:51 | 2025-03-18T13:12:18 | 2025-03-18T13:12:06 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50093",
"html_url": "https://github.com/facebook/react-native/pull/50093",
"diff_url": "https://github.com/facebook/react-native/pull/50093.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50093.patch",
"merged_at": null
} | Summary: As per title.
Reviewed By: cortinico
Differential Revision: D71387134
| {
"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/50093/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/50093/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50092 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50092/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50092/comments | https://api.github.com/repos/facebook/react-native/issues/50092/events | https://github.com/facebook/react-native/pull/50092 | 2,928,148,734 | PR_kwDOAbrxp86PFh6a | 50,092 | Correctly compare oldProps in RCTPullToRefreshViewComponentView | {
"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 | 3 | 2025-03-18T11:20:34 | 2025-03-19T10:41:01 | 2025-03-18T12:35:21 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50092",
"html_url": "https://github.com/facebook/react-native/pull/50092",
"diff_url": "https://github.com/facebook/react-native/pull/50092.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50092.patch",
"merged_at": null
} | Summary:
`oldProps` can be null, so this is an unsafe dereference. We also typically compare with `_props`, which represents the previous state of the component.
Changelog: [General][Fixed] Fixed crash in RCTPullToRefreshViewComponentView#updateProps
Differential Revision: D71388015
| {
"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/50092/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/50092/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50091 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50091/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50091/comments | https://api.github.com/repos/facebook/react-native/issues/50091/events | https://github.com/facebook/react-native/pull/50091 | 2,928,111,504 | PR_kwDOAbrxp86PFbBR | 50,091 | Avoid errors when dispatching mount operations within mount hooks | {
"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-03-18T11:09:28 | 2025-04-01T09:24:02 | 2025-03-18T13:03:23 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50091",
"html_url": "https://github.com/facebook/react-native/pull/50091",
"diff_url": "https://github.com/facebook/react-native/pull/50091.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50091.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
If a library uses mount hooks to perform mount operations, it's possible to get concurrent modifications of the list of pending surface IDs to report.
This fixes that potential error by making a copy of the list before dispatching the mount notifications.
Fixes https://github.co... | {
"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/50091/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/50091/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50090 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50090/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50090/comments | https://api.github.com/repos/facebook/react-native/issues/50090/events | https://github.com/facebook/react-native/pull/50090 | 2,928,052,588 | PR_kwDOAbrxp86PFPIr | 50,090 | Correctly batch reportMount calls | {
"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-03-18T10:55:16 | 2025-04-01T09:23:11 | 2025-03-18T13:03:21 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50090",
"html_url": "https://github.com/facebook/react-native/pull/50090",
"diff_url": "https://github.com/facebook/react-native/pull/50090.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50090.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
I refactored `FabricUIManager` in D54547194 / https://github.com/facebook/react-native/pull/43337 and accidentally removed setting this flag to avoid scheduling redundant tasks in the UI thread to report mount. This fixes it.
Differential Revision: D71387374
| {
"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/50090/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/50090/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50089 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50089/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50089/comments | https://api.github.com/repos/facebook/react-native/issues/50089/events | https://github.com/facebook/react-native/issues/50089 | 2,928,021,524 | I_kwDOAbrxp86uhhAU | 50,089 | Script compilation errors: | {
"login": "imavvi4510",
"id": 54151147,
"node_id": "MDQ6VXNlcjU0MTUxMTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/54151147?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imavvi4510",
"html_url": "https://github.com/imavvi4510",
"followers_url": "https://api.github.com/use... | [
{
"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-03-18T10:45:23 | 2025-03-18T13:04:46 | 2025-03-18T13:04:46 | NONE | null | null | null | null | ### Description
node_modules\react-native\ReactAndroid\build.gradle.kts' line: 19
* What went wrong:
Script compilation errors:
Line 19: alias(libs.plugins.android.library)
^ Unresolved reference: libs
Line 20: alias(libs.plugins.download)
^ Unresolved reference: libs
... | {
"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/50089/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/50089/timeline | null | duplicate | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50088 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50088/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50088/comments | https://api.github.com/repos/facebook/react-native/issues/50088/events | https://github.com/facebook/react-native/pull/50088 | 2,928,016,254 | PR_kwDOAbrxp86PFHK1 | 50,088 | Fix crash in `fixMountingCoordinatorReportedPendingTransactionsOnAndroid` feature flag | {
"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-03-18T10:43:48 | 2025-03-18T12:25:32 | 2025-03-18T12:25:22 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50088",
"html_url": "https://github.com/facebook/react-native/pull/50088",
"diff_url": "https://github.com/facebook/react-native/pull/50088.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50088.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This fixes a crash when using the `fixMountingCoordinatorReportedPendingTransactionsOnAndroid` feature flag. The problem was that we were accessing the surface handler registry safely, but there were cases where invalid surface handler references were being kept in the registry.
Differe... | {
"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/50088/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/50088/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50087 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50087/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50087/comments | https://api.github.com/repos/facebook/react-native/issues/50087/events | https://github.com/facebook/react-native/issues/50087 | 2,927,967,727 | I_kwDOAbrxp86uhT3v | 50,087 | Unresolved reference: libs | {
"login": "imavvi4510",
"id": 54151147,
"node_id": "MDQ6VXNlcjU0MTUxMTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/54151147?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/imavvi4510",
"html_url": "https://github.com/imavvi4510",
"followers_url": "https://api.github.com/use... | [
{
"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 | 2 | 2025-03-18T10:30:20 | 2025-03-18T10:34:27 | 2025-03-18T10:33:45 | NONE | null | null | null | null | ### Description
i am upgrading from 0.74.1 to 77.1
Unresolved reference: libs
* Where:
Build file 'D:\hps_backup\consumerapp-v2\node_modules\react-native\ReactAndroid\build.gradle.kts' line: 19
* What went wrong:
Script compilation errors:
Line 19: alias(libs.plugins.android.library)
^ Unresol... | {
"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... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50087/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/50087/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50086 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50086/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50086/comments | https://api.github.com/repos/facebook/react-native/issues/50086/events | https://github.com/facebook/react-native/pull/50086 | 2,927,876,297 | PR_kwDOAbrxp86PEov9 | 50,086 | Fix CI for prebuilds | {
"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... | open | false | null | [] | null | 1 | 2025-03-18T10:00:07 | 2025-03-18T10:00:38 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50086",
"html_url": "https://github.com/facebook/react-native/pull/50086",
"diff_url": "https://github.com/facebook/react-native/pull/50086.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50086.patch",
"merged_at": null
} | Summary:
donotcommit
This is a commit to fix the CI for prebuild, but it will be squashed in the previous diff once I verify that CI is green
## Changelog:
[Internal] -
Differential Revision: D71385814
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50086/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/50086/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50085 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50085/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50085/comments | https://api.github.com/repos/facebook/react-native/issues/50085/events | https://github.com/facebook/react-native/pull/50085 | 2,927,754,969 | PR_kwDOAbrxp86PERJ9 | 50,085 | [iOS][prebuild] change header structure rn deps in XCFrameworks | {
"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-03-18T09:24:50 | 2025-03-18T12:39:29 | 2025-03-18T12:39:17 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50085",
"html_url": "https://github.com/facebook/react-native/pull/50085",
"diff_url": "https://github.com/facebook/react-native/pull/50085.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50085.patch",
"merged_at": null
} | ## Summary:
Headers are currently copied into each arch in the final xcframework. This is not necessary and will cause a lot of duplication since these files are the same for all archs.
This commit fixes this by only copying headers when we build the final XCFramework:
- ReactNativeDependencies.podspec: Change... | {
"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/50085/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/50085/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50084 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50084/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50084/comments | https://api.github.com/repos/facebook/react-native/issues/50084/events | https://github.com/facebook/react-native/pull/50084 | 2,927,459,279 | PR_kwDOAbrxp86PDRlu | 50,084 | Add changelog entry for v0.79.0-rc.2 | {
"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 | 3 | 2025-03-18T07:29:52 | 2025-03-18T08:43:18 | 2025-03-18T08:43:06 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50084",
"html_url": "https://github.com/facebook/react-native/pull/50084",
"diff_url": "https://github.com/facebook/react-native/pull/50084.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50084.patch",
"merged_at": null
} | Summary: As per title.
Differential Revision: D71375255
| {
"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/50084/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/50084/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50083 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50083/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50083/comments | https://api.github.com/repos/facebook/react-native/issues/50083/events | https://github.com/facebook/react-native/pull/50083 | 2,926,662,073 | PR_kwDOAbrxp86PApbC | 50,083 | Deploy 0.265.3 to xplat | {
"login": "SamChou19815",
"id": 4290500,
"node_id": "MDQ6VXNlcjQyOTA1MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4290500?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamChou19815",
"html_url": "https://github.com/SamChou19815",
"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-03-17T23:54:09 | 2025-03-18T03:04:31 | 2025-03-18T03:01:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50083",
"html_url": "https://github.com/facebook/react-native/pull/50083",
"diff_url": "https://github.com/facebook/react-native/pull/50083.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50083.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D71354083
| {
"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/50083/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/50083/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50082 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50082/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50082/comments | https://api.github.com/repos/facebook/react-native/issues/50082/events | https://github.com/facebook/react-native/pull/50082 | 2,926,581,645 | PR_kwDOAbrxp86PAXtn | 50,082 | Migrate `OnLayoutEvent` 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-03-17T22:56:59 | 2025-03-18T19:32:17 | 2025-03-18T11:26:03 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50082",
"html_url": "https://github.com/facebook/react-native/pull/50082",
"diff_url": "https://github.com/facebook/react-native/pull/50082.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50082.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.uimanager.OnLayoutEvent to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.uimanager.OnLayoutEvent 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/50082/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/50082/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50081 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50081/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50081/comments | https://api.github.com/repos/facebook/react-native/issues/50081/events | https://github.com/facebook/react-native/pull/50081 | 2,926,542,600 | PR_kwDOAbrxp86PAPCN | 50,081 | Migrate `ShadowNodeRegistry` 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-03-17T22:33:33 | 2025-03-18T11:45:39 | 2025-03-18T11:45:30 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50081",
"html_url": "https://github.com/facebook/react-native/pull/50081",
"diff_url": "https://github.com/facebook/react-native/pull/50081.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50081.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.uimanager.ShadowNodeRegistry to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.uimanager.ShadowNodeRegistry 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/50081/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/50081/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50080 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50080/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50080/comments | https://api.github.com/repos/facebook/react-native/issues/50080/events | https://github.com/facebook/react-native/pull/50080 | 2,926,240,873 | PR_kwDOAbrxp86O_NNx | 50,080 | Rename ReactNativeFeatureFlagsProviderHolder -> ReactNativeFeatureFlagsJavaProvider | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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-03-17T20:06:32 | 2025-03-20T22:21:32 | 2025-03-20T22:21:20 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50080",
"html_url": "https://github.com/facebook/react-native/pull/50080",
"diff_url": "https://github.com/facebook/react-native/pull/50080.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50080.patch",
"merged_at": null
} | Summary:
I'm renaming ReactNativeFeatureFlagsProviderHolder -> ReactNativeFeatureFlagsJavaProvider to make naming consistent with documentation and remove the concept of "Holder" which is not part of the original design
changelog: [internal] internal
Differential Revision: D71333170
| {
"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/50080/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/50080/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50079 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50079/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50079/comments | https://api.github.com/repos/facebook/react-native/issues/50079/events | https://github.com/facebook/react-native/pull/50079 | 2,926,240,843 | PR_kwDOAbrxp86O_NNX | 50,079 | Fix typos on ReactNativeFeatureFlags system | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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 | 4 | 2025-03-17T20:06:31 | 2025-03-20T22:21:30 | 2025-03-20T22:21:19 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50079",
"html_url": "https://github.com/facebook/react-native/pull/50079",
"diff_url": "https://github.com/facebook/react-native/pull/50079.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50079.patch",
"merged_at": null
} | Summary:
Fix typos on ReactNativeFeatureFlags system
changelog: [internal] internal
Reviewed By: NickGerleman
Differential Revision: D71331170
| {
"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/50079/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/50079/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50078 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50078/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50078/comments | https://api.github.com/repos/facebook/react-native/issues/50078/events | https://github.com/facebook/react-native/issues/50078 | 2,926,122,467 | I_kwDOAbrxp86uaRXj | 50,078 | Using useDeferredValue and Suspense unexpectedly shows fallback in ios/android but correctly shows stale state in web | {
"login": "andrew-wang-polar",
"id": 155783897,
"node_id": "U_kgDOCUkS2Q",
"avatar_url": "https://avatars.githubusercontent.com/u/155783897?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andrew-wang-polar",
"html_url": "https://github.com/andrew-wang-polar",
"followers_url": "https://api... | [
{
"id": 1877909121,
"node_id": "MDU6TGFiZWwxODc3OTA5MTIx",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention",
"name": "Needs: Attention",
"color": "f9c884",
"default": false,
"description": "Issues where the author has responded to feedback."
}
] | open | false | null | [] | null | 4 | 2025-03-17T19:13:19 | 2025-04-30T15:53:51 | null | NONE | null | null | null | null | ### Description
I'm following the [examples from React](https://react.dev/reference/react/Suspense#showing-stale-content-while-fresh-content-is-loading) on using useDeferredValue and Suspense to show a stale state. The correct behavior should be to show the fallback only on the first load, and then on subsequent queri... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50078/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/50078/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50077 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50077/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50077/comments | https://api.github.com/repos/facebook/react-native/issues/50077/events | https://github.com/facebook/react-native/pull/50077 | 2,926,104,757 | PR_kwDOAbrxp86O-v20 | 50,077 | RN: Trim Leading Slash in DevServerHelper | {
"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-03-17T19:04:13 | 2025-03-17T23:02:23 | 2025-03-17T23:02:13 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50077",
"html_url": "https://github.com/facebook/react-native/pull/50077",
"diff_url": "https://github.com/facebook/react-native/pull/50077.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50077.patch",
"merged_at": null
} | Summary:
Currently, `DevServerHelper` will fetch malformed URLs if the supplied `resourcePath` has a leading slash.
This diff adds a warning and automatically trims the leading slash when this happens.
Changelog:
[Android][Changed] - Leading slash supplied to `DevServerHelper.downloadBundleResourceFromUrlSync` will n... | {
"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/50077/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/50077/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50076 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50076/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50076/comments | https://api.github.com/repos/facebook/react-native/issues/50076/events | https://github.com/facebook/react-native/pull/50076 | 2,925,691,769 | PR_kwDOAbrxp86O9Vo2 | 50,076 | Proposal changes for RCTTurboModule.mm crash handling logic | {
"login": "SemihGk",
"id": 5814582,
"node_id": "MDQ6VXNlcjU4MTQ1ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5814582?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SemihGk",
"html_url": "https://github.com/SemihGk",
"followers_url": "https://api.github.com/users/SemihGk/... | [] | closed | false | null | [] | null | 2 | 2025-03-17T16:23:25 | 2025-03-17T16:24:07 | 2025-03-17T16:23:46 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50076",
"html_url": "https://github.com/facebook/react-native/pull/50076",
"diff_url": "https://github.com/facebook/react-native/pull/50076.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50076.patch",
"merged_at": null
} | null | {
"login": "SemihGk",
"id": 5814582,
"node_id": "MDQ6VXNlcjU4MTQ1ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/5814582?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SemihGk",
"html_url": "https://github.com/SemihGk",
"followers_url": "https://api.github.com/users/SemihGk/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50076/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/50076/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50075 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50075/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50075/comments | https://api.github.com/repos/facebook/react-native/issues/50075/events | https://github.com/facebook/react-native/pull/50075 | 2,925,563,347 | PR_kwDOAbrxp86O85Jr | 50,075 | Build JSI, React-Debug and React-logger with SPM | {
"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-03-17T15:43:32 | 2025-03-19T16:29:51 | 2025-03-19T16:29:41 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50075",
"html_url": "https://github.com/facebook/react-native/pull/50075",
"diff_url": "https://github.com/facebook/react-native/pull/50075.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50075.patch",
"merged_at": null
} | Summary:
This is an exploratory change to see how it will look like to build core from SPM.
In this change we are building three pieces of React native (using the Podspec names for simplicity):
- React-jsi
- React-debug
- React-logger
They depends on a local ReactNativeDependency.xcframework we can build usin... | {
"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/50075/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/50075/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50074 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50074/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50074/comments | https://api.github.com/repos/facebook/react-native/issues/50074/events | https://github.com/facebook/react-native/pull/50074 | 2,925,496,387 | PR_kwDOAbrxp86O8qXn | 50,074 | Align SectionList types with OSS | {
"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 | 12 | 2025-03-17T15:21:57 | 2025-03-25T18:07:28 | 2025-03-25T18:07:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50074",
"html_url": "https://github.com/facebook/react-native/pull/50074",
"diff_url": "https://github.com/facebook/react-native/pull/50074.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50074.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D71318882
| {
"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/50074/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/50074/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50073 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50073/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50073/comments | https://api.github.com/repos/facebook/react-native/issues/50073/events | https://github.com/facebook/react-native/issues/50073 | 2,925,444,568 | I_kwDOAbrxp86uXr3Y | 50,073 | Unknown type name 'import' | {
"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": 542043367,
"node_id": "MDU6TGFiZWw1NDIwNDMzNjc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Issue:%20Author%20Provided%20Repro",
"name": "Issue: Author Provided Repro",
"color": "0e8a16",
"default": false,
"description": "This issue can be reproduced in Sn... | open | false | null | [] | null | 9 | 2025-03-17T15:05:41 | 2025-03-25T14:11:07 | null | NONE | null | null | null | null | [AwesomeProject.zip](https://github.com/user-attachments/files/19309790/AwesomeProject.zip)
### Description
After switching to AppDelegate.swift xcode started giving this error
### Steps to reproduce
1. Update rn version from 0.76 to 0.77/0.78
2. Update AppDelegate.mm file to AppDelegate.swift
3. Delete main.m and ... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50073/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/50073/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50072 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50072/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50072/comments | https://api.github.com/repos/facebook/react-native/issues/50072/events | https://github.com/facebook/react-native/pull/50072 | 2,925,295,998 | PR_kwDOAbrxp86O7-GZ | 50,072 | Pass down jsi::Runtime to getModule() | {
"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 | 2 | 2025-03-17T14:26:28 | 2025-03-21T12:05:33 | 2025-03-21T12:05:32 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50072",
"html_url": "https://github.com/facebook/react-native/pull/50072",
"diff_url": "https://github.com/facebook/react-native/pull/50072.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50072.patch",
"merged_at": null
} | Summary: Changelog: [Internal] add `jsi::Runtime& runtime` arg to `CxxReactPackage::getModule`
Differential Revision:
D71155216
Privacy Context Container: L1295364
| {
"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/50072/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/50072/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50071 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50071/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50071/comments | https://api.github.com/repos/facebook/react-native/issues/50071/events | https://github.com/facebook/react-native/pull/50071 | 2,925,193,141 | PR_kwDOAbrxp86O7njD | 50,071 | add dev middleware ws socket close reasons (#50070) | {
"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-03-17T13:55:31 | 2025-03-17T17:46:22 | 2025-03-17T17:46:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50071",
"html_url": "https://github.com/facebook/react-native/pull/50071",
"diff_url": "https://github.com/facebook/react-native/pull/50071.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50071.patch",
"merged_at": null
} | Summary:
Changelog:
[General][Internal] Send code and close reasons when we close the connection to any websockets from the dev middleware
This should improve the debuggability of our code.
Differential Revision: D71314509
| {
"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/50071/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/50071/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50070 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50070/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50070/comments | https://api.github.com/repos/facebook/react-native/issues/50070/events | https://github.com/facebook/react-native/pull/50070 | 2,925,100,411 | PR_kwDOAbrxp86O7TWg | 50,070 | add dev middleware ws socket close reasons | {
"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-03-17T13:28:16 | 2025-03-17T17:46:22 | 2025-03-17T17:46:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50070",
"html_url": "https://github.com/facebook/react-native/pull/50070",
"diff_url": "https://github.com/facebook/react-native/pull/50070.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50070.patch",
"merged_at": null
} | Summary:
Changelog:
[General][Internal] Send code and close reasons when we close the connection to any websockets from the dev middleware
This should improve the debuggability of our code.
Differential Revision: D71310343
| {
"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/50070/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/50070/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50069 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50069/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50069/comments | https://api.github.com/repos/facebook/react-native/issues/50069/events | https://github.com/facebook/react-native/pull/50069 | 2,925,035,638 | PR_kwDOAbrxp86O7HVY | 50,069 | Update TS docs for contentInsetAdjustmentBehavior | {
"login": "steinalex",
"id": 54838842,
"node_id": "MDQ6VXNlcjU0ODM4ODQy",
"avatar_url": "https://avatars.githubusercontent.com/u/54838842?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/steinalex",
"html_url": "https://github.com/steinalex",
"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 | 11 | 2025-03-17T13:10:08 | 2025-03-27T19:31:02 | 2025-03-27T19:30:53 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50069",
"html_url": "https://github.com/facebook/react-native/pull/50069",
"diff_url": "https://github.com/facebook/react-native/pull/50069.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50069.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:
Update the TS docs to reflect the default value for `contentInsetAdjustmentB... | {
"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/50069/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/50069/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50068 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50068/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50068/comments | https://api.github.com/repos/facebook/react-native/issues/50068/events | https://github.com/facebook/react-native/pull/50068 | 2,924,717,548 | PR_kwDOAbrxp86O6BNy | 50,068 | Fix Nullsafe FIXMEs for DevSupportManagerBase.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:52 | 2025-03-18T13:13:47 | 2025-03-18T13:12:19 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50068",
"html_url": "https://github.com/facebook/react-native/pull/50068",
"diff_url": "https://github.com/facebook/react-native/pull/50068.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50068.patch",
"merged_at": null
} | Summary:
Note: this involved tightening up some signatures in Kotlin files
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made DevSupportManagerBase.java nullsafe
Reviewed By: mdvacca
Different... | {
"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/50068/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/50068/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50067 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50067/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50067/comments | https://api.github.com/repos/facebook/react-native/issues/50067/events | https://github.com/facebook/react-native/pull/50067 | 2,924,717,497 | PR_kwDOAbrxp86O6BND | 50,067 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/DevSupportManagerBase.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:51 | 2025-03-18T13:13:42 | 2025-03-18T13:12:19 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50067",
"html_url": "https://github.com/facebook/react-native/pull/50067",
"diff_url": "https://github.com/facebook/react-native/pull/50067.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50067.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126382
| {
"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/50067/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/50067/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50066 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50066/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50066/comments | https://api.github.com/repos/facebook/react-native/issues/50066/events | https://github.com/facebook/react-native/pull/50066 | 2,924,717,463 | PR_kwDOAbrxp86O6BMi | 50,066 | Fix Nullsafe FIXMES for BundleDownloader.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:50 | 2025-03-18T13:13:37 | 2025-03-18T13:12:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50066",
"html_url": "https://github.com/facebook/react-native/pull/50066",
"diff_url": "https://github.com/facebook/react-native/pull/50066.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50066.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made BundleDownloader.java nullsafe
Reviewed By: alanleedev
Differential Revision: D71126383
| {
"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/50066/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/50066/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50065 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50065/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50065/comments | https://api.github.com/repos/facebook/react-native/issues/50065/events | https://github.com/facebook/react-native/pull/50065 | 2,924,717,424 | PR_kwDOAbrxp86O6BMC | 50,065 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/BundleDownloader.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:49 | 2025-03-18T13:13:31 | 2025-03-18T13:12:17 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50065",
"html_url": "https://github.com/facebook/react-native/pull/50065",
"diff_url": "https://github.com/facebook/react-native/pull/50065.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50065.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126388
| {
"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/50065/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/50065/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50064 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50064/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50064/comments | https://api.github.com/repos/facebook/react-native/issues/50064/events | https://github.com/facebook/react-native/pull/50064 | 2,924,717,382 | PR_kwDOAbrxp86O6BLZ | 50,064 | Fix Nullsafe FIXMEs for DebugOverlayController.java and mark nullsafe | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 3 | 2025-03-17T11:26:48 | 2025-03-18T13:13:26 | 2025-03-18T13:12:16 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50064",
"html_url": "https://github.com/facebook/react-native/pull/50064",
"diff_url": "https://github.com/facebook/react-native/pull/50064.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50064.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made DebugOverlayController.java nullsafe
Reviewed By: mdvacca
Differential Revision: D71126394
| {
"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/50064/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/50064/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50063 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50063/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50063/comments | https://api.github.com/repos/facebook/react-native/issues/50063/events | https://github.com/facebook/react-native/pull/50063 | 2,924,717,346 | PR_kwDOAbrxp86O6BK7 | 50,063 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/DebugOverlayController.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:47 | 2025-03-18T13:13:20 | 2025-03-18T13:12:15 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50063",
"html_url": "https://github.com/facebook/react-native/pull/50063",
"diff_url": "https://github.com/facebook/react-native/pull/50063.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50063.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126397
| {
"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/50063/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/50063/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50062 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50062/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50062/comments | https://api.github.com/repos/facebook/react-native/issues/50062/events | https://github.com/facebook/react-native/pull/50062 | 2,924,717,307 | PR_kwDOAbrxp86O6BKY | 50,062 | Fix Nullsafe FIXMEs for CxxInspectorPackagerConnection.java and mark nullsafe | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:46 | 2025-03-18T13:13:15 | 2025-03-18T13:12:14 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50062",
"html_url": "https://github.com/facebook/react-native/pull/50062",
"diff_url": "https://github.com/facebook/react-native/pull/50062.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50062.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made CxxInspectorPackagerConnection.java nullsafe
Reviewed By: mdvacca
Differential Revision: D71126386
| {
"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/50062/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/50062/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50061 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50061/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50061/comments | https://api.github.com/repos/facebook/react-native/issues/50061/events | https://github.com/facebook/react-native/pull/50061 | 2,924,717,261 | PR_kwDOAbrxp86O6BJu | 50,061 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/CxxInspectorPackagerConnection.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:45 | 2025-03-18T13:13:08 | 2025-03-18T13:12:14 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50061",
"html_url": "https://github.com/facebook/react-native/pull/50061",
"diff_url": "https://github.com/facebook/react-native/pull/50061.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50061.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126390
| {
"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/50061/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/50061/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50060 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50060/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50060/comments | https://api.github.com/repos/facebook/react-native/issues/50060/events | https://github.com/facebook/react-native/pull/50060 | 2,924,717,217 | PR_kwDOAbrxp86O6BJI | 50,060 | Fix Nullsafe FIXMEs for DevServerHelper.java and mark nullsafe | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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-03-17T11:26:44 | 2025-03-18T13:13:03 | 2025-03-18T13:12:13 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50060",
"html_url": "https://github.com/facebook/react-native/pull/50060",
"diff_url": "https://github.com/facebook/react-native/pull/50060.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50060.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made DevServerHelper.java nullsafe
Reviewed By: rshest
Differential Revision: D71126391
| {
"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/50060/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/50060/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50059 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50059/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50059/comments | https://api.github.com/repos/facebook/react-native/issues/50059/events | https://github.com/facebook/react-native/pull/50059 | 2,924,717,177 | PR_kwDOAbrxp86O6BIm | 50,059 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/DevServerHelper.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:43 | 2025-03-18T13:12:57 | 2025-03-18T13:12:12 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50059",
"html_url": "https://github.com/facebook/react-native/pull/50059",
"diff_url": "https://github.com/facebook/react-native/pull/50059.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50059.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126395
| {
"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/50059/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/50059/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50058 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50058/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50058/comments | https://api.github.com/repos/facebook/react-native/issues/50058/events | https://github.com/facebook/react-native/pull/50058 | 2,924,717,143 | PR_kwDOAbrxp86O6BIH | 50,058 | Fix Nullsafe FIXMEs for JSDebuggerWebSocketClient.java and mark nullsafe | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 3 | 2025-03-17T11:26:42 | 2025-03-18T13:12:48 | 2025-03-18T13:12:11 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50058",
"html_url": "https://github.com/facebook/react-native/pull/50058",
"diff_url": "https://github.com/facebook/react-native/pull/50058.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50058.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made JSDebuggerWebsocketClient.java nullsafe
Reviewed By: mdvacca
Differential Revision: D71126385
| {
"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/50058/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/50058/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50057 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50057/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50057/comments | https://api.github.com/repos/facebook/react-native/issues/50057/events | https://github.com/facebook/react-native/pull/50057 | 2,924,717,092 | PR_kwDOAbrxp86O6BHW | 50,057 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDebuggerWebSocketClient.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:41 | 2025-03-18T13:12:42 | 2025-03-18T13:12:11 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50057",
"html_url": "https://github.com/facebook/react-native/pull/50057",
"diff_url": "https://github.com/facebook/react-native/pull/50057.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50057.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126392
| {
"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/50057/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/50057/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50056 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50056/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50056/comments | https://api.github.com/repos/facebook/react-native/issues/50056/events | https://github.com/facebook/react-native/pull/50056 | 2,924,717,059 | PR_kwDOAbrxp86O6BG3 | 50,056 | Fix Nullsafe FIXMEs for MultipartStreamReader.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:26:40 | 2025-03-18T13:12:36 | 2025-03-18T13:12:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50056",
"html_url": "https://github.com/facebook/react-native/pull/50056",
"diff_url": "https://github.com/facebook/react-native/pull/50056.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50056.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made MultipartStreamReader.java nullsafe
Reviewed By: mdvacca
Differential Revision: D71126393
| {
"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/50056/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/50056/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50055 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50055/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50055/comments | https://api.github.com/repos/facebook/react-native/issues/50055/events | https://github.com/facebook/react-native/pull/50055 | 2,924,717,006 | PR_kwDOAbrxp86O6BGH | 50,055 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/MultipartStreamReader.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 3 | 2025-03-17T11:26:39 | 2025-03-18T13:12:32 | 2025-03-18T13:12:09 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50055",
"html_url": "https://github.com/facebook/react-native/pull/50055",
"diff_url": "https://github.com/facebook/react-native/pull/50055.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50055.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126389
| {
"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/50055/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/50055/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50054 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50054/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50054/comments | https://api.github.com/repos/facebook/react-native/issues/50054/events | https://github.com/facebook/react-native/pull/50054 | 2,924,716,883 | PR_kwDOAbrxp86O6BEY | 50,054 | Fix Nullsafe FIXMEs for StackTraceHelper.java and mark Nullsafe | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 3 | 2025-03-17T11:26:36 | 2025-03-18T13:12:27 | 2025-03-18T13:12:08 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50054",
"html_url": "https://github.com/facebook/react-native/pull/50054",
"diff_url": "https://github.com/facebook/react-native/pull/50054.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50054.patch",
"merged_at": null
} | Summary:
Gone trough all the FIXMEs added in the previous diff by the nullsafe tool, marked the class as nullsafe and ensured no remaining violations.
Changelog: [Android][Fixed] Made StackTraceHelper.java nullsafe
Reviewed By: javache
Differential Revision: D71126387
| {
"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/50054/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/50054/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50053 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50053/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50053/comments | https://api.github.com/repos/facebook/react-native/issues/50053/events | https://github.com/facebook/react-native/pull/50053 | 2,924,712,203 | PR_kwDOAbrxp86O6ADl | 50,053 | Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/StackTraceHelper.java | {
"login": "GijsWeterings",
"id": 5946346,
"node_id": "MDQ6VXNlcjU5NDYzNDY=",
"avatar_url": "https://avatars.githubusercontent.com/u/5946346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GijsWeterings",
"html_url": "https://github.com/GijsWeterings",
"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 | 4 | 2025-03-17T11:24:44 | 2025-03-18T13:12:22 | 2025-03-18T13:12:07 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50053",
"html_url": "https://github.com/facebook/react-native/pull/50053",
"diff_url": "https://github.com/facebook/react-native/pull/50053.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50053.patch",
"merged_at": null
} | Summary:
Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D71126384
| {
"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/50053/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/50053/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50052 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50052/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50052/comments | https://api.github.com/repos/facebook/react-native/issues/50052/events | https://github.com/facebook/react-native/issues/50052 | 2,924,672,193 | I_kwDOAbrxp86uUvTB | 50,052 | should explicitly declare type:commonjs since Node experimental-detect-module is on by default | {
"login": "cristianbogdan",
"id": 6556008,
"node_id": "MDQ6VXNlcjY1NTYwMDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/6556008?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cristianbogdan",
"html_url": "https://github.com/cristianbogdan",
"followers_url": "https://api.gith... | [
{
"id": 1877909121,
"node_id": "MDU6TGFiZWwxODc3OTA5MTIx",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention",
"name": "Needs: Attention",
"color": "f9c884",
"default": false,
"description": "Issues where the author has responded to feedback."
},
{
... | open | false | null | [] | null | 6 | 2025-03-17T11:09:19 | 2025-05-09T23:20:31 | null | NONE | null | null | null | null | ### Description
With recent Node versions a vitest test suite which tries to load react-native will load it as a module rather than as commonjs, and that will lead to `SyntaxError: Unexpected token 'typeof'`
This happens for all Node versions that have `experimental-detect-module` set to true by default, that is Node... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50052/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/50052/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50051 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50051/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50051/comments | https://api.github.com/repos/facebook/react-native/issues/50051/events | https://github.com/facebook/react-native/issues/50051 | 2,924,517,188 | I_kwDOAbrxp86uUJdE | 50,051 | Heavy Screens take too much time to load (White Screen lag). | {
"login": "AjayFrancisTechversant",
"id": 168542036,
"node_id": "U_kgDOCgu_VA",
"avatar_url": "https://avatars.githubusercontent.com/u/168542036?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AjayFrancisTechversant",
"html_url": "https://github.com/AjayFrancisTechversant",
"followers_url... | [
{
"id": 1877909121,
"node_id": "MDU6TGFiZWwxODc3OTA5MTIx",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention",
"name": "Needs: Attention",
"color": "f9c884",
"default": false,
"description": "Issues where the author has responded to feedback."
},
{
... | open | false | null | [] | null | 15 | 2025-03-17T10:16:30 | 2025-05-30T14:36:57 | null | NONE | null | null | null | null | ### Description
Navigating to a screen with heavy components take more time in new arch compared to old arch. I have Custom headers made with skia. I also have a long list made with Flashlist which make it more slower. I have made a dummy repo which can used to reproduce the issue.
### Steps to reproduce
1. Clone t... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50051/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/50051/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50050 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50050/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50050/comments | https://api.github.com/repos/facebook/react-native/issues/50050/events | https://github.com/facebook/react-native/pull/50050 | 2,924,463,802 | PR_kwDOAbrxp86O5Iu0 | 50,050 | [ios][prebuild] fixed inclusion of resources in swift package | {
"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-03-17T10:02:13 | 2025-03-18T12:39:29 | 2025-03-18T12:39:16 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50050",
"html_url": "https://github.com/facebook/react-native/pull/50050",
"diff_url": "https://github.com/facebook/react-native/pull/50050.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50050.patch",
"merged_at": null
} | ## Summary:
We had some issues with the Swift package build step where we saw an error message when we included resources and couldn't find out why this was happening.
After systematically going through the generated swift package file and looking for a reason I found a mistake.
When we generate the Package.sw... | {
"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/50050/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/50050/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50049 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50049/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50049/comments | https://api.github.com/repos/facebook/react-native/issues/50049/events | https://github.com/facebook/react-native/pull/50049 | 2,923,084,422 | PR_kwDOAbrxp86O0l_K | 50,049 | [Fabric] iOS: Fixes Switch component incorrectly renders as toggled on even though value prop is hardcoded to false | {
"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 | 8 | 2025-03-16T14:03:22 | 2025-06-04T09:44:12 | 2025-03-17T16:14:22 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50049",
"html_url": "https://github.com/facebook/react-native/pull/50049",
"diff_url": "https://github.com/facebook/react-native/pull/50049.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50049.patch",
"merged_at": null
} | ## Summary:
Fixes #50026
## Changelog:
[IOS] [FIXED] - [Fabric] iOS: Fixes Switch component incorrectly renders as toggled on even though value prop is hardcoded to false
## Test Plan:
Repro please see #50026.
| {
"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/50049/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/50049/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50048 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50048/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50048/comments | https://api.github.com/repos/facebook/react-native/issues/50048/events | https://github.com/facebook/react-native/pull/50048 | 2,922,959,209 | PR_kwDOAbrxp86O0N54 | 50,048 | Migrate `MemoryPressureRouter` 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-03-16T11:20:38 | 2025-03-17T11:46:03 | 2025-03-17T11:45:52 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50048",
"html_url": "https://github.com/facebook/react-native/pull/50048",
"diff_url": "https://github.com/facebook/react-native/pull/50048.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50048.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.MemoryPressureRouter to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.MemoryPressureRouter 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/50048/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/50048/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50047 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50047/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50047/comments | https://api.github.com/repos/facebook/react-native/issues/50047/events | https://github.com/facebook/react-native/issues/50047 | 2,922,701,657 | I_kwDOAbrxp86uNONZ | 50,047 | CSS "top" style property affecting testID in components nested in a Pressable component | {
"login": "lucartc",
"id": 143834681,
"node_id": "U_kgDOCJK-OQ",
"avatar_url": "https://avatars.githubusercontent.com/u/143834681?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lucartc",
"html_url": "https://github.com/lucartc",
"followers_url": "https://api.github.com/users/lucartc/foll... | [
{
"id": 542043367,
"node_id": "MDU6TGFiZWw1NDIwNDMzNjc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Issue:%20Author%20Provided%20Repro",
"name": "Issue: Author Provided Repro",
"color": "0e8a16",
"default": false,
"description": "This issue can be reproduced in Sn... | open | false | null | [] | null | 2 | 2025-03-16T01:58:25 | 2025-03-19T00:50:01 | null | NONE | null | null | null | null | ### Description
If a custom component has a `Pressable` parent component and it has a CSS `top` style property set, its `testID` is supressed and is not shown as a `resource-id` when `maestro hierarchy` is run, as should be expected.
Although it may seem a bug related to Maestro, [this](https://github.com/mobile-dev-... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50047/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/50047/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50046 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50046/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50046/comments | https://api.github.com/repos/facebook/react-native/issues/50046/events | https://github.com/facebook/react-native/pull/50046 | 2,922,365,969 | PR_kwDOAbrxp86OyWtR | 50,046 | Migrate `ReactAndroidHWInputDeviceHelper` 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-03-15T17:47:56 | 2025-03-17T13:17:48 | 2025-03-17T13:17:37 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50046",
"html_url": "https://github.com/facebook/react-native/pull/50046",
"diff_url": "https://github.com/facebook/react-native/pull/50046.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50046.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.ReactAndroidHWInputDeviceHelper to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.ReactAndroidHWInputDeviceHelper 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/50046/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/50046/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50045 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50045/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50045/comments | https://api.github.com/repos/facebook/react-native/issues/50045/events | https://github.com/facebook/react-native/pull/50045 | 2,922,132,411 | PR_kwDOAbrxp86OxlGK | 50,045 | Migrate `UIManagerModuleConstants` 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 | 4 | 2025-03-15T14:17:18 | 2025-03-18T11:33:32 | 2025-03-18T11:33:21 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50045",
"html_url": "https://github.com/facebook/react-native/pull/50045",
"diff_url": "https://github.com/facebook/react-native/pull/50045.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50045.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.uimanager.UIManagerModuleConstants to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.uimanager.UIManagerModuleConstants 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/50045/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/50045/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50044 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50044/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50044/comments | https://api.github.com/repos/facebook/react-native/issues/50044/events | https://github.com/facebook/react-native/issues/50044 | 2,921,878,424 | I_kwDOAbrxp86uKFOY | 50,044 | parent element pointerEvents change to auto calls blur on child input | {
"login": "SMYusupov",
"id": 70964765,
"node_id": "MDQ6VXNlcjcwOTY0NzY1",
"avatar_url": "https://avatars.githubusercontent.com/u/70964765?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SMYusupov",
"html_url": "https://github.com/SMYusupov",
"followers_url": "https://api.github.com/users/... | [
{
"id": 542043367,
"node_id": "MDU6TGFiZWw1NDIwNDMzNjc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Issue:%20Author%20Provided%20Repro",
"name": "Issue: Author Provided Repro",
"color": "0e8a16",
"default": false,
"description": "This issue can be reproduced in Sn... | open | false | null | [] | null | 2 | 2025-03-15T07:58:19 | 2025-03-18T10:37:16 | null | NONE | null | null | null | null | ### Description
Actual result:
parent element pointerEvents change to auto calls blur on child input
Expected result:
parent element pointerEvents change to auto **does not** call blur on child input
### Steps to reproduce
1. Open Expo Snack
2. Click on input
3. Get alert which fired by onBlur callback
### React N... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50044/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/50044/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50043 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50043/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50043/comments | https://api.github.com/repos/facebook/react-native/issues/50043/events | https://github.com/facebook/react-native/pull/50043 | 2,921,779,118 | PR_kwDOAbrxp86OwaJk | 50,043 | Implementation of URLSearchParams Methods | {
"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 | 13 | 2025-03-15T05:45:45 | 2025-03-29T03:41:10 | 2025-03-29T03:40:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50043",
"html_url": "https://github.com/facebook/react-native/pull/50043",
"diff_url": "https://github.com/facebook/react-native/pull/50043.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50043.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 addresses the following issues and enhances the functionality of `URLS... | {
"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/50043/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/50043/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50042 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50042/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50042/comments | https://api.github.com/repos/facebook/react-native/issues/50042/events | https://github.com/facebook/react-native/pull/50042 | 2,921,361,024 | PR_kwDOAbrxp86Ou-3l | 50,042 | Revert D71158296 | {
"login": "realsoelynn",
"id": 3153918,
"node_id": "MDQ6VXNlcjMxNTM5MTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/3153918?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/realsoelynn",
"html_url": "https://github.com/realsoelynn",
"followers_url": "https://api.github.com/us... | [
{
"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-03-14T21:55:43 | 2025-03-17T10:02:01 | 2025-03-17T10:02:01 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50042",
"html_url": "https://github.com/facebook/react-native/pull/50042",
"diff_url": "https://github.com/facebook/react-native/pull/50042.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50042.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
This diff reverts D71158296
T217972640 This broke the react-native-oss-js
Reviewed By: realsoelynn
Differential Revision: D71225067
| {
"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/50042/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/50042/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50041 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50041/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50041/comments | https://api.github.com/repos/facebook/react-native/issues/50041/events | https://github.com/facebook/react-native/pull/50041 | 2,921,335,269 | PR_kwDOAbrxp86Ou5ON | 50,041 | Deploy 0.265.2 to xplat | {
"login": "SamChou19815",
"id": 4290500,
"node_id": "MDQ6VXNlcjQyOTA1MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4290500?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SamChou19815",
"html_url": "https://github.com/SamChou19815",
"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-03-14T21:37:01 | 2025-03-14T22:08:33 | 2025-03-14T22:00:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50041",
"html_url": "https://github.com/facebook/react-native/pull/50041",
"diff_url": "https://github.com/facebook/react-native/pull/50041.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50041.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D71200832
| {
"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/50041/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/50041/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50040 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50040/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50040/comments | https://api.github.com/repos/facebook/react-native/issues/50040/events | https://github.com/facebook/react-native/pull/50040 | 2,921,246,495 | PR_kwDOAbrxp86Oulen | 50,040 | Bridgeless: Implement unstableRequiresMainQueueSetup api in modules | {
"login": "RSNara",
"id": 5885721,
"node_id": "MDQ6VXNlcjU4ODU3MjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RSNara",
"html_url": "https://github.com/RSNara",
"followers_url": "https://api.github.com/users/RSNara/foll... | [
{
"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 | 13 | 2025-03-14T20:44:53 | 2025-03-20T04:19:51 | 2025-03-20T04:19:35 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50040",
"html_url": "https://github.com/facebook/react-native/pull/50040",
"diff_url": "https://github.com/facebook/react-native/pull/50040.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50040.patch",
"merged_at": null
} | Summary:
This diff implements main queue module initialization.
Sometimes, people need to capture uikit things, and use them from javascript. In those cases, people can write main queue modules. These modules will be eagerly initialized on the main queue, during react native init.
## On Necessity
**Sync** dispatches ... | {
"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/50040/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/50040/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50039 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50039/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50039/comments | https://api.github.com/repos/facebook/react-native/issues/50039/events | https://github.com/facebook/react-native/pull/50039 | 2,921,238,452 | PR_kwDOAbrxp86Oujws | 50,039 | Back out "Fix keyboard navigation for FlatList with `removeClippedSubviews` enabled" | {
"login": "jorge-cab",
"id": 57368278,
"node_id": "MDQ6VXNlcjU3MzY4Mjc4",
"avatar_url": "https://avatars.githubusercontent.com/u/57368278?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jorge-cab",
"html_url": "https://github.com/jorge-cab",
"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... | open | false | null | [] | null | 1 | 2025-03-14T20:39:27 | 2025-03-14T20:39:40 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50039",
"html_url": "https://github.com/facebook/react-native/pull/50039",
"diff_url": "https://github.com/facebook/react-native/pull/50039.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50039.patch",
"merged_at": null
} | Summary:
Original commit changeset: 1df7f90066df
Original Phabricator Diff: D69618406
Changelog: [Internal]
Reviewed By: Abbondanzo
Differential Revision: D71217683
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50039/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/50039/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50038 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50038/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50038/comments | https://api.github.com/repos/facebook/react-native/issues/50038/events | https://github.com/facebook/react-native/pull/50038 | 2,921,189,908 | PR_kwDOAbrxp86OuZTs | 50,038 | Add feature flag useCxxNativeAnimated | {
"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 | 11 | 2025-03-14T20:09:06 | 2025-03-26T01:55:20 | 2025-03-26T01:55:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50038",
"html_url": "https://github.com/facebook/react-native/pull/50038",
"diff_url": "https://github.com/facebook/react-native/pull/50038.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50038.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
Creating a new feature flag to gate change for integrating c++ native animated
Differential Revision: D71216797
| {
"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/50038/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/50038/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50037 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50037/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50037/comments | https://api.github.com/repos/facebook/react-native/issues/50037/events | https://github.com/facebook/react-native/pull/50037 | 2,921,030,618 | PR_kwDOAbrxp86Ot2PL | 50,037 | Fix typos on featureflags/types.js | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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 | 2 | 2025-03-14T18:42:37 | 2025-03-14T19:49:52 | 2025-03-14T19:49:43 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50037",
"html_url": "https://github.com/facebook/react-native/pull/50037",
"diff_url": "https://github.com/facebook/react-native/pull/50037.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50037.patch",
"merged_at": null
} | Summary:
Fix typos on featureflags/types.js
changelog: [internal] internal
Differential Revision: D71210260
| {
"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/50037/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/50037/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50036 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50036/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50036/comments | https://api.github.com/repos/facebook/react-native/issues/50036/events | https://github.com/facebook/react-native/pull/50036 | 2,920,988,052 | PR_kwDOAbrxp86Ots5E | 50,036 | Doing a round of `yarn lint --fix` | {
"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 | 5 | 2025-03-14T18:21:18 | 2025-03-24T13:58:24 | 2025-03-24T13:58:14 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50036",
"html_url": "https://github.com/facebook/react-native/pull/50036",
"diff_url": "https://github.com/facebook/react-native/pull/50036.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50036.patch",
"merged_at": null
} | Summary:
This is my friday round of fixing some warnings in our codebase.
Those are all minor bits that should be fixed.
Changelog:
[Internal] [Changed] -
Differential Revision: D71209124
| {
"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/50036/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/50036/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50035 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50035/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50035/comments | https://api.github.com/repos/facebook/react-native/issues/50035/events | https://github.com/facebook/react-native/pull/50035 | 2,920,742,184 | PR_kwDOAbrxp86Os2UP | 50,035 | move Fantom's API to regular functions | {
"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-03-14T16:40:01 | 2025-03-14T18:15:36 | 2025-03-14T18:15:25 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50035",
"html_url": "https://github.com/facebook/react-native/pull/50035",
"diff_url": "https://github.com/facebook/react-native/pull/50035.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50035.patch",
"merged_at": null
} | Summary:
changelog: [internal]
to make it easier to write JSDocs, let's export functions directly from index.js instead of using proxy object.
Reviewed By: rubennorte
Differential Revision: D71200977
| {
"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/50035/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/50035/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50034 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50034/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50034/comments | https://api.github.com/repos/facebook/react-native/issues/50034/events | https://github.com/facebook/react-native/pull/50034 | 2,920,741,859 | PR_kwDOAbrxp86Os2Pm | 50,034 | add documentation for Fantom public APIs | {
"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 | 2 | 2025-03-14T16:39:50 | 2025-05-13T14:13:00 | 2025-03-14T18:15:26 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50034",
"html_url": "https://github.com/facebook/react-native/pull/50034",
"diff_url": "https://github.com/facebook/react-native/pull/50034.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50034.patch",
"merged_at": null
} | Summary:
changelog: [internal]
add documentation for Fantom public APIs.
Reviewed By: rubennorte
Differential Revision: D71197744
| {
"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/50034/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/50034/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50033 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50033/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50033/comments | https://api.github.com/repos/facebook/react-native/issues/50033/events | https://github.com/facebook/react-native/pull/50033 | 2,920,533,818 | PR_kwDOAbrxp86OsIqP | 50,033 | add tests for Fantom.scheduleTask | {
"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-03-14T15:21:16 | 2025-03-14T16:08:49 | 2025-03-14T16:08:39 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50033",
"html_url": "https://github.com/facebook/react-native/pull/50033",
"diff_url": "https://github.com/facebook/react-native/pull/50033.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50033.patch",
"merged_at": null
} | Summary:
changelog: [internal]
All public APIs should be covered with tests, this diff adds tests for Fantom.scheduleTask.
Reviewed By: rubennorte
Differential Revision: D71195921
| {
"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/50033/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/50033/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50032 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50032/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50032/comments | https://api.github.com/repos/facebook/react-native/issues/50032/events | https://github.com/facebook/react-native/pull/50032 | 2,920,495,664 | PR_kwDOAbrxp86OsAgX | 50,032 | Allow value extraction from folly::dynamic events | {
"login": "rozele",
"id": 1106239,
"node_id": "MDQ6VXNlcjExMDYyMzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1106239?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rozele",
"html_url": "https://github.com/rozele",
"followers_url": "https://api.github.com/users/rozele/foll... | [
{
"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 | 15 | 2025-03-14T15:06:28 | 2025-03-19T06:31:30 | 2025-03-19T06:31:01 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50032",
"html_url": "https://github.com/facebook/react-native/pull/50032",
"diff_url": "https://github.com/facebook/react-native/pull/50032.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50032.patch",
"merged_at": null
} | Summary:
In the new architecture, Android dispatches all events with folly::dynamic payloads. Various other callsites in some host platforms similarly dispatch events with folly::dynamic payloads.
Events disptached with folly::dynamic payloads have alignment with the `EventPayload::extractValue` method, added for inte... | {
"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/50032/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/50032/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50031 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50031/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50031/comments | https://api.github.com/repos/facebook/react-native/issues/50031/events | https://github.com/facebook/react-native/pull/50031 | 2,919,983,780 | PR_kwDOAbrxp86OqQ9Z | 50,031 | [0.79] refactor(react-native-codegen): Replace `jscodeshift` with `@babel/core` | {
"login": "kitten",
"id": 2041385,
"node_id": "MDQ6VXNlcjIwNDEzODU=",
"avatar_url": "https://avatars.githubusercontent.com/u/2041385?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kitten",
"html_url": "https://github.com/kitten",
"followers_url": "https://api.github.com/users/kitten/foll... | [
{
"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 | 0 | 2025-03-14T11:35:52 | 2025-03-14T11:46:26 | 2025-03-14T11:46:26 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50031",
"html_url": "https://github.com/facebook/react-native/pull/50031",
"diff_url": "https://github.com/facebook/react-native/pull/50031.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50031.patch",
"merged_at": "2025-03-... | > [!NOTE]
> This is a backport of #49641 to the `0.79-stable` branch due to `package.json`/`yarn.lock` conflicts.
> See pick request: https://github.com/reactwg/react-native-releases/issues/831
## Summary:
`jscodeshift` is only used in one module (`src/generators/components/GenerateViewConfigJs.js`, but depends... | {
"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... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50031/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/50031/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50030 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50030/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50030/comments | https://api.github.com/repos/facebook/react-native/issues/50030/events | https://github.com/facebook/react-native/pull/50030 | 2,919,825,559 | PR_kwDOAbrxp86Opt3s | 50,030 | Add lint rule preventing "Node" imports from react and migrate "Node" types to use React namespace in react-native | {
"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 | 5 | 2025-03-14T10:26:19 | 2025-03-17T13:51:00 | 2025-03-17T13:50:49 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50030",
"html_url": "https://github.com/facebook/react-native/pull/50030",
"diff_url": "https://github.com/facebook/react-native/pull/50030.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50030.patch",
"merged_at": null
} | Summary:
In Flow importing Node from react is equivalent importing ReactNode in Typescript. During translation Node is not translated to ReactNode but React.Node is translated to React.ReactNode. The easiest solution is to migrate all "Node" types to "React.Node" so that the translation is correct. To make sure that e... | {
"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/50030/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/50030/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50029 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50029/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50029/comments | https://api.github.com/repos/facebook/react-native/issues/50029/events | https://github.com/facebook/react-native/issues/50029 | 2,919,746,191 | I_kwDOAbrxp86uB8qP | 50,029 | Android borderRadius antiAliasing jagged edges | {
"login": "ly307637627",
"id": 8369055,
"node_id": "MDQ6VXNlcjgzNjkwNTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/8369055?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ly307637627",
"html_url": "https://github.com/ly307637627",
"followers_url": "https://api.github.com/us... | [
{
"id": 870851515,
"node_id": "MDU6TGFiZWw4NzA4NTE1MTU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20Android",
"name": "Platform: Android",
"color": "1d76db",
"default": false,
"description": "Android applications."
},
{
"id": 1794376073,
"n... | open | false | null | [] | null | 7 | 2025-03-14T09:48:37 | 2025-03-25T15:50:19 | null | NONE | null | null | null | null | ### Description
After upgrading React Native from 0.71.3 to 0.73.0, some Android devices exhibit a jagged edge issue when setting borderRadius on a View. This issue persists even with the latest version, 0.78.0.
### Steps to reproduce
` <View style={styles.section}>
<Text style={styles.label}>普通View圆形:... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50029/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/50029/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50028 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50028/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50028/comments | https://api.github.com/repos/facebook/react-native/issues/50028/events | https://github.com/facebook/react-native/pull/50028 | 2,919,742,250 | PR_kwDOAbrxp86Opbus | 50,028 | Remove the workaround used for measuring multiline text on iOS | {
"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 | 4 | 2025-03-14T09:46:42 | 2025-03-17T07:19:17 | 2025-03-17T07:19:09 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50028",
"html_url": "https://github.com/facebook/react-native/pull/50028",
"diff_url": "https://github.com/facebook/react-native/pull/50028.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50028.patch",
"merged_at": null
} | Summary:
Changelog: [IOS][CHANGED] - Replace a workaround for measuring multiline text with `maximumNumberOfLines` on iOS with a proper solution
## Summary:
In https://github.com/facebook/react-native/pull/49549 support for `numberOfLines` was added to iOS `TextInput`. Along that, a workaround for measuring multiline... | {
"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/50028/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/50028/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50027 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50027/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50027/comments | https://api.github.com/repos/facebook/react-native/issues/50027/events | https://github.com/facebook/react-native/pull/50027 | 2,919,701,486 | PR_kwDOAbrxp86OpS4W | 50,027 | Overwrite betterHitTest in RCTScrollViewComponentView instead of changing layout metrics of the container view | {
"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 | 4 | 2025-03-14T09:27:08 | 2025-03-17T12:07:13 | 2025-03-17T12:07:01 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50027",
"html_url": "https://github.com/facebook/react-native/pull/50027",
"diff_url": "https://github.com/facebook/react-native/pull/50027.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50027.patch",
"merged_at": null
} | Summary:
Changelog: [IOS][CHANGED] - Overwrite betterHitTest in RCTScrollViewComponentView instead of changing layout metrics of the container view
## Summary:
In https://github.com/facebook/react-native/pull/49855 I changed the container view of `RCTScrollViewComponentView` to be `RCTViewComponentView` instead of `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/50027/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/50027/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50026 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50026/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50026/comments | https://api.github.com/repos/facebook/react-native/issues/50026/events | https://github.com/facebook/react-native/issues/50026 | 2,919,291,292 | I_kwDOAbrxp86uANmc | 50,026 | Switch component incorrectly renders as toggled on even though value prop is hardcoded to false | {
"login": "nathanKramer",
"id": 4732403,
"node_id": "MDQ6VXNlcjQ3MzI0MDM=",
"avatar_url": "https://avatars.githubusercontent.com/u/4732403?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nathanKramer",
"html_url": "https://github.com/nathanKramer",
"followers_url": "https://api.github.com... | [
{
"id": 542043367,
"node_id": "MDU6TGFiZWw1NDIwNDMzNjc=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Issue:%20Author%20Provided%20Repro",
"name": "Issue: Author Provided Repro",
"color": "0e8a16",
"default": false,
"description": "This issue can be reproduced in Sn... | closed | false | null | [] | null | 2 | 2025-03-14T06:35:57 | 2025-03-20T22:52:41 | 2025-03-17T16:14:21 | NONE | null | null | null | null | ### Description
Given the provided reproduction with Expo Go, the Switch component renders as turned on when toggled, even though the onValueChange handler sets the state to false, and the `value` prop is hardcoded to `false`.
### Steps to reproduce
Follow the provided Expo Snack, choose "My Device" and scan the QR ... | {
"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/50026/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/50026/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50025 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50025/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50025/comments | https://api.github.com/repos/facebook/react-native/issues/50025/events | https://github.com/facebook/react-native/pull/50025 | 2,918,601,602 | PR_kwDOAbrxp86Olnxd | 50,025 | Deploy 0.265.0 to fbsource | {
"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-03-13T23:36:35 | 2025-03-14T00:22:38 | 2025-03-14T00:22:28 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50025",
"html_url": "https://github.com/facebook/react-native/pull/50025",
"diff_url": "https://github.com/facebook/react-native/pull/50025.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50025.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D71158296
| {
"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/50025/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/50025/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50024 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50024/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50024/comments | https://api.github.com/repos/facebook/react-native/issues/50024/events | https://github.com/facebook/react-native/issues/50024 | 2,918,376,897 | I_kwDOAbrxp86t8uXB | 50,024 | Experimental pointer events conflicting with bottom-sheet gestures | {
"login": "axyz",
"id": 412723,
"node_id": "MDQ6VXNlcjQxMjcyMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/412723?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/axyz",
"html_url": "https://github.com/axyz",
"followers_url": "https://api.github.com/users/axyz/followers",
... | [
{
"id": 4431653875,
"node_id": "LA_kwDOAbrxp88AAAABCCWr8w",
"url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Issue%20in%20another%20tool%20or%20repo",
"name": "Resolution: Issue in another tool or repo",
"color": "ffffff",
"default": false,
"description": "... | closed | false | null | [] | null | 4 | 2025-03-13T20:58:53 | 2025-03-18T12:14:51 | 2025-03-18T12:00:50 | NONE | null | null | null | null | ### Description
When experimental pointer events are enabled (https://reactnative.dev/blog/2022/12/13/pointer-events-in-react-native#enable-feature-flags) and a bottom-sheet is closed via touch gestures (https://github.com/gorhom/react-native-bottom-sheet) the pointer events stop working. (issue happens on both Androi... | {
"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/50024/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/50024/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/50023 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50023/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50023/comments | https://api.github.com/repos/facebook/react-native/issues/50023/events | https://github.com/facebook/react-native/pull/50023 | 2,918,369,935 | PR_kwDOAbrxp86Ok2WH | 50,023 | Create IntersectionObserver benchmark | {
"login": "lunaleaps",
"id": 1309636,
"node_id": "MDQ6VXNlcjEzMDk2MzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/1309636?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lunaleaps",
"html_url": "https://github.com/lunaleaps",
"followers_url": "https://api.github.com/users/lu... | [
{
"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-03-13T20:54:49 | 2025-03-19T07:05:10 | 2025-03-19T07:05:00 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50023",
"html_url": "https://github.com/facebook/react-native/pull/50023",
"diff_url": "https://github.com/facebook/react-native/pull/50023.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50023.patch",
"merged_at": null
} | Summary: Add benchmarks for Intersection Observer
Differential Revision: D66847629
| {
"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/50023/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/50023/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50022 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50022/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50022/comments | https://api.github.com/repos/facebook/react-native/issues/50022/events | https://github.com/facebook/react-native/pull/50022 | 2,918,360,252 | PR_kwDOAbrxp86Ok0Of | 50,022 | Explicitly include hermes.h in RCTHostTests.mm | {
"login": "dannysu",
"id": 859317,
"node_id": "MDQ6VXNlcjg1OTMxNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/859317?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dannysu",
"html_url": "https://github.com/dannysu",
"followers_url": "https://api.github.com/users/dannysu/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-03-13T20:49:01 | 2025-03-14T18:11:46 | 2025-03-14T18:11:36 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50022",
"html_url": "https://github.com/facebook/react-native/pull/50022",
"diff_url": "https://github.com/facebook/react-native/pull/50022.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50022.patch",
"merged_at": null
} | Summary: RCTHostTests.mm calls `makeHermesRuntime`, which is from `hermes.h`. Explicitly include the header so that RCTHostTests isn't getting it indirectly.
Differential Revision: D71146426
| {
"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/50022/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/50022/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50021 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50021/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50021/comments | https://api.github.com/repos/facebook/react-native/issues/50021/events | https://github.com/facebook/react-native/pull/50021 | 2,918,142,810 | PR_kwDOAbrxp86OkF4_ | 50,021 | Avoid debug crash when SendAccessibilityEventMountItem fails due to view dissapearing | {
"login": "mdvacca",
"id": 515103,
"node_id": "MDQ6VXNlcjUxNTEwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/515103?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mdvacca",
"html_url": "https://github.com/mdvacca",
"followers_url": "https://api.github.com/users/mdvacca/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-03-13T19:02:53 | 2025-03-13T20:31:20 | 2025-03-13T20:31:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50021",
"html_url": "https://github.com/facebook/react-native/pull/50021",
"diff_url": "https://github.com/facebook/react-native/pull/50021.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50021.patch",
"merged_at": null
} | Summary:
Avoid debug crash when SendAccessibilityEventMountItem fails due to view dissapearing
changelog: [internal] internal
Reviewed By: makovkastar
Differential Revision: D71135286
| {
"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/50021/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/50021/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50020 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50020/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50020/comments | https://api.github.com/repos/facebook/react-native/issues/50020/events | https://github.com/facebook/react-native/pull/50020 | 2,918,117,089 | PR_kwDOAbrxp86OkAcI | 50,020 | Add `updateShadowTree` to UIManager | {
"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 | 5 | 2025-03-13T18:49:46 | 2025-03-14T15:45:41 | 2025-03-14T15:45:31 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50020",
"html_url": "https://github.com/facebook/react-native/pull/50020",
"diff_url": "https://github.com/facebook/react-native/pull/50020.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50020.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
[General][Added] - Add `updateShadowTree` to UIManager
We have an internal method `updateShadowTree` that does similar thing as `ReanimatedModuleProxy::cloneShadowTreeWithNewProps` in reanimated, with which we can efficiently commit props for multiple shadowNodes onto ShadowTree. it guar... | {
"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/50020/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/50020/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50019 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50019/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50019/comments | https://api.github.com/repos/facebook/react-native/issues/50019/events | https://github.com/facebook/react-native/pull/50019 | 2,918,004,649 | PR_kwDOAbrxp86Ojotj | 50,019 | Add Fantom test for requestIdleCallback | {
"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-03-13T17:55:48 | 2025-03-13T19:12:28 | 2025-03-13T19:12:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50019",
"html_url": "https://github.com/facebook/react-native/pull/50019",
"diff_url": "https://github.com/facebook/react-native/pull/50019.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50019.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This adds some basic tests for the API to show that it's working correctly.
This was in response to https://github.com/facebook/react-native/issues/49684. If there are use cases that we think are incorrectly handled, we should add them to this test.
Differential Revision: D71128943
| {
"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/50019/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/50019/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50018 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50018/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50018/comments | https://api.github.com/repos/facebook/react-native/issues/50018/events | https://github.com/facebook/react-native/pull/50018 | 2,917,971,104 | PR_kwDOAbrxp86Ojhm7 | 50,018 | Migrate `JSPackagerClient` 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-03-13T17:41:35 | 2025-03-14T17:52:53 | 2025-03-14T17:52:44 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50018",
"html_url": "https://github.com/facebook/react-native/pull/50018",
"diff_url": "https://github.com/facebook/react-native/pull/50018.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50018.patch",
"merged_at": null
} | ## Summary:
Migrate com.facebook.react.packagerconnection.JSPackagerClient to Kotlin.
## Changelog:
[INTERNAL] - Migrate com.facebook.react.packagerconnection.JSPackagerClient 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/50018/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/50018/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50017 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50017/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50017/comments | https://api.github.com/repos/facebook/react-native/issues/50017/events | https://github.com/facebook/react-native/pull/50017 | 2,917,905,938 | PR_kwDOAbrxp86OjUhl | 50,017 | Remove CGFLOAT_IS_DOUBLE macro | {
"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-03-13T17:19:14 | 2025-03-14T13:49:28 | 2025-03-14T13:49:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50017",
"html_url": "https://github.com/facebook/react-native/pull/50017",
"diff_url": "https://github.com/facebook/react-native/pull/50017.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50017.patch",
"merged_at": null
} | Summary:
[From iOS 11 onwards and from MacOS 10.15](https://developer.apple.com/documentation/uikit/updating-your-app-from-32-bit-to-64-bit-architecture?language=objc), Apple only supports 64 bit architectures.
Hence, [`CGFloat` is now always mapped to a Double](https://developer.apple.com/documentation/corefoundation... | {
"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/50017/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/50017/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50016 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50016/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50016/comments | https://api.github.com/repos/facebook/react-native/issues/50016/events | https://github.com/facebook/react-native/pull/50016 | 2,917,895,498 | PR_kwDOAbrxp86OjSTD | 50,016 | logging- log socket connection uptime in dev middleware | {
"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-03-13T17:14:48 | 2025-03-14T16:19:50 | 2025-03-14T16:19:41 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/50016",
"html_url": "https://github.com/facebook/react-native/pull/50016",
"diff_url": "https://github.com/facebook/react-native/pull/50016.diff",
"patch_url": "https://github.com/facebook/react-native/pull/50016.patch",
"merged_at": null
} | Summary:
Changelog:
[General][Internal] logging- log socket connection uptime in dev middleware
Differential Revision: D71126344
| {
"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/50016/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/50016/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/50015 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/50015/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/50015/comments | https://api.github.com/repos/facebook/react-native/issues/50015/events | https://github.com/facebook/react-native/issues/50015 | 2,917,665,910 | I_kwDOAbrxp86t6Ax2 | 50,015 | AbortSignal/AbortController doesn't work | {
"login": "lufinkey",
"id": 7820113,
"node_id": "MDQ6VXNlcjc4MjAxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7820113?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lufinkey",
"html_url": "https://github.com/lufinkey",
"followers_url": "https://api.github.com/users/lufin... | [
{
"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 ... | open | false | null | [] | null | 11 | 2025-03-13T15:57:27 | 2025-05-14T15:41:54 | null | NONE | null | null | null | null | ### Description
- AbortController / AbortSignal are used in javascript to cancel a request started with `fetch`, or any other async task that should be cancellable (docs [here](https://developer.mozilla.org/en-US/docs/Web/API/AbortController))
- In react native, there are several issues with these APIs:
- DOMExcep... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/50015/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/50015/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.