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/51221 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51221/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51221/comments | https://api.github.com/repos/facebook/react-native/issues/51221/events | https://github.com/facebook/react-native/pull/51221 | 3,052,222,589 | PR_kwDOAbrxp86Vlwn- | 51,221 | Simplify StubViewTree creation | {
"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-05-09T13:40:57 | 2025-05-09T15:40:25 | 2025-05-09T15:40:17 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51221",
"html_url": "https://github.com/facebook/react-native/pull/51221",
"diff_url": "https://github.com/facebook/react-native/pull/51221.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51221.patch",
"merged_at": null
} | Summary:
In the case of an empty root node, we don't need `buildStubViewTreeWithoutUsingDifferentiator` to create the initial `StubViewTree`
When testing with Fantom, this caused an additional unnecessary clone of RootShadowNode.
Differential Revision: D74472766
Changelog: [Internal]
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51221/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/51221/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51220 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51220/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51220/comments | https://api.github.com/repos/facebook/react-native/issues/51220/events | https://github.com/facebook/react-native/pull/51220 | 3,052,064,802 | PR_kwDOAbrxp86VlNsc | 51,220 | Add Playground test | {
"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 | 4 | 2025-05-09T12:45:58 | 2025-05-10T08:58:18 | 2025-05-10T08:58:09 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51220",
"html_url": "https://github.com/facebook/react-native/pull/51220",
"diff_url": "https://github.com/facebook/react-native/pull/51220.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51220.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Just a playground file to do quick tests in the Fantom environment.
For example, I just used it to know if Hermes supports `AggregateError`, which does:
```
it('...', () => {
console.log('AggregateError', global.AggregateError);
});
```
{F1977824992}
Differential Revision: D7... | {
"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/51220/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/51220/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51219 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51219/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51219/comments | https://api.github.com/repos/facebook/react-native/issues/51219/events | https://github.com/facebook/react-native/pull/51219 | 3,051,931,076 | PR_kwDOAbrxp86VkwiH | 51,219 | Add getDiffProps for Paragraph component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-09T11:57:48 | 2025-05-12T11:07:18 | 2025-05-12T11:07:00 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51219",
"html_url": "https://github.com/facebook/react-native/pull/51219",
"diff_url": "https://github.com/facebook/react-native/pull/51219.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51219.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74473177
| {
"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/51219/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/51219/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51218 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51218/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51218/comments | https://api.github.com/repos/facebook/react-native/issues/51218/events | https://github.com/facebook/react-native/pull/51218 | 3,051,928,136 | PR_kwDOAbrxp86Vkv30 | 51,218 | Add getDiffProps for Text component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-09T11:56:48 | 2025-05-12T11:07:13 | 2025-05-12T11:06:59 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51218",
"html_url": "https://github.com/facebook/react-native/pull/51218",
"diff_url": "https://github.com/facebook/react-native/pull/51218.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51218.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74473101
| {
"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/51218/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/51218/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51217 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51217/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51217/comments | https://api.github.com/repos/facebook/react-native/issues/51217/events | https://github.com/facebook/react-native/pull/51217 | 3,051,925,321 | PR_kwDOAbrxp86VkvPm | 51,217 | Add updateDiffProps to BaseTextProps | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 7 | 2025-05-09T11:55:41 | 2025-05-12T11:07:08 | 2025-05-12T11:06:58 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51217",
"html_url": "https://github.com/facebook/react-native/pull/51217",
"diff_url": "https://github.com/facebook/react-native/pull/51217.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51217.patch",
"merged_at": null
} | Summary:
Add helper method to build the prop diffing based on the BaseTextProps which are used by the Text and Paragraph props.
Changelog: [Internal]
Differential Revision: D74473004
| {
"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/51217/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/51217/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51216 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51216/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51216/comments | https://api.github.com/repos/facebook/react-native/issues/51216/events | https://github.com/facebook/react-native/pull/51216 | 3,051,901,423 | PR_kwDOAbrxp86VkqBE | 51,216 | [ios][prebuild] add download/extract hermes prebuilts | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-09T11:45:08 | 2025-05-20T11:37:50 | 2025-05-20T11:37:34 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51216",
"html_url": "https://github.com/facebook/react-native/pull/51216",
"diff_url": "https://github.com/facebook/react-native/pull/51216.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51216.patch",
"merged_at": null
} | ## Summary:
When running the prebuild script:
`node scripts/ios-prebuild.js`
The script will now try to resolve and download a prebuilt version of hermes:
1. Hermes artifacts will be extracted to the `./build/artifacts/hermes` folder to ensure that Package.swift can find a version to link against.
2. The s... | {
"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/51216/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/51216/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51215 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51215/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51215/comments | https://api.github.com/repos/facebook/react-native/issues/51215/events | https://github.com/facebook/react-native/pull/51215 | 3,051,785,693 | PR_kwDOAbrxp86VkQ0j | 51,215 | fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated:animatedAndroid | {
"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-05-09T10:52:03 | 2025-05-10T00:22:29 | 2025-05-10T00:22:21 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51215",
"html_url": "https://github.com/facebook/react-native/pull/51215",
"diff_url": "https://github.com/facebook/react-native/pull/51215.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51215.patch",
"merged_at": null
} | Differential Revision: D74463923
Changelog: [Internal]
| {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51215/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/51215/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51214 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51214/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51214/comments | https://api.github.com/repos/facebook/react-native/issues/51214/events | https://github.com/facebook/react-native/pull/51214 | 3,051,775,818 | PR_kwDOAbrxp86VkOq4 | 51,214 | Fix the `use` import on `DefaultStyleValuesUtil` | {
"login": "cortinico",
"id": 3001957,
"node_id": "MDQ6VXNlcjMwMDE5NTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/3001957?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cortinico",
"html_url": "https://github.com/cortinico",
"followers_url": "https://api.github.com/users/co... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-09T10:47:32 | 2025-05-09T15:28:52 | 2025-05-09T15:28:40 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51214",
"html_url": "https://github.com/facebook/react-native/pull/51214",
"diff_url": "https://github.com/facebook/react-native/pull/51214.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51214.patch",
"merged_at": null
} | Summary:
D74381864 caused a series of crashes to spike due to .IncompatibleClassChangeError: Class 'android.content.res.TypedArray' does not implement interface 'java.lang.AutoCloseable'
This fixes it.
Changelog:
[Internal] [Changed] -
Differential Revision: D74468593
| {
"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/51214/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/51214/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51213 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51213/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51213/comments | https://api.github.com/repos/facebook/react-native/issues/51213/events | https://github.com/facebook/react-native/pull/51213 | 3,051,711,389 | PR_kwDOAbrxp86VkAvq | 51,213 | [ios][interoplayer] fix adding children | {
"login": "chrfalch",
"id": 875252,
"node_id": "MDQ6VXNlcjg3NTI1Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/875252?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrfalch",
"html_url": "https://github.com/chrfalch",
"followers_url": "https://api.github.com/users/chrfalc... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-09T10:18:26 | 2025-06-04T09:42:10 | 2025-05-14T17:15:22 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51213",
"html_url": "https://github.com/facebook/react-native/pull/51213",
"diff_url": "https://github.com/facebook/react-native/pull/51213.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51213.patch",
"merged_at": null
} | ## Summary:
See #51212 - children aren't updated correctly in an old arch native view using the interop layer under Fabric.
This is caused by the mountChildComponentView method not updating the view, only adding the new view to a list that will be used on the next update to mount the child.
This commit fixes t... | {
"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/51213/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/51213/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51212 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51212/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51212/comments | https://api.github.com/repos/facebook/react-native/issues/51212/events | https://github.com/facebook/react-native/issues/51212 | 3,051,683,616 | I_kwDOAbrxp8615P8g | 51,212 | [iOS][interoplayer] not handling adding children correctly | {
"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": 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": 856933610,
"node_id": "MDU... | closed | false | null | [] | null | 3 | 2025-05-09T10:06:32 | 2025-05-15T09:34:00 | 2025-05-15T09:33:59 | COLLABORATOR | null | null | null | null | ### Description
When adding children in a native view that uses the interop layer under Fabric, insertion of children aren't handled correctly. In the example below the yellow view is a native view with no extra features or functionality. The blue squares are regular views. Each square is added to the state when press... | {
"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/51212/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/51212/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51211 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51211/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51211/comments | https://api.github.com/repos/facebook/react-native/issues/51211/events | https://github.com/facebook/react-native/pull/51211 | 3,051,682,742 | PR_kwDOAbrxp86Vj6oU | 51,211 | Define Fantom specific initialization module | {
"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 | 8 | 2025-05-09T10:06:11 | 2025-05-09T14:15:59 | 2025-05-09T14:15:40 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51211",
"html_url": "https://github.com/facebook/react-native/pull/51211",
"diff_url": "https://github.com/facebook/react-native/pull/51211.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51211.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This modifies the setup for Fantom so:
1. We don't inject "InitializeCore" by default.
2. We define a default environment setup module for Fantom with good defaults (LogBox, etc. disabled).
We also migrate all existing tests to use the new module.
The goal of this is to prevent LogBox ... | {
"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/51211/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/51211/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51210 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51210/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51210/comments | https://api.github.com/repos/facebook/react-native/issues/51210/events | https://github.com/facebook/react-native/pull/51210 | 3,051,682,009 | PR_kwDOAbrxp86Vj6eX | 51,210 | Ensure LogBox is disabled in Fantom tests | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 12 | 2025-05-09T10:05:52 | 2025-05-09T14:16:05 | 2025-05-09T14:15:41 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51210",
"html_url": "https://github.com/facebook/react-native/pull/51210",
"diff_url": "https://github.com/facebook/react-native/pull/51210.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51210.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This adds a safety mechanism to Fantom tests to prevent LogBox from swallowing errors.
Now we validate that LogBox isn't installed when running tasks, so we can properly fix error reporting in tests.
Differential Revision: D74464749
| {
"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/51210/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/51210/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51209 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51209/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51209/comments | https://api.github.com/repos/facebook/react-native/issues/51209/events | https://github.com/facebook/react-native/pull/51209 | 3,051,672,862 | PR_kwDOAbrxp86Vj4eq | 51,209 | Extract RN environment setup to a specific module | {
"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 | 7 | 2025-05-09T10:02:48 | 2025-05-09T14:15:53 | 2025-05-09T14:15:40 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51209",
"html_url": "https://github.com/facebook/react-native/pull/51209",
"diff_url": "https://github.com/facebook/react-native/pull/51209.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51209.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This refactors `InitializeCore` to extract the initialization logic to a separate configurable module.
By default, this does the same thing it does now, but the new module could be used without `InitializeCore` to set up the environment forcing disabling developer tools (e.g.: for testi... | {
"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/51209/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/51209/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51208 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51208/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51208/comments | https://api.github.com/repos/facebook/react-native/issues/51208/events | https://github.com/facebook/react-native/pull/51208 | 3,051,623,971 | PR_kwDOAbrxp86VjuK8 | 51,208 | Add additional test cases for error handling in Fantom event loop | {
"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 | 9 | 2025-05-09T09:43:06 | 2025-05-09T14:15:50 | 2025-05-09T14:15:39 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51208",
"html_url": "https://github.com/facebook/react-native/pull/51208",
"diff_url": "https://github.com/facebook/react-native/pull/51208.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51208.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Adding a few more test cases to make sure error handling is fixed considering these use cases.
Reviewed By: rshest
Differential Revision: D74459974
| {
"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/51208/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/51208/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51207 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51207/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51207/comments | https://api.github.com/repos/facebook/react-native/issues/51207/events | https://github.com/facebook/react-native/pull/51207 | 3,050,540,144 | PR_kwDOAbrxp86VhABE | 51,207 | [kotlinify] Kotlinify BaseJavaModule | {
"login": "l2hyunwoo",
"id": 54518925,
"node_id": "MDQ6VXNlcjU0NTE4OTI1",
"avatar_url": "https://avatars.githubusercontent.com/u/54518925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/l2hyunwoo",
"html_url": "https://github.com/l2hyunwoo",
"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 | 4 | 2025-05-09T02:15:52 | 2025-06-07T23:45:39 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51207",
"html_url": "https://github.com/facebook/react-native/pull/51207",
"diff_url": "https://github.com/facebook/react-native/pull/51207.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51207.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
<!-- Explain the **motivation** for making this change. What existing proble... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51207/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/51207/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51206 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51206/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51206/comments | https://api.github.com/repos/facebook/react-native/issues/51206/events | https://github.com/facebook/react-native/pull/51206 | 3,050,338,619 | PR_kwDOAbrxp86VgW0u | 51,206 | Directly Trust Text Layout Width | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-08T23:20:38 | 2025-05-09T19:56:41 | 2025-05-09T19:56:31 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51206",
"html_url": "https://github.com/facebook/react-native/pull/51206",
"diff_url": "https://github.com/facebook/react-native/pull/51206.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51206.patch",
"merged_at": null
} | Summary:
When we create a layout from measure constraints, we do some processing of the width, to return a different one, potentially smaller than the layout width, sometimes using line width, and sometimes using the container width.
This logic has gotten spooooky over time, and after a series of changes, and bugfixes... | {
"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/51206/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/51206/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51205 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51205/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51205/comments | https://api.github.com/repos/facebook/react-native/issues/51205/events | https://github.com/facebook/react-native/issues/51205 | 3,050,332,403 | I_kwDOAbrxp8610GDz | 51,205 | panResponder inside ScrollView on Android behaves differently than iOS. Android can't scroll. | {
"login": "andywall66",
"id": 1054244,
"node_id": "MDQ6VXNlcjEwNTQyNDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/1054244?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andywall66",
"html_url": "https://github.com/andywall66",
"followers_url": "https://api.github.com/users... | [
{
"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... | open | false | null | [] | null | 3 | 2025-05-08T23:18:05 | 2025-05-22T09:25:18 | null | NONE | null | null | null | null | ### Description
This is a revival of: https://github.com/facebook/react-native/issues/21894 ...which was closed but **is still an issue as was described.**
Attached is a simple demo (updated from original) - running on the latest Expo, which is up-to-date RN - which shows this issue persisting: **different behavior b... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51205/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/51205/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51204 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51204/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51204/comments | https://api.github.com/repos/facebook/react-native/issues/51204/events | https://github.com/facebook/react-native/pull/51204 | 3,050,289,840 | PR_kwDOAbrxp86VgO4m | 51,204 | Updated Playground example to display screen dimensions issue | {
"login": "JDMathew",
"id": 17250443,
"node_id": "MDQ6VXNlcjE3MjUwNDQz",
"avatar_url": "https://avatars.githubusercontent.com/u/17250443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JDMathew",
"html_url": "https://github.com/JDMathew",
"followers_url": "https://api.github.com/users/JDM... | [
{
"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 | 0 | 2025-05-08T23:02:17 | 2025-05-09T09:17:04 | null | CONTRIBUTOR | null | null | true | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51204",
"html_url": "https://github.com/facebook/react-native/pull/51204",
"diff_url": "https://github.com/facebook/react-native/pull/51204.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51204.patch",
"merged_at": null
} |
## Summary:
This is a PR to show the [issue](https://github.com/facebook/react-native/issues/51150) reported in #51150
## Changelog:
tags:[IOS] [CHANGED] - RNTesterPlayground updated
## Test Plan:
Run the example on android and iOS. Note android dimensions for window height exclude the status bar and ... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51204/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/51204/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51203 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51203/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51203/comments | https://api.github.com/repos/facebook/react-native/issues/51203/events | https://github.com/facebook/react-native/pull/51203 | 3,050,241,382 | PR_kwDOAbrxp86VgF_q | 51,203 | Delete Dead Tests | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | open | false | null | [] | null | 2 | 2025-05-08T22:45:12 | 2025-05-08T22:45:57 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51203",
"html_url": "https://github.com/facebook/react-native/pull/51203",
"diff_url": "https://github.com/facebook/react-native/pull/51203.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51203.patch",
"merged_at": null
} | Differential Revision: D74432440
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51203/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/51203/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51202 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51202/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51202/comments | https://api.github.com/repos/facebook/react-native/issues/51202/events | https://github.com/facebook/react-native/pull/51202 | 3,050,191,783 | PR_kwDOAbrxp86Vf7Np | 51,202 | Fix typo in assertion message | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 1 | 2025-05-08T22:05:22 | 2025-05-14T22:06:34 | 2025-05-14T22:06:34 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51202",
"html_url": "https://github.com/facebook/react-native/pull/51202",
"diff_url": "https://github.com/facebook/react-native/pull/51202.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51202.patch",
"merged_at": null
} | Summary:
tsia
Changelog: [Internal]
Differential Revision: D74429506
| {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51202/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/51202/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51201 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51201/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51201/comments | https://api.github.com/repos/facebook/react-native/issues/51201/events | https://github.com/facebook/react-native/pull/51201 | 3,050,126,325 | PR_kwDOAbrxp86Vfst6 | 51,201 | Make `DeprecatedInNewArchitecture` internal | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-08T21:24:28 | 2025-05-12T10:51:39 | 2025-05-12T10:51:28 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51201",
"html_url": "https://github.com/facebook/react-native/pull/51201",
"diff_url": "https://github.com/facebook/react-native/pull/51201.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51201.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51201/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/51201/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51200 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51200/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51200/comments | https://api.github.com/repos/facebook/react-native/issues/51200/events | https://github.com/facebook/react-native/issues/51200 | 3,049,909,767 | I_kwDOAbrxp861ye4H | 51,200 | Different behavior: panResponder inside ScrollView on Android vs. iOS. Android can't scroll. | {
"login": "andywall66",
"id": 1054244,
"node_id": "MDQ6VXNlcjEwNTQyNDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/1054244?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andywall66",
"html_url": "https://github.com/andywall66",
"followers_url": "https://api.github.com/users... | [
{
"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 | 2 | 2025-05-08T19:30:42 | 2025-05-08T19:31:13 | 2025-05-08T19:30:59 | NONE | null | null | null | null | ### Description
This is a revival of: https://github.com/facebook/react-native/issues/21894 ...which was closed but **is still an issue as was described.**
Attached is a simple demo (updated from original) - running on the latest Expo, which is up-to-date RN - which shows this issue persisting: **different behavior b... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51200/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/51200/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51199 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51199/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51199/comments | https://api.github.com/repos/facebook/react-native/issues/51199/events | https://github.com/facebook/react-native/issues/51199 | 3,049,814,231 | I_kwDOAbrxp861yHjX | 51,199 | Debugger Steps Through Ignored Files | {
"login": "ohjah",
"id": 119056288,
"node_id": "U_kgDOBxinoA",
"avatar_url": "https://avatars.githubusercontent.com/u/119056288?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ohjah",
"html_url": "https://github.com/ohjah",
"followers_url": "https://api.github.com/users/ohjah/followers",
... | [
{
"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 | 6 | 2025-05-08T18:46:05 | 2025-06-09T09:46:16 | null | NONE | null | null | null | null | ### Description
I'm trying to use the Sources tab in DevTools to efficiently debug my application. Unfortunately, the debugger is stepping through not only the files I've authored but also files inside the node_modules directory—even ones I've configured to be ignored.
This significantly degrades the development expe... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51199/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/51199/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51198 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51198/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51198/comments | https://api.github.com/repos/facebook/react-native/issues/51198/events | https://github.com/facebook/react-native/issues/51198 | 3,049,593,391 | I_kwDOAbrxp861xRov | 51,198 | Non-asset images, e.g. loaded remotely using `uri`, can cause memory not to be released when the Image component is unmounted | {
"login": "alexfoxy",
"id": 151772,
"node_id": "MDQ6VXNlcjE1MTc3Mg==",
"avatar_url": "https://avatars.githubusercontent.com/u/151772?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alexfoxy",
"html_url": "https://github.com/alexfoxy",
"followers_url": "https://api.github.com/users/alexfox... | [
{
"id": 1113225504,
"node_id": "MDU6TGFiZWwxMTEzMjI1NTA0",
"url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20Image",
"name": "Component: Image",
"color": "fef2c0",
"default": false,
"description": ""
},
{
"id": 1794148347,
"node_id": "MDU6TGFiZWwx... | open | false | null | [] | null | 2 | 2025-05-08T16:59:39 | 2025-05-21T13:15:27 | null | NONE | null | null | null | null | ### Description
Images loaded from a remote location, or using an alternative loader, e.g. via the Photo Roll, can cause memory usage to increase rapidly. This isn't an issue with images loaded via the `require` method. This was first discovered when using an alternative (`react-native-camera-roll`) loader, but it's a... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51198/reactions",
"total_count": 2,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 1,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/facebook/react-native/issues/51198/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51197 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51197/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51197/comments | https://api.github.com/repos/facebook/react-native/issues/51197/events | https://github.com/facebook/react-native/pull/51197 | 3,049,510,185 | PR_kwDOAbrxp86VdmM4 | 51,197 | Add `Package.swift` file to prebuild React native core | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 8 | 2025-05-08T16:22:21 | 2025-05-09T10:23:07 | 2025-05-09T10:22:57 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51197",
"html_url": "https://github.com/facebook/react-native/pull/51197",
"diff_url": "https://github.com/facebook/react-native/pull/51197.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51197.patch",
"merged_at": null
} | Summary:
This change adds the Package.swift file that can finally build React Native core using SPM
## Changelog:
[Internal] - Add Swift PM file to uild React Native Core using SwiftPM
Differential Revision: D74393435
Pulled By: cipolleschi
| {
"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/51197/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/51197/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51196 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51196/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51196/comments | https://api.github.com/repos/facebook/react-native/issues/51196/events | https://github.com/facebook/react-native/pull/51196 | 3,049,092,822 | PR_kwDOAbrxp86VcLiq | 51,196 | Kotlinify ReactInstanceManagerInspectorTarget + make internal | {
"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 | 4 | 2025-05-08T13:56:47 | 2025-05-08T14:51:17 | 2025-05-08T14:51:07 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51196",
"html_url": "https://github.com/facebook/react-native/pull/51196",
"diff_url": "https://github.com/facebook/react-native/pull/51196.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51196.patch",
"merged_at": null
} | Summary:
As per title.
Changelog: [Internal]
Reviewed By: javache
Differential Revision: D74325454
| {
"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/51196/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/51196/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51195 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51195/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51195/comments | https://api.github.com/repos/facebook/react-native/issues/51195/events | https://github.com/facebook/react-native/pull/51195 | 3,048,953,775 | PR_kwDOAbrxp86VbtJp | 51,195 | Add script to prepare the .build folder to prebuild React Native with SwiftPM | {
"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 | 5 | 2025-05-08T13:06:58 | 2025-05-08T20:04:18 | 2025-05-08T20:03:58 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51195",
"html_url": "https://github.com/facebook/react-native/pull/51195",
"diff_url": "https://github.com/facebook/react-native/pull/51195.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51195.patch",
"merged_at": null
} | Summary:
This change adds a script that prepares the repository by creating hard links to the header files in the `.build` folder that is also gitignored
## Changelog:
[Internal] - Add sdcript to setup the repository so that we can build it properly.
Differential Revision: D74393116
Pulled By: cipolleschi
| {
"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/51195/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/51195/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51194 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51194/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51194/comments | https://api.github.com/repos/facebook/react-native/issues/51194/events | https://github.com/facebook/react-native/pull/51194 | 3,048,808,166 | PR_kwDOAbrxp86VbNXS | 51,194 | Add utils script to create folders to prebuild React Native core | {
"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 | 5 | 2025-05-08T12:09:31 | 2025-05-08T20:04:13 | 2025-05-08T20:03:57 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51194",
"html_url": "https://github.com/facebook/react-native/pull/51194",
"diff_url": "https://github.com/facebook/react-native/pull/51194.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51194.patch",
"merged_at": null
} | Summary:
This change adds an utils script to set up folders when needed.
## Changelog:
[INTERNAL] - Add utils script
Reviewed By: cortinico
Differential Revision: D74393298
Pulled By: cipolleschi
| {
"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/51194/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/51194/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51193 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51193/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51193/comments | https://api.github.com/repos/facebook/react-native/issues/51193/events | https://github.com/facebook/react-native/issues/51193 | 3,048,723,268 | I_kwDOAbrxp861t9NE | 51,193 | `borderTopEndRadius` and `borderBottomEndRadius` behave inconsistently on Android in RTL | {
"login": "YOEL311",
"id": 39925212,
"node_id": "MDQ6VXNlcjM5OTI1MjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/39925212?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YOEL311",
"html_url": "https://github.com/YOEL311",
"followers_url": "https://api.github.com/users/YOEL31... | [
{
"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": 1794148347,
"n... | closed | false | {
"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/... | [
{
"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://a... | null | 3 | 2025-05-08T11:38:02 | 2025-05-14T20:34:42 | 2025-05-14T10:57:25 | NONE | null | null | null | null | ### Description
### Summary
When using `borderTopEndRadius` and `borderBottomEndRadius` on a `View`, the corners behave **inconsistently on Android** when the device language is RTL (e.g. Hebrew or Arabic). The same styles behave correctly on iOS.
In **LTR**, both radius props apply to the same (right) side, as expe... | {
"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/51193/reactions",
"total_count": 7,
"+1": 5,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/facebook/react-native/issues/51193/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51192 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51192/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51192/comments | https://api.github.com/repos/facebook/react-native/issues/51192/events | https://github.com/facebook/react-native/pull/51192 | 3,048,668,621 | PR_kwDOAbrxp86Vaukj | 51,192 | Move imported types from `@react-native/assets-registry` and `@react-native/js-polyfills` to `react-native` repo | {
"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 | 7 | 2025-05-08T11:14:15 | 2025-05-12T13:50:25 | 2025-05-08T16:10:54 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51192",
"html_url": "https://github.com/facebook/react-native/pull/51192",
"diff_url": "https://github.com/facebook/react-native/pull/51192.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51192.patch",
"merged_at": null
} | Summary:
The `build-types` script cannot currently resolve `react-native/assets-registry` and `react-native/js-polyfills`. This diff moves imported types from these packages to `react-native` to include them in generated types.
Changelog:
[Internal]
Differential Revision: D74392568
| {
"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/51192/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/51192/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51191 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51191/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51191/comments | https://api.github.com/repos/facebook/react-native/issues/51191/events | https://github.com/facebook/react-native/pull/51191 | 3,048,652,367 | PR_kwDOAbrxp86VarAe | 51,191 | Narrow file set for no-commonjs-exports lint rule | {
"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-05-08T11:07:39 | 2025-05-08T13:13:21 | 2025-05-08T13:13:09 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51191",
"html_url": "https://github.com/facebook/react-native/pull/51191",
"diff_url": "https://github.com/facebook/react-native/pull/51191.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51191.patch",
"merged_at": null
} | Summary:
Avoids over-matching non-runtime files such as `packages/react-native/scripts/`.
Changelog: [Internal]
Differential Revision: D74394261
| {
"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/51191/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/51191/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51190 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51190/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51190/comments | https://api.github.com/repos/facebook/react-native/issues/51190/events | https://github.com/facebook/react-native/issues/51190 | 3,048,566,066 | I_kwDOAbrxp861tW0y | 51,190 | onPanResponderTerminationRequest isvalid | {
"login": "cscty",
"id": 124080983,
"node_id": "U_kgDOB2VTVw",
"avatar_url": "https://avatars.githubusercontent.com/u/124080983?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cscty",
"html_url": "https://github.com/cscty",
"followers_url": "https://api.github.com/users/cscty/followers",
... | [
{
"id": 978346108,
"node_id": "MDU6TGFiZWw5NzgzNDYxMDg=",
"url": "https://api.github.com/repos/facebook/react-native/labels/API:%20PanResponder",
"name": "API: PanResponder",
"color": "fef2c0",
"default": false,
"description": ""
},
{
"id": 1794148631,
"node_id": "MDU6TGFiZWw... | closed | false | null | [] | null | 5 | 2025-05-08T10:30:56 | 2025-06-09T05:01:40 | 2025-06-09T05:01:39 | NONE | null | null | null | null | ### Description
Two elements of the same level, A and B, touch A first and then move to B. The responder is still A. A's onPanResponderTerminationRequest event has not been executed, and B's onPanResponderMove event has not been executed either
version
react-native: 0.76.9
code:
`import React, { useRef, useState }... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51190/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/51190/timeline | null | not_planned | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51189 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51189/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51189/comments | https://api.github.com/repos/facebook/react-native/issues/51189/events | https://github.com/facebook/react-native/pull/51189 | 3,048,467,850 | PR_kwDOAbrxp86VaCEL | 51,189 | Validate that typegen script can run in action | {
"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 | 7 | 2025-05-08T09:57:02 | 2025-05-08T13:23:07 | 2025-05-08T13:22:50 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51189",
"html_url": "https://github.com/facebook/react-native/pull/51189",
"diff_url": "https://github.com/facebook/react-native/pull/51189.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51189.patch",
"merged_at": null
} | Summary:
Changelog: [Internal]
Adds a Github action that validates that the typegen script can successfully translate every necessary Flow file to TypeScript.
Differential Revision: D74390916
| {
"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/51189/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/51189/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51188 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51188/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51188/comments | https://api.github.com/repos/facebook/react-native/issues/51188/events | https://github.com/facebook/react-native/issues/51188 | 3,048,466,653 | I_kwDOAbrxp861s-jd | 51,188 | Need help with 0.77 RCTAppDependencyProvider for .m file | {
"login": "dkornilove",
"id": 55177640,
"node_id": "MDQ6VXNlcjU1MTc3NjQw",
"avatar_url": "https://avatars.githubusercontent.com/u/55177640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dkornilove",
"html_url": "https://github.com/dkornilove",
"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 | 3 | 2025-05-08T09:56:38 | 2025-05-12T14:27:13 | 2025-05-12T10:26:15 | NONE | null | null | null | null | ### Description
I migrated from version 74 to 79 and got an error in runtime

after some debugging and research I found the similar [issue](https://github.com/software-mansion/react-native-screens/issues/2166) and learn that in... | {
"login": "dkornilove",
"id": 55177640,
"node_id": "MDQ6VXNlcjU1MTc3NjQw",
"avatar_url": "https://avatars.githubusercontent.com/u/55177640?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dkornilove",
"html_url": "https://github.com/dkornilove",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51188/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/51188/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51187 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51187/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51187/comments | https://api.github.com/repos/facebook/react-native/issues/51187/events | https://github.com/facebook/react-native/pull/51187 | 3,048,221,742 | PR_kwDOAbrxp86VZMXW | 51,187 | Text: Fix selectable prop mapping (was isSelectable) for Fabric - ensure correct macro conversion | {
"login": "iamAbhi-916",
"id": 74712637,
"node_id": "MDQ6VXNlcjc0NzEyNjM3",
"avatar_url": "https://avatars.githubusercontent.com/u/74712637?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/iamAbhi-916",
"html_url": "https://github.com/iamAbhi-916",
"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 | 2 | 2025-05-08T08:27:49 | 2025-06-04T06:17:58 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51187",
"html_url": "https://github.com/facebook/react-native/pull/51187",
"diff_url": "https://github.com/facebook/react-native/pull/51187.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51187.patch",
"merged_at": null
} | ## Summary:
for IOS and React native windows we can observe that the macro conversion is incorrect in ParagraphProps particularly for selectable prop.
current conversion
```
case ([]() constexpr -> RawPropsPropNameHash { return facebook::react::fnv1a("isSelectable"); }()): fromRawValue(context, value, isSel... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51187/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/51187/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51186 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51186/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51186/comments | https://api.github.com/repos/facebook/react-native/issues/51186/events | https://github.com/facebook/react-native/issues/51186 | 3,048,005,501 | I_kwDOAbrxp861rN99 | 51,186 | C/C++: does not contain a CMakeLists.txt file for android | {
"login": "gurkan-baykan",
"id": 46671013,
"node_id": "MDQ6VXNlcjQ2NjcxMDEz",
"avatar_url": "https://avatars.githubusercontent.com/u/46671013?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gurkan-baykan",
"html_url": "https://github.com/gurkan-baykan",
"followers_url": "https://api.githu... | [
{
"id": 470324689,
"node_id": "MDU6TGFiZWw0NzAzMjQ2ODk=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20For%20Stack%20Overflow",
"name": "Resolution: For Stack Overflow",
"color": "d4c5f9",
"default": false,
"description": "A question for Stack Overflow.... | closed | false | null | [] | null | 4 | 2025-05-08T06:54:00 | 2025-05-08T11:29:07 | 2025-05-08T10:41:26 | NONE | null | null | null | null | ### Description
react-native new architecture npm I am developing a module, I developed a native component in the module I developed and connected the fabric and react-native side and I managed to run the native component on the react-native side, while everything is fine on the ios side, on the android side
`/Users/... | {
"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/51186/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/51186/timeline | null | duplicate | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51185 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51185/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51185/comments | https://api.github.com/repos/facebook/react-native/issues/51185/events | https://github.com/facebook/react-native/pull/51185 | 3,047,899,001 | PR_kwDOAbrxp86VYFs4 | 51,185 | REACT_NATIVE_HAS_SERIALIZABLE_STATE | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 12 | 2025-05-08T06:01:03 | 2025-05-14T23:13:42 | 2025-05-14T23:13:30 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51185",
"html_url": "https://github.com/facebook/react-native/pull/51185",
"diff_url": "https://github.com/facebook/react-native/pull/51185.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51185.patch",
"merged_at": null
} | Summary:
Was running into issues with split Android ParagraphState, because a lot of code is tied to `#ifdef ANDROID`, which also builds for react-native-cxx.
This does that spliitting, and also introduces `REACT_NATIVE_HAS_SERIALIZABLE_STATE` to replace previous ANDROID checks related to state serialization, so we ca... | {
"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/51185/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/51185/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51184 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51184/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51184/comments | https://api.github.com/repos/facebook/react-native/issues/51184/events | https://github.com/facebook/react-native/pull/51184 | 3,047,898,643 | PR_kwDOAbrxp86VYFn- | 51,184 | Send prepared layouts in Android ParagraphState updates | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 9 | 2025-05-08T06:00:50 | 2025-05-14T23:13:46 | 2025-05-14T23:13:31 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51184",
"html_url": "https://github.com/facebook/react-native/pull/51184",
"diff_url": "https://github.com/facebook/react-native/pull/51184.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51184.patch",
"merged_at": null
} | This change adds prepared layouts to ParagraphState on Android, for us to send to the client when gating is enabled
Changelog: [Internal]
Differential Revision: D74356128
| {
"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/51184/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/51184/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51183 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51183/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51183/comments | https://api.github.com/repos/facebook/react-native/issues/51183/events | https://github.com/facebook/react-native/pull/51183 | 3,047,898,340 | PR_kwDOAbrxp86VYFjt | 51,183 | Fix TextLayoutManager MeasureMode Regression | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-08T06:00:39 | 2025-05-08T23:21:28 | 2025-05-08T23:21:16 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51183",
"html_url": "https://github.com/facebook/react-native/pull/51183",
"diff_url": "https://github.com/facebook/react-native/pull/51183.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51183.patch",
"merged_at": null
} | Summary:
D58818560 tried to deduplicate some code, but introduced an error, where we no longer correctly incorporate the width MeasureMode into the text layout that we create, instead, passing `YogaMeasureMode.EXACTLY`.
In effect, this means the Android layout created always takes up the maximum allowable space, even ... | {
"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/51183/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/51183/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51182 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51182/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51182/comments | https://api.github.com/repos/facebook/react-native/issues/51182/events | https://github.com/facebook/react-native/pull/51182 | 3,047,898,124 | PR_kwDOAbrxp86VYFgr | 51,182 | Use PreparedLayoutTextViewManager when Enabled by Gating | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 9 | 2025-05-08T06:00:30 | 2025-05-14T23:13:59 | 2025-05-14T23:13:32 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51182",
"html_url": "https://github.com/facebook/react-native/pull/51182",
"diff_url": "https://github.com/facebook/react-native/pull/51182.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51182.patch",
"merged_at": null
} | Summary:
Wires up the logic to use Facsimile View Manager when flags for prepared layout enabled, and fixes a change in state type compared to earlier prototype.
Changelog: [Internal]
Differential Revision: D73161911
| {
"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/51182/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/51182/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51181 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51181/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51181/comments | https://api.github.com/repos/facebook/react-native/issues/51181/events | https://github.com/facebook/react-native/pull/51181 | 3,047,892,097 | PR_kwDOAbrxp86VYEPM | 51,181 | Expose Unsnapped Dimensions | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-08T05:56:32 | 2025-05-09T08:48:57 | 2025-05-09T00:49:30 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51181",
"html_url": "https://github.com/facebook/react-native/pull/51181",
"diff_url": "https://github.com/facebook/react-native/pull/51181.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51181.patch",
"merged_at": null
} | Summary:
We want to know if an artifact created during measurement can fully be reused after final layout, but the final layout is allowed to be slightly larger due to pixel grid rounding (while still allowing reuse). It's hard to tell after the fact, whether it is larger because of this rounding (though the measure is... | {
"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/51181/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/51181/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51180 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51180/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51180/comments | https://api.github.com/repos/facebook/react-native/issues/51180/events | https://github.com/facebook/react-native/pull/51180 | 3,047,626,123 | PR_kwDOAbrxp86VXLWb | 51,180 | Ensure that ShadowNode measure functions respect constraints | {
"login": "NickGerleman",
"id": 835219,
"node_id": "MDQ6VXNlcjgzNTIxOQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/835219?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/NickGerleman",
"html_url": "https://github.com/NickGerleman",
"followers_url": "https://api.github.com/u... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-08T02:30:23 | 2025-05-09T08:49:01 | 2025-05-08T21:45:22 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51180",
"html_url": "https://github.com/facebook/react-native/pull/51180",
"diff_url": "https://github.com/facebook/react-native/pull/51180.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51180.patch",
"merged_at": null
} | Summary:
Android's TextLayoutManager may return widths greather than the max measure constraint.
Yoga will clamp these, but this sort of issue points to a logic bug, and creates issues when we are looking at caching text measurements based on constraint reuse.
Let's debug assert that we don't do that, and fix a case ... | {
"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/51180/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/51180/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51179 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51179/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51179/comments | https://api.github.com/repos/facebook/react-native/issues/51179/events | https://github.com/facebook/react-native/pull/51179 | 3,047,464,115 | PR_kwDOAbrxp86VWpEM | 51,179 | Add getDiffProps for RawText component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-08T00:15:29 | 2025-05-08T16:41:47 | 2025-05-08T16:41:20 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51179",
"html_url": "https://github.com/facebook/react-native/pull/51179",
"diff_url": "https://github.com/facebook/react-native/pull/51179.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51179.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74365934
| {
"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/51179/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/51179/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51178 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51178/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51178/comments | https://api.github.com/repos/facebook/react-native/issues/51178/events | https://github.com/facebook/react-native/pull/51178 | 3,047,420,259 | PR_kwDOAbrxp86VWfeg | 51,178 | IntersectionObserver: Clean up shadow nodes after unobserve | {
"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 | 3 | 2025-05-07T23:42:36 | 2025-05-09T14:02:27 | 2025-05-09T14:02:27 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51178",
"html_url": "https://github.com/facebook/react-native/pull/51178",
"diff_url": "https://github.com/facebook/react-native/pull/51178.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51178.patch",
"merged_at": null
} | Summary:
After unobserve is called, the shadow node actually isn't deleted from the `targetToShadowNode` WeakMap. So, if the element is kept around, the shadow node will leak.
We suspect this doesn't happen in practice. But, still it's good to just do this cleanup, just in case.
Changelog: [General][Fixed] Fix potent... | {
"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/51178/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/51178/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51177 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51177/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51177/comments | https://api.github.com/repos/facebook/react-native/issues/51177/events | https://github.com/facebook/react-native/pull/51177 | 3,047,349,844 | PR_kwDOAbrxp86VWPtf | 51,177 | Allow Custom ReactNativeFeatureFlags for Shell 2.0 | {
"login": "mlord93",
"id": 17029511,
"node_id": "MDQ6VXNlcjE3MDI5NTEx",
"avatar_url": "https://avatars.githubusercontent.com/u/17029511?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mlord93",
"html_url": "https://github.com/mlord93",
"followers_url": "https://api.github.com/users/mlord9... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-07T23:03:50 | 2025-05-08T02:01:56 | 2025-05-08T02:01:43 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51177",
"html_url": "https://github.com/facebook/react-native/pull/51177",
"diff_url": "https://github.com/facebook/react-native/pull/51177.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51177.patch",
"merged_at": null
} | Summary: Introduce DefaultNewArchitectureEntryPoint.loadWithFeatureFlags() to allow custom feature flags while using DefaultNewArchitectureEntryPoint
Differential Revision: D74228467
| {
"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/51177/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/51177/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51176 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51176/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51176/comments | https://api.github.com/repos/facebook/react-native/issues/51176/events | https://github.com/facebook/react-native/pull/51176 | 3,047,278,695 | PR_kwDOAbrxp86VWALi | 51,176 | Fail gracefully when a component is not registered in production | {
"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... | open | false | null | [] | null | 3 | 2025-05-07T22:10:44 | 2025-05-08T05:57:30 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51176",
"html_url": "https://github.com/facebook/react-native/pull/51176",
"diff_url": "https://github.com/facebook/react-native/pull/51176.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51176.patch",
"merged_at": null
} | Summary:
This diff implements a mechanism to gracefully fail when a component is not registered in production
changelog: [internal] internal
Reviewed By: fkgozali
Differential Revision: D74276800
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51176/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/51176/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51175 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51175/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51175/comments | https://api.github.com/repos/facebook/react-native/issues/51175/events | https://github.com/facebook/react-native/pull/51175 | 3,047,278,536 | PR_kwDOAbrxp86VWAJE | 51,175 | Introduce feature flag to greacefuly fail when an unregistered component is rendered in Android | {
"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... | open | false | null | [] | null | 5 | 2025-05-07T22:10:43 | 2025-05-28T21:05:10 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51175",
"html_url": "https://github.com/facebook/react-native/pull/51175",
"diff_url": "https://github.com/facebook/react-native/pull/51175.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51175.patch",
"merged_at": null
} | Summary:
Introduce feature flag to greacefuly fail when an unregistered component is rendered in Android
changelog: [internal] internal
Reviewed By: mlord93
Differential Revision: D74333595
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51175/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/51175/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51174 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51174/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51174/comments | https://api.github.com/repos/facebook/react-native/issues/51174/events | https://github.com/facebook/react-native/pull/51174 | 3,047,164,050 | PR_kwDOAbrxp86VVm70 | 51,174 | Allow fadingEdgeLength to be set independently on the start and end of the scrollview | {
"login": "markv",
"id": 15932045,
"node_id": "MDQ6VXNlcjE1OTMyMDQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/15932045?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/markv",
"html_url": "https://github.com/markv",
"followers_url": "https://api.github.com/users/markv/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T21:02:55 | 2025-05-08T18:03:16 | 2025-05-08T18:03:04 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51174",
"html_url": "https://github.com/facebook/react-native/pull/51174",
"diff_url": "https://github.com/facebook/react-native/pull/51174.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51174.patch",
"merged_at": null
} | Summary:
Allows the start and end of the scrollview to be faded to different values independently by passing an object containing a "start" and "end" value to the fadingEdgeLength prop.
To support non-uniform edge lengths we use the [FadingEdgeStrength](https://developer.android.com/reference/android/view/View#getTopF... | {
"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/51174/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/51174/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51173 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51173/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51173/comments | https://api.github.com/repos/facebook/react-native/issues/51173/events | https://github.com/facebook/react-native/pull/51173 | 3,047,100,853 | PR_kwDOAbrxp86VVZDF | 51,173 | Make `ReactSoftExceptionLogger` internal | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T20:29:37 | 2025-05-13T00:25:51 | 2025-05-13T00:25:41 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51173",
"html_url": "https://github.com/facebook/react-native/pull/51173",
"diff_url": "https://github.com/facebook/react-native/pull/51173.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51173.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51173/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/51173/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51172 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51172/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51172/comments | https://api.github.com/repos/facebook/react-native/issues/51172/events | https://github.com/facebook/react-native/pull/51172 | 3,047,077,385 | PR_kwDOAbrxp86VVT4c | 51,172 | Make `SoftAssertions` internal | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 2 | 2025-05-07T20:17:13 | 2025-05-13T00:25:54 | 2025-05-13T00:25:42 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51172",
"html_url": "https://github.com/facebook/react-native/pull/51172",
"diff_url": "https://github.com/facebook/react-native/pull/51172.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51172.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51172/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/51172/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51171 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51171/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51171/comments | https://api.github.com/repos/facebook/react-native/issues/51171/events | https://github.com/facebook/react-native/pull/51171 | 3,047,005,668 | PR_kwDOAbrxp86VVD6g | 51,171 | Make `RetryableMountingLayerException` internal | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T19:49:04 | 2025-05-09T17:45:37 | 2025-05-09T17:44:15 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51171",
"html_url": "https://github.com/facebook/react-native/pull/51171",
"diff_url": "https://github.com/facebook/react-native/pull/51171.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51171.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51171/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/51171/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51170 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51170/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51170/comments | https://api.github.com/repos/facebook/react-native/issues/51170/events | https://github.com/facebook/react-native/pull/51170 | 3,046,998,002 | PR_kwDOAbrxp86VVCOV | 51,170 | Kotlin: Clean up redundant constructs (2/n) | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T19:45:04 | 2025-05-12T21:32:02 | 2025-05-08T10:56:36 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51170",
"html_url": "https://github.com/facebook/react-native/pull/51170",
"diff_url": "https://github.com/facebook/react-native/pull/51170.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51170.patch",
"merged_at": null
} | ## Summary:
Follow up from #51061 – Static code analysis detected several redundant constructs across the codebase. Most of the ones fixed here are marked as warnings/weak warnings, likely code smells post-migration from Java.
Doing another small round to clean up some of them.
## Changelog:
[INTERNAL] - Ko... | {
"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/51170/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/51170/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51169 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51169/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51169/comments | https://api.github.com/repos/facebook/react-native/issues/51169/events | https://github.com/facebook/react-native/issues/51169 | 3,046,819,365 | I_kwDOAbrxp861msYl | 51,169 | Brand new project fails to build React-hermes | {
"login": "thompsonnoah",
"id": 98778486,
"node_id": "U_kgDOBeM9dg",
"avatar_url": "https://avatars.githubusercontent.com/u/98778486?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thompsonnoah",
"html_url": "https://github.com/thompsonnoah",
"followers_url": "https://api.github.com/users... | [
{
"id": 1794148347,
"node_id": "MDU6TGFiZWwxNzk0MTQ4MzQ3",
"url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Triage%20:mag:",
"name": "Needs: Triage :mag:",
"color": "bfd4f2",
"default": false,
"description": ""
}
] | open | false | null | [] | null | 4 | 2025-05-07T18:21:08 | 2025-05-15T20:57:05 | null | NONE | null | null | null | null | ### Description
Hello! 👋
When creating a new React Native project on macOS, it fails to build due to some errors in the React-hermes pod. The errors are listed in the screenshot below.
### Steps to reproduce
1. Create a new RN project with `npx @react-native-community/cli@latest init AwesomeProject`
2. Install Pod... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51169/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/51169/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51168 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51168/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51168/comments | https://api.github.com/repos/facebook/react-native/issues/51168/events | https://github.com/facebook/react-native/pull/51168 | 3,046,799,712 | PR_kwDOAbrxp86VUWmN | 51,168 | Add getDiffProps for ScrollView component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 5 | 2025-05-07T18:12:08 | 2025-05-08T16:41:42 | 2025-05-08T16:41:20 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51168",
"html_url": "https://github.com/facebook/react-native/pull/51168",
"diff_url": "https://github.com/facebook/react-native/pull/51168.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51168.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74327336
| {
"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/51168/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/51168/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51167 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51167/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51167/comments | https://api.github.com/repos/facebook/react-native/issues/51167/events | https://github.com/facebook/react-native/pull/51167 | 3,046,796,012 | PR_kwDOAbrxp86VUVx5 | 51,167 | Add missing ScrollView props to ScrollProps | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T18:10:37 | 2025-05-08T16:41:36 | 2025-05-08T16:41:19 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51167",
"html_url": "https://github.com/facebook/react-native/pull/51167",
"diff_url": "https://github.com/facebook/react-native/pull/51167.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51167.patch",
"merged_at": null
} | Summary:
Adding the ScrollView properties that are android specific to the common ScrollView props so that they can be diffed in a getDiffProps implementation.
Changelog: [Internal]
Differential Revision: D74327335
| {
"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/51167/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/51167/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51166 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51166/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51166/comments | https://api.github.com/repos/facebook/react-native/issues/51166/events | https://github.com/facebook/react-native/pull/51166 | 3,046,792,684 | PR_kwDOAbrxp86VUVBP | 51,166 | Add getDiffProps for Unimplemented View component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T18:09:32 | 2025-05-08T16:41:32 | 2025-05-08T16:41:18 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51166",
"html_url": "https://github.com/facebook/react-native/pull/51166",
"diff_url": "https://github.com/facebook/react-native/pull/51166.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51166.patch",
"merged_at": null
} | Summary:
See title
Changelog: [Internal]
Differential Revision: D74327337
| {
"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/51166/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/51166/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51165 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51165/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51165/comments | https://api.github.com/repos/facebook/react-native/issues/51165/events | https://github.com/facebook/react-native/pull/51165 | 3,046,783,709 | PR_kwDOAbrxp86VUS-R | 51,165 | Add getDiffProps for Image component | {
"login": "lenaic",
"id": 151054,
"node_id": "MDQ6VXNlcjE1MTA1NA==",
"avatar_url": "https://avatars.githubusercontent.com/u/151054?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lenaic",
"html_url": "https://github.com/lenaic",
"followers_url": "https://api.github.com/users/lenaic/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-07T18:06:50 | 2025-05-08T16:41:30 | 2025-05-08T16:41:17 | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51165",
"html_url": "https://github.com/facebook/react-native/pull/51165",
"diff_url": "https://github.com/facebook/react-native/pull/51165.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51165.patch",
"merged_at": null
} | Summary: See title
Differential Revision: D74327298
| {
"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/51165/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/51165/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51164 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51164/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51164/comments | https://api.github.com/repos/facebook/react-native/issues/51164/events | https://github.com/facebook/react-native/pull/51164 | 3,046,423,284 | PR_kwDOAbrxp86VTEG3 | 51,164 | Kotlinify JavaScriptModuleRegistry | {
"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-05-07T15:41:57 | 2025-05-07T17:37:51 | 2025-05-07T17:37:40 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51164",
"html_url": "https://github.com/facebook/react-native/pull/51164",
"diff_url": "https://github.com/facebook/react-native/pull/51164.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51164.patch",
"merged_at": null
} | Summary:
As per title.
Changelog: [Internal]
Reviewed By: javache
Differential Revision: D74326679
| {
"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/51164/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/51164/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51163 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51163/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51163/comments | https://api.github.com/repos/facebook/react-native/issues/51163/events | https://github.com/facebook/react-native/pull/51163 | 3,046,262,035 | PR_kwDOAbrxp86VSgWx | 51,163 | @nocommit - Reproducer for #51072 | {
"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... | open | false | null | [] | null | 1 | 2025-05-07T14:55:22 | 2025-05-07T14:56:00 | null | CONTRIBUTOR | null | null | true | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51163",
"html_url": "https://github.com/facebook/react-native/pull/51163",
"diff_url": "https://github.com/facebook/react-native/pull/51163.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51163.patch",
"merged_at": null
} | Summary:
Reproducer for #51072
Changelog:
[Internal] [Changed] -
Differential Revision: D74326426
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51163/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/51163/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51162 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51162/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51162/comments | https://api.github.com/repos/facebook/react-native/issues/51162/events | https://github.com/facebook/react-native/pull/51162 | 3,046,149,686 | PR_kwDOAbrxp86VSHiS | 51,162 | hermes-engine should build with target Java version 17 | {
"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-05-07T14:23:09 | 2025-05-08T10:20:21 | 2025-05-08T10:20:08 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51162",
"html_url": "https://github.com/facebook/react-native/pull/51162",
"diff_url": "https://github.com/facebook/react-native/pull/51162.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51162.patch",
"merged_at": null
} | Summary:
We specify the java target version to 17 for ReactAndroid but not for hermes-engine.
This is causing it to be the default (8) which will cause our build to fail on JDK 21.
This fixes it.
Changelog:
[Internal] [Changed] -
Differential Revision: D74325107
| {
"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/51162/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/51162/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51161 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51161/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51161/comments | https://api.github.com/repos/facebook/react-native/issues/51161/events | https://github.com/facebook/react-native/pull/51161 | 3,046,128,404 | PR_kwDOAbrxp86VSC7u | 51,161 | Unbreak build_android due to broken `StateReconciliationTest.cpp` | {
"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 | 4 | 2025-05-07T14:15:51 | 2025-05-07T15:53:37 | 2025-05-07T15:53:13 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51161",
"html_url": "https://github.com/facebook/react-native/pull/51161",
"diff_url": "https://github.com/facebook/react-native/pull/51161.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51161.patch",
"merged_at": null
} | Summary:
This unbreaks the CI after D74245228
Changelog:
[Internal] [Changed] -
Differential Revision: D74324800
| {
"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/51161/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/51161/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51160 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51160/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51160/comments | https://api.github.com/repos/facebook/react-native/issues/51160/events | https://github.com/facebook/react-native/pull/51160 | 3,046,071,227 | PR_kwDOAbrxp86VR2gK | 51,160 | fix(iOS): enable DEFINES_MODULE in `React-jsc` | {
"login": "krozniata",
"id": 56474758,
"node_id": "MDQ6VXNlcjU2NDc0NzU4",
"avatar_url": "https://avatars.githubusercontent.com/u/56474758?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/krozniata",
"html_url": "https://github.com/krozniata",
"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 | 6 | 2025-05-07T13:57:38 | 2025-06-04T09:46:45 | 2025-05-08T09:16:52 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51160",
"html_url": "https://github.com/facebook/react-native/pull/51160",
"diff_url": "https://github.com/facebook/react-native/pull/51160.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51160.patch",
"merged_at": null
} | ## Summary:
Enables `DEFINES_MODULE` in `React-jsc.podspec`
After upgrading app to RN `0.79`, when installing pods with JSC enabled there is an error being thrown that
`The following Swift pods cannot yet be integrated as static libraries`
`The Swift pod 'RNFlashList' depends upon 'React-jsc', which does not... | {
"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/51160/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/51160/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51159 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51159/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51159/comments | https://api.github.com/repos/facebook/react-native/issues/51159/events | https://github.com/facebook/react-native/pull/51159 | 3,046,049,409 | PR_kwDOAbrxp86VRx0C | 51,159 | Fix creation of Draft release | {
"login": "cipolleschi",
"id": 11162307,
"node_id": "MDQ6VXNlcjExMTYyMzA3",
"avatar_url": "https://avatars.githubusercontent.com/u/11162307?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cipolleschi",
"html_url": "https://github.com/cipolleschi",
"followers_url": "https://api.github.com/... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T13:50:16 | 2025-05-07T14:11:37 | 2025-05-07T14:11:22 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51159",
"html_url": "https://github.com/facebook/react-native/pull/51159",
"diff_url": "https://github.com/facebook/react-native/pull/51159.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51159.patch",
"merged_at": null
} | Summary:
This change fixes a syntax error in the GH Action that generates the draft PR.
## Changelog:
[Internal] - Fix draft release generation
Reviewed By: fabriziocucci, cortinico
Differential Revision: D74322577
| {
"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/51159/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/51159/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51158 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51158/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51158/comments | https://api.github.com/repos/facebook/react-native/issues/51158/events | https://github.com/facebook/react-native/pull/51158 | 3,045,914,217 | PR_kwDOAbrxp86VRUQ8 | 51,158 | [RN][Releases] Fix draft creation | {
"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 | 0 | 2025-05-07T13:05:59 | 2025-05-12T13:49:17 | 2025-05-12T13:49:17 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51158",
"html_url": "https://github.com/facebook/react-native/pull/51158",
"diff_url": "https://github.com/facebook/react-native/pull/51158.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51158.patch",
"merged_at": "2025-05-... | ## Summary:
This change fixes a syntax error in the GH Action that generates the draft PR.
## Changelog:
[Internal] - Fix draft release generation
## Test Plan:
GHA
| {
"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.... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51158/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/51158/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51157 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51157/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51157/comments | https://api.github.com/repos/facebook/react-native/issues/51157/events | https://github.com/facebook/react-native/pull/51157 | 3,045,831,979 | PR_kwDOAbrxp86VRCbd | 51,157 | Fix set-rn-version to account for codegen snapshot test files | {
"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-05-07T12:39:17 | 2025-05-07T14:22:38 | 2025-05-07T14:22:25 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51157",
"html_url": "https://github.com/facebook/react-native/pull/51157",
"diff_url": "https://github.com/facebook/react-native/pull/51157.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51157.patch",
"merged_at": null
} | Summary:
test-js jobs are failing because the codegen snapshot tests generates a Podspecs withan hardcoded version that does not matches the version we are about to release.
This fix updates the script that set the RN version to make sure it also updates the Codegen snapshots.
This is a porting to `main` of [this PR]... | {
"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/51157/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/51157/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51156 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51156/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51156/comments | https://api.github.com/repos/facebook/react-native/issues/51156/events | https://github.com/facebook/react-native/pull/51156 | 3,045,786,396 | PR_kwDOAbrxp86VQ4nI | 51,156 | [RN][Release] Fix set-rn-version to account for codegen snapshot test files | {
"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 | 1 | 2025-05-07T12:22:17 | 2025-05-12T14:17:36 | 2025-05-12T14:17:36 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51156",
"html_url": "https://github.com/facebook/react-native/pull/51156",
"diff_url": "https://github.com/facebook/react-native/pull/51156.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51156.patch",
"merged_at": "2025-05-... | ## Summary:
test-js jobs are failing because the codegen snapshot tests generates a Podspecs withan hardcoded version that does not matches the version we are about to release.
This fix updates the script that set the RN version to make sure it also updates the Codegen snapshots.
This change also fixes the curre... | {
"login": "hezi",
"id": 188471,
"node_id": "MDQ6VXNlcjE4ODQ3MQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/188471?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hezi",
"html_url": "https://github.com/hezi",
"followers_url": "https://api.github.com/users/hezi/followers",
... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51156/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/51156/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51155 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51155/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51155/comments | https://api.github.com/repos/facebook/react-native/issues/51155/events | https://github.com/facebook/react-native/pull/51155 | 3,045,777,499 | PR_kwDOAbrxp86VQ2rB | 51,155 | add tests for some accessibility props | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 4 | 2025-05-07T12:18:42 | 2025-05-13T14:12:17 | 2025-05-07T20:05:26 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51155",
"html_url": "https://github.com/facebook/react-native/pull/51155",
"diff_url": "https://github.com/facebook/react-native/pull/51155.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51155.patch",
"merged_at": null
} | Summary:
changelog: [internal]
we have experienced breakages where we stopped propagating accessibility prop to the mounting layer. These tests should catch it.
Differential Revision: D74317767
| {
"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/51155/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/51155/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51154 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51154/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51154/comments | https://api.github.com/repos/facebook/react-native/issues/51154/events | https://github.com/facebook/react-native/issues/51154 | 3,045,774,589 | I_kwDOAbrxp861itT9 | 51,154 | React native 0.77 iOS - Invalid Swift Support - The SwiftSupport folder is missing | {
"login": "nastyakatolikava",
"id": 78081972,
"node_id": "MDQ6VXNlcjc4MDgxOTcy",
"avatar_url": "https://avatars.githubusercontent.com/u/78081972?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nastyakatolikava",
"html_url": "https://github.com/nastyakatolikava",
"followers_url": "https://... | [
{
"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": 1794376073,
"node_id": "MD... | open | false | null | [] | null | 12 | 2025-05-07T12:17:34 | 2025-06-09T09:22:42 | null | NONE | null | null | null | null | ### Description
Hi
When attempting to upload a React Native app (version 0.77) we encountered the following error:
```
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
```
If to check ipa folder we can see that c... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51154/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 1
} | https://api.github.com/repos/facebook/react-native/issues/51154/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51153 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51153/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51153/comments | https://api.github.com/repos/facebook/react-native/issues/51153/events | https://github.com/facebook/react-native/issues/51153 | 3,045,746,760 | I_kwDOAbrxp861imhI | 51,153 | Modalfy modal automatic closes when any native permision popup open and click on any action like allow or not | {
"login": "manish-apps2020i",
"id": 150345777,
"node_id": "U_kgDOCPYYMQ",
"avatar_url": "https://avatars.githubusercontent.com/u/150345777?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manish-apps2020i",
"html_url": "https://github.com/manish-apps2020i",
"followers_url": "https://api.gi... | [
{
"id": 1113219646,
"node_id": "MDU6TGFiZWwxMTEzMjE5NjQ2",
"url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20Modal",
"name": "Component: Modal",
"color": "fef2c0",
"default": false,
"description": ""
},
{
"id": 1794148631,
"node_id": "MDU6TGFiZWwx... | closed | false | null | [] | null | 3 | 2025-05-07T12:06:45 | 2025-05-07T12:07:16 | 2025-05-07T12:07:02 | NONE | null | null | null | null | ### Description
I am using react native 0.72.6. React native merged some PRs then i got issues with modals. It was working perfect on 5th of May. Issue occurred when native permission popup open above any modalfy modal then its not working as expected
### Steps to reproduce
1. Create new project with version 0.72.6
... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51153/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/51153/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51152 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51152/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51152/comments | https://api.github.com/repos/facebook/react-native/issues/51152/events | https://github.com/facebook/react-native/pull/51152 | 3,045,687,840 | PR_kwDOAbrxp86VQjGV | 51,152 | [RN][Changelog] Add changelog for v0.80.0-rc.0 | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T11:43:49 | 2025-05-08T09:36:27 | 2025-05-08T09:36:15 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51152",
"html_url": "https://github.com/facebook/react-native/pull/51152",
"diff_url": "https://github.com/facebook/react-native/pull/51152.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51152.patch",
"merged_at": null
} |
## Summary
Add Changelog for 0.80.0-rc.0
## Changelog:
[Internal] - Add Changelog for 0.80.0-rc.0
## Test Plan:
N/A | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51152/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/51152/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51151 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51151/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51151/comments | https://api.github.com/repos/facebook/react-native/issues/51151/events | https://github.com/facebook/react-native/pull/51151 | 3,045,582,881 | PR_kwDOAbrxp86VQMYE | 51,151 | deprecate type aliases ShadowNode::Unshared and ShadowNode::Weak | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T11:01:46 | 2025-05-07T11:55:54 | 2025-05-07T11:55:45 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51151",
"html_url": "https://github.com/facebook/react-native/pull/51151",
"diff_url": "https://github.com/facebook/react-native/pull/51151.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51151.patch",
"merged_at": null
} | Summary:
changelog: [General][Deprecated] - deprecate type aliases ShadowNode::Unshared and ShadowNode::Weak in favour of std::shared_ptr<ShadowNode> and std::weak_ptr<ShadowNode>
migrate away from using these type aliases to avoid confusion.
It is unclear from ShadowNode::Unshared what it means. This can be avoided ... | {
"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/51151/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/51151/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51150 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51150/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51150/comments | https://api.github.com/repos/facebook/react-native/issues/51150/events | https://github.com/facebook/react-native/issues/51150 | 3,045,399,001 | I_kwDOAbrxp861hRnZ | 51,150 | iOS Dimensions.get('window') doesn't exclude SafeAreas | {
"login": "JDMathew",
"id": 17250443,
"node_id": "MDQ6VXNlcjE3MjUwNDQz",
"avatar_url": "https://avatars.githubusercontent.com/u/17250443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JDMathew",
"html_url": "https://github.com/JDMathew",
"followers_url": "https://api.github.com/users/JDM... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 542043367,
"node_id": "MDU... | open | false | null | [] | null | 5 | 2025-05-07T09:48:29 | 2025-05-26T08:29:35 | null | CONTRIBUTOR | null | null | null | null | ### Description
The values returned from the `Dimensions` API for 'window' are incorrect on iOS.
iOS `Dimensions.get('window').height` is returning the height with SafeAreas and it should be without SafeAreas
i.e `Dimensions.get('window').height` should return the screen height without SafeAreas while `Dimensions.ge... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51150/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/51150/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51149 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51149/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51149/comments | https://api.github.com/repos/facebook/react-native/issues/51149/events | https://github.com/facebook/react-native/pull/51149 | 3,045,120,606 | PR_kwDOAbrxp86VOmgB | 51,149 | MutationObserver: switch from `ShadowNode` to `ShadowNodeFamily` to prevent leaks | {
"login": "rubennorte",
"id": 117921,
"node_id": "MDQ6VXNlcjExNzkyMQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/117921?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rubennorte",
"html_url": "https://github.com/rubennorte",
"followers_url": "https://api.github.com/users/r... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-07T08:20:50 | 2025-05-07T11:26:32 | 2025-05-07T11:26:19 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51149",
"html_url": "https://github.com/facebook/react-native/pull/51149",
"diff_url": "https://github.com/facebook/react-native/pull/51149.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51149.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
This replaces the use of `ShadowNode` with `ShadowNodeFamily` in the `MutationObserver` logic to prevent retaining stale subtrees of the nodes being observed.
It refactors some existing logic so we don't need to keep track of the shadow nodes in JS. It was only used to be able to find t... | {
"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/51149/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/51149/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51148 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51148/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51148/comments | https://api.github.com/repos/facebook/react-native/issues/51148/events | https://github.com/facebook/react-native/pull/51148 | 3,044,150,388 | PR_kwDOAbrxp86VLY4N | 51,148 | IntersectionObserver: Migrate js infra to shadow node family | {
"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 | 9 | 2025-05-06T22:19:25 | 2025-05-09T03:55:44 | 2025-05-09T03:55:36 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51148",
"html_url": "https://github.com/facebook/react-native/pull/51148",
"diff_url": "https://github.com/facebook/react-native/pull/51148.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51148.patch",
"merged_at": null
} | Summary:
Intersection observer should not be holding on to shadow nodes.
This diff migrates the javascript infra to instead use families.
Changelog: [Internal]
Differential Revision: D74262804
| {
"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/51148/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/51148/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51147 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51147/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51147/comments | https://api.github.com/repos/facebook/react-native/issues/51147/events | https://github.com/facebook/react-native/pull/51147 | 3,044,149,005 | PR_kwDOAbrxp86VLYl5 | 51,147 | Migrate IntersectionObserverManager to shadow node family | {
"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... | open | false | null | [] | null | 7 | 2025-05-06T22:18:22 | 2025-05-08T16:01:14 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51147",
"html_url": "https://github.com/facebook/react-native/pull/51147",
"diff_url": "https://github.com/facebook/react-native/pull/51147.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51147.patch",
"merged_at": null
} | Summary:
IntersectionObserverManager now uses families to manage IntersectionObservers.
This diff just migrates its apis to family too.
Changelog: [Internal]
Reviewed By: yungsters
Differential Revision: D74263375
| null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51147/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/51147/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51146 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51146/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51146/comments | https://api.github.com/repos/facebook/react-native/issues/51146/events | https://github.com/facebook/react-native/pull/51146 | 3,044,148,997 | PR_kwDOAbrxp86VLYlw | 51,146 | Fabric: Export shadow node family to javascript | {
"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... | open | false | null | [] | null | 2 | 2025-05-06T22:18:21 | 2025-05-09T14:02:38 | null | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51146",
"html_url": "https://github.com/facebook/react-native/pull/51146",
"diff_url": "https://github.com/facebook/react-native/pull/51146.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51146.patch",
"merged_at": null
} | Summary:
InteresectionObserver caches shadow nodes in javascript.
This is hazardous: caching shadow nodes could lead to memory leaks.
Therefore, this diff exports shadow node families to javascript via fabric ui manager.
This way, we don't have to cache the shadow nodes in js.
Changelog: [
Reviewed By: yungsters
... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51146/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/51146/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51145 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51145/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51145/comments | https://api.github.com/repos/facebook/react-native/issues/51145/events | https://github.com/facebook/react-native/pull/51145 | 3,044,133,469 | PR_kwDOAbrxp86VLVte | 51,145 | [ANDROID] Refactor ReactAndroid to use `buildReadableMap`, `buildReadableArray` DSL | {
"login": "l2hyunwoo",
"id": 54518925,
"node_id": "MDQ6VXNlcjU0NTE4OTI1",
"avatar_url": "https://avatars.githubusercontent.com/u/54518925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/l2hyunwoo",
"html_url": "https://github.com/l2hyunwoo",
"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 | 8 | 2025-05-06T22:08:09 | 2025-05-12T23:39:19 | 2025-05-12T23:39:04 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51145",
"html_url": "https://github.com/facebook/react-native/pull/51145",
"diff_url": "https://github.com/facebook/react-native/pull/51145.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51145.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
<!-- Explain the **motivation** for making this change. What existing proble... | {
"login": "facebook-github-bot",
"id": 6422482,
"node_id": "MDQ6VXNlcjY0MjI0ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6422482?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/facebook-github-bot",
"html_url": "https://github.com/facebook-github-bot",
"followers_url": "h... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51145/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/51145/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51144 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51144/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51144/comments | https://api.github.com/repos/facebook/react-native/issues/51144/events | https://github.com/facebook/react-native/pull/51144 | 3,044,072,544 | PR_kwDOAbrxp86VLIlb | 51,144 | Add missing `ReplaceWith` on deprecations | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-06T21:37:14 | 2025-05-07T17:13:32 | 2025-05-07T17:13:21 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51144",
"html_url": "https://github.com/facebook/react-native/pull/51144",
"diff_url": "https://github.com/facebook/react-native/pull/51144.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51144.patch",
"merged_at": null
} | ## Summary:
Static code analysis detected several missing `ReplaceWith` on deprecated methods. This diff addresses some of them by adding the most accurate suggestions based on the implementations.
## Changelog:
[INTERNAL] - Add missing ReplaceWith on deprecations
## Test Plan:
```sh
yarn android
yarn ... | {
"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/51144/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/51144/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51143 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51143/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51143/comments | https://api.github.com/repos/facebook/react-native/issues/51143/events | https://github.com/facebook/react-native/pull/51143 | 3,044,001,748 | PR_kwDOAbrxp86VK6Jc | 51,143 | Make `ReactQueueConfigurationImpl` internal | {
"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-05-06T21:04:52 | 2025-05-07T12:25:19 | 2025-05-07T12:25:08 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51143",
"html_url": "https://github.com/facebook/react-native/pull/51143",
"diff_url": "https://github.com/facebook/react-native/pull/51143.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51143.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51143/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/51143/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51142 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51142/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51142/comments | https://api.github.com/repos/facebook/react-native/issues/51142/events | https://github.com/facebook/react-native/pull/51142 | 3,043,976,469 | PR_kwDOAbrxp86VK0o- | 51,142 | Fix unresolved KDoc references | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-06T20:50:40 | 2025-05-07T10:34:52 | 2025-05-07T10:34:41 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51142",
"html_url": "https://github.com/facebook/react-native/pull/51142",
"diff_url": "https://github.com/facebook/react-native/pull/51142.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51142.patch",
"merged_at": null
} | ## Summary:
Static code analysis shows that there are a lot of unresolved KDoc references. This is just another round addressing several of them.
## Changelog:
[INTERNAL] - Fix unresolved KDoc references
## Test Plan:
Verify that the comments link the classes correctly using Android Studio. | {
"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/51142/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/51142/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51141 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51141/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51141/comments | https://api.github.com/repos/facebook/react-native/issues/51141/events | https://github.com/facebook/react-native/pull/51141 | 3,043,954,428 | PR_kwDOAbrxp86VKvye | 51,141 | Introduce ReactSoftExceptionLogger.CategoryMode to warn categories used on soft errors | {
"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-05-06T20:38:47 | 2025-05-06T22:49:28 | 2025-05-06T22:49:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51141",
"html_url": "https://github.com/facebook/react-native/pull/51141",
"diff_url": "https://github.com/facebook/react-native/pull/51141.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51141.patch",
"merged_at": null
} | Summary: This diff introduces ReactSoftExceptionLogger.CategoryMode to limit categories used on soft errors, the limiation will only create a lint warning but won't create a compilation error.
Differential Revision: D74263367
| {
"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/51141/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/51141/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51140 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51140/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51140/comments | https://api.github.com/repos/facebook/react-native/issues/51140/events | https://github.com/facebook/react-native/pull/51140 | 3,043,936,528 | PR_kwDOAbrxp86VKr2U | 51,140 | Make `DebugServerException` internal | {
"login": "mateoguzmana",
"id": 20783123,
"node_id": "MDQ6VXNlcjIwNzgzMTIz",
"avatar_url": "https://avatars.githubusercontent.com/u/20783123?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mateoguzmana",
"html_url": "https://github.com/mateoguzmana",
"followers_url": "https://api.github.c... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-06T20:29:55 | 2025-05-07T12:01:19 | 2025-05-07T12:01:08 | COLLABORATOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51140",
"html_url": "https://github.com/facebook/react-native/pull/51140",
"diff_url": "https://github.com/facebook/react-native/pull/51140.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51140.patch",
"merged_at": null
} | ## Summary:
This class can be internalized as part of the initiative to reduce the public API surface. I've checked there are [no relevant OSS usages](https://github.com/search?type=code&q=NOT+is%3Afork+NOT+org%3Afacebook+NOT+repo%3Areact-native-tvos%2Freact-native-tvos+NOT+repo%3Anuagoz%2Freact-native+NOT+repo%3A2l... | {
"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/51140/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/51140/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51139 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51139/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51139/comments | https://api.github.com/repos/facebook/react-native/issues/51139/events | https://github.com/facebook/react-native/pull/51139 | 3,043,758,595 | PR_kwDOAbrxp86VKEqa | 51,139 | Remove UIManager::setOnSurfaceStartCallback | {
"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-05-06T19:08:16 | 2025-05-07T08:42:35 | 2025-05-07T08:42:34 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51139",
"html_url": "https://github.com/facebook/react-native/pull/51139",
"diff_url": "https://github.com/facebook/react-native/pull/51139.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51139.patch",
"merged_at": null
} | Summary:
## Changelog:
[General] [Removed] - Remove UIManager::setOnSurfaceStartCallback
Differential Revision: D74260131
| {
"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/51139/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/51139/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51138 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51138/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51138/comments | https://api.github.com/repos/facebook/react-native/issues/51138/events | https://github.com/facebook/react-native/pull/51138 | 3,043,647,056 | PR_kwDOAbrxp86VJsOY | 51,138 | Allow links that are entire text views to be focusable when co-opted | {
"login": "joevilches",
"id": 17124862,
"node_id": "MDQ6VXNlcjE3MTI0ODYy",
"avatar_url": "https://avatars.githubusercontent.com/u/17124862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/joevilches",
"html_url": "https://github.com/joevilches",
"followers_url": "https://api.github.com/use... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-06T18:19:53 | 2025-05-07T21:49:55 | 2025-05-07T21:49:45 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51138",
"html_url": "https://github.com/facebook/react-native/pull/51138",
"diff_url": "https://github.com/facebook/react-native/pull/51138.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51138.patch",
"merged_at": null
} | Summary:
The co-opting logic failed to account fo the case where the entire text view as a link and therefore turns off ax. In this case I think it makes sense to re-focus that element again so the user can interact with the link.
Changelog: [Internal]
Differential Revision: D74262675
| {
"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/51138/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/51138/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51137 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51137/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51137/comments | https://api.github.com/repos/facebook/react-native/issues/51137/events | https://github.com/facebook/react-native/pull/51137 | 3,043,567,867 | PR_kwDOAbrxp86VJa90 | 51,137 | Fix: Deprecation error in release builds for Catalyst | {
"login": "tanaytanay",
"id": 23545388,
"node_id": "MDQ6VXNlcjIzNTQ1Mzg4",
"avatar_url": "https://avatars.githubusercontent.com/u/23545388?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tanaytanay",
"html_url": "https://github.com/tanaytanay",
"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... | open | false | null | [] | null | 3 | 2025-05-06T17:44:58 | 2025-05-12T06:14:49 | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51137",
"html_url": "https://github.com/facebook/react-native/pull/51137",
"diff_url": "https://github.com/facebook/react-native/pull/51137.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51137.patch",
"merged_at": null
} | <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
## Summary:
<!-- Explain the **motivation** for making this change. What existing proble... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51137/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/51137/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51136 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51136/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51136/comments | https://api.github.com/repos/facebook/react-native/issues/51136/events | https://github.com/facebook/react-native/pull/51136 | 3,043,079,718 | PR_kwDOAbrxp86VHvt- | 51,136 | Attach @deprecated tag and doc block to ProgressBarAndroid | {
"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 | 4 | 2025-05-06T14:40:08 | 2025-05-12T13:51:49 | 2025-05-08T15:18:14 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51136",
"html_url": "https://github.com/facebook/react-native/pull/51136",
"diff_url": "https://github.com/facebook/react-native/pull/51136.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51136.patch",
"merged_at": null
} | Summary:
This diff attaches doc block to ProgressBarAndroid copied from the manual TS types.
Generated types result:
```ts
import * as React from "react";
import type $$IMPORT_TYPEOF_1$$ from "./ProgressBarAndroidNativeComponent";
type ProgressBarAndroidNativeComponentType = typeof $$IMPORT_TYPEOF_1$$;
import type {... | {
"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/51136/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/51136/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51135 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51135/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51135/comments | https://api.github.com/repos/facebook/react-native/issues/51135/events | https://github.com/facebook/react-native/pull/51135 | 3,043,078,155 | PR_kwDOAbrxp86VHvX7 | 51,135 | Add transform that moves comments for default exported variable declarations | {
"login": "coado",
"id": 64146291,
"node_id": "MDQ6VXNlcjY0MTQ2Mjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/64146291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coado",
"html_url": "https://github.com/coado",
"followers_url": "https://api.github.com/users/coado/follow... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 6 | 2025-05-06T14:39:37 | 2025-05-12T13:53:00 | 2025-05-08T14:11:10 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51135",
"html_url": "https://github.com/facebook/react-native/pull/51135",
"diff_url": "https://github.com/facebook/react-native/pull/51135.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51135.patch",
"merged_at": null
} | Summary:
In generated types default exported variables are re-declared which shadows attached tags and doc blocks. This transform moves necessary comments on top of re-declarations to keep them accessible.
Example output for SafeAreaView:
```ts
import type { ViewProps } from "../View/ViewPropTypes";
import View from ... | {
"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/51135/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/51135/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51134 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51134/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51134/comments | https://api.github.com/repos/facebook/react-native/issues/51134/events | https://github.com/facebook/react-native/issues/51134 | 3,042,988,346 | I_kwDOAbrxp861YFE6 | 51,134 | When quickly scrolling the sectionList component, the stickySectionHeader displays the wrong component. | {
"login": "yandadaFreedom",
"id": 24402059,
"node_id": "MDQ6VXNlcjI0NDAyMDU5",
"avatar_url": "https://avatars.githubusercontent.com/u/24402059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yandadaFreedom",
"html_url": "https://github.com/yandadaFreedom",
"followers_url": "https://api.gi... | [
{
"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 | 4 | 2025-05-06T14:11:11 | 2025-05-08T06:48:03 | null | NONE | null | null | null | null | ### Description
When quickly scrolling the sectionList component, you will notice that the stickySectionHeader displays an incorrect component before switching to another one. In the seventh second of the ios video, you can see that during the fast scrolling, the sticky header changes from section 7 to section 1, then... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51134/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/51134/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51133 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51133/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51133/comments | https://api.github.com/repos/facebook/react-native/issues/51133/events | https://github.com/facebook/react-native/pull/51133 | 3,042,985,372 | PR_kwDOAbrxp86VHbDl | 51,133 | Refactor existing native module into a general purpose native module for Fantom test specific methods | {
"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 | 7 | 2025-05-06T14:10:12 | 2025-05-07T11:19:52 | 2025-05-07T11:19:39 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51133",
"html_url": "https://github.com/facebook/react-native/pull/51133",
"diff_url": "https://github.com/facebook/react-native/pull/51133.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51133.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Having a single native module with all the test-specific functionality that we need in native in Fantom is just more convenient.
Differential Revision: D73997209
| {
"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/51133/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/51133/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51132 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51132/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51132/comments | https://api.github.com/repos/facebook/react-native/issues/51132/events | https://github.com/facebook/react-native/pull/51132 | 3,042,976,231 | PR_kwDOAbrxp86VHZEQ | 51,132 | Fix: KeyboardAvoidingView Android behavior fix. | {
"login": "HyopeR",
"id": 36919703,
"node_id": "MDQ6VXNlcjM2OTE5NzAz",
"avatar_url": "https://avatars.githubusercontent.com/u/36919703?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/HyopeR",
"html_url": "https://github.com/HyopeR",
"followers_url": "https://api.github.com/users/HyopeR/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... | open | false | null | [] | null | 3 | 2025-05-06T14:07:15 | 2025-05-29T19:36:42 | null | NONE | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51132",
"html_url": "https://github.com/facebook/react-native/pull/51132",
"diff_url": "https://github.com/facebook/react-native/pull/51132.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51132.patch",
"merged_at": null
} | Try to resolve Android compatibility for KeyboardAvoidingView component.
## Summary:
On Android devices, KeyboardAvoidingView causes various space errors after opening / closing.
The main reason for this is that when I examine the values in the KeyboardAvoidingView component, in some cases the area covered b... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51132/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/51132/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51131 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51131/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51131/comments | https://api.github.com/repos/facebook/react-native/issues/51131/events | https://github.com/facebook/react-native/pull/51131 | 3,042,958,991 | PR_kwDOAbrxp86VHVUi | 51,131 | add fantom test for View.accessibilityRole | {
"login": "sammy-SC",
"id": 1733610,
"node_id": "MDQ6VXNlcjE3MzM2MTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sammy-SC",
"html_url": "https://github.com/sammy-SC",
"followers_url": "https://api.github.com/users/sammy... | [
{
"id": 196858975,
"node_id": "MDU6TGFiZWwxOTY4NTg5NzU=",
"url": "https://api.github.com/repos/facebook/react-native/labels/CLA%20Signed",
"name": "CLA Signed",
"color": "ffffff",
"default": false,
"description": "This label is managed by the Facebook bot. Authors need to sign the CLA be... | closed | false | null | [] | null | 3 | 2025-05-06T14:01:39 | 2025-05-06T16:21:07 | 2025-05-06T16:20:57 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51131",
"html_url": "https://github.com/facebook/react-native/pull/51131",
"diff_url": "https://github.com/facebook/react-native/pull/51131.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51131.patch",
"merged_at": null
} | Summary:
changelog: [internal]
add test for View.accessibilityRole.
Reviewed By: rubennorte
Differential Revision: D74247897
| {
"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/51131/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/51131/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51130 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51130/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51130/comments | https://api.github.com/repos/facebook/react-native/issues/51130/events | https://github.com/facebook/react-native/pull/51130 | 3,042,922,685 | PR_kwDOAbrxp86VHNXZ | 51,130 | [RN][Releases] Fix build codegen | {
"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-05-06T13:49:37 | 2025-05-07T13:15:18 | 2025-05-07T13:15:07 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51130",
"html_url": "https://github.com/facebook/react-native/pull/51130",
"diff_url": "https://github.com/facebook/react-native/pull/51130.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51130.patch",
"merged_at": null
} | ## Summary:
When testing the release by running the `test-e2e-local` for RNTester on iOS, the script sometimes fails because it expect to have codegen properly built before running the app.
This fix makes sure we build the codegen package.
## Changelog:
[Internal] - Fix building the codegen
## Test Plan:
Tested loca... | {
"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/51130/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/51130/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51129 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51129/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51129/comments | https://api.github.com/repos/facebook/react-native/issues/51129/events | https://github.com/facebook/react-native/issues/51129 | 3,042,899,613 | I_kwDOAbrxp861Xvad | 51,129 | 【ios】The stickySectionHeader of the SectionList component sometimes does not display. | {
"login": "yandadaFreedom",
"id": 24402059,
"node_id": "MDQ6VXNlcjI0NDAyMDU5",
"avatar_url": "https://avatars.githubusercontent.com/u/24402059?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yandadaFreedom",
"html_url": "https://github.com/yandadaFreedom",
"followers_url": "https://api.gi... | [
{
"id": 257497884,
"node_id": "MDU6TGFiZWwyNTc0OTc4ODQ=",
"url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20iOS",
"name": "Platform: iOS",
"color": "1d76db",
"default": false,
"description": "iOS applications."
},
{
"id": 542043367,
"node_id": "MDU... | open | false | null | [] | null | 2 | 2025-05-06T13:43:05 | 2025-05-07T14:18:32 | null | NONE | null | null | null | null | ### Description
When the sectionList component calls the scrollToLocation method, the stickySectionHeader occasionally does not display.The stickySectionHeader only displays when I manually trigger scrolling in the sectionList.
### Steps to reproduce
1. install the application
2. cd ReproducerApp and run npm ci
... | null | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51129/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/51129/timeline | null | null | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51128 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51128/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51128/comments | https://api.github.com/repos/facebook/react-native/issues/51128/events | https://github.com/facebook/react-native/pull/51128 | 3,042,885,578 | PR_kwDOAbrxp86VHFMc | 51,128 | Refactor MutationObserver.disconnect | {
"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 | 5 | 2025-05-06T13:38:13 | 2025-05-07T11:26:31 | 2025-05-07T11:26:18 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51128",
"html_url": "https://github.com/facebook/react-native/pull/51128",
"diff_url": "https://github.com/facebook/react-native/pull/51128.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51128.patch",
"merged_at": null
} | Summary:
Changelog: [internal]
Just a minor refactor of a method in `MutationObserver` which was doing some redundant work that could be avoided.
Differential Revision: D74247437
| {
"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/51128/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/51128/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51127 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51127/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51127/comments | https://api.github.com/repos/facebook/react-native/issues/51127/events | https://github.com/facebook/react-native/pull/51127 | 3,042,827,975 | PR_kwDOAbrxp86VG4m6 | 51,127 | Remove force disable Fusebox flag | {
"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-05-06T13:19:28 | 2025-05-07T11:34:18 | 2025-05-07T11:34:05 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51127",
"html_url": "https://github.com/facebook/react-native/pull/51127",
"diff_url": "https://github.com/facebook/react-native/pull/51127.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51127.patch",
"merged_at": null
} | Summary: Changelog: [Internal]
Differential Revision: D74246823
| {
"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/51127/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/51127/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51126 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51126/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51126/comments | https://api.github.com/repos/facebook/react-native/issues/51126/events | https://github.com/facebook/react-native/pull/51126 | 3,042,797,819 | PR_kwDOAbrxp86VGx6G | 51,126 | Report PerformanceResourceTiming events | {
"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-05-06T13:09:50 | 2025-05-07T10:55:06 | 2025-05-07T10:54:56 | MEMBER | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51126",
"html_url": "https://github.com/facebook/react-native/pull/51126",
"diff_url": "https://github.com/facebook/react-native/pull/51126.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51126.patch",
"merged_at": null
} | Summary:
NOTE: Resubmission of D73922341, fixing a dependency cycle (T223145455).
(Sparsely) wires up reporting of Network events to the Web Performance subsystem.
Changelog: [Internal]
Differential Revision: D74245441
| {
"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/51126/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/51126/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51125 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51125/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51125/comments | https://api.github.com/repos/facebook/react-native/issues/51125/events | https://github.com/facebook/react-native/issues/51125 | 3,042,695,368 | I_kwDOAbrxp861W9jI | 51,125 | [Android] Build fails with missing react.gradle after upgrading to 0.73.4 | {
"login": "KelalGatewayProject",
"id": 202838784,
"node_id": "U_kgDODBcTAA",
"avatar_url": "https://avatars.githubusercontent.com/u/202838784?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KelalGatewayProject",
"html_url": "https://github.com/KelalGatewayProject",
"followers_url": "https... | [
{
"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": 1794148347,
"n... | closed | false | null | [] | null | 2 | 2025-05-06T12:37:33 | 2025-05-06T12:38:04 | 2025-05-06T12:37:48 | NONE | null | null | null | null | ### Description
## Issue Description
Unable to build Android project after upgrading to React Native 0.73.4. The build fails with an error about missing `react.gradle` file.
## Environment
- React Native version: 0.73.4
- Node version: 22.15.0
- npm version: 11.3.0
- Yarn version: 1.22.22
- Android Studio version: AI... | {
"login": "react-native-bot",
"id": 32686087,
"node_id": "MDQ6VXNlcjMyNjg2MDg3",
"avatar_url": "https://avatars.githubusercontent.com/u/32686087?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/react-native-bot",
"html_url": "https://github.com/react-native-bot",
"followers_url": "https://... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51125/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/51125/timeline | null | completed | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51124 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51124/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51124/comments | https://api.github.com/repos/facebook/react-native/issues/51124/events | https://github.com/facebook/react-native/pull/51124 | 3,042,527,817 | PR_kwDOAbrxp86VF2ML | 51,124 | community-cli-plugin: Refactor CLI build command to use Metro.runBuild | {
"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 | 8 | 2025-05-06T11:34:39 | 2025-05-26T10:49:29 | 2025-05-26T10:49:17 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51124",
"html_url": "https://github.com/facebook/react-native/pull/51124",
"diff_url": "https://github.com/facebook/react-native/pull/51124.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51124.patch",
"merged_at": null
} | Summary:
Metro 0.82.3's `runBuild` API now supports retrieving assets and passing through `unstable_transformProfile`, so we can use it directly in the implementation of `community-cli-plugin`'s `bundle` command with no loss of function or API change.
This simplifies the implementation by re-using Metro's, and remo... | {
"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/51124/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/51124/timeline | null | null | null | true |
https://api.github.com/repos/facebook/react-native/issues/51123 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51123/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51123/comments | https://api.github.com/repos/facebook/react-native/issues/51123/events | https://github.com/facebook/react-native/issues/51123 | 3,042,506,118 | I_kwDOAbrxp861WPWG | 51,123 | Latest v0.79.2 cannot be installed successfully. | {
"login": "hkleungai",
"id": 43258070,
"node_id": "MDQ6VXNlcjQzMjU4MDcw",
"avatar_url": "https://avatars.githubusercontent.com/u/43258070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hkleungai",
"html_url": "https://github.com/hkleungai",
"followers_url": "https://api.github.com/users/... | [
{
"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 | 2 | 2025-05-06T11:25:28 | 2025-05-06T12:05:48 | 2025-05-06T12:05:32 | NONE | null | null | null | null | ### Description
Installing the latest version of react-native breaks `DefinitelyTyped` build pipeline, in one of my pull request.
See https://github.com/DefinitelyTyped/DefinitelyTyped/actions/runs/14858126930/job/41716247850?pr=72695.
### Steps to reproduce
I think one can recover such issue by doing a clean insta... | {
"login": "hkleungai",
"id": 43258070,
"node_id": "MDQ6VXNlcjQzMjU4MDcw",
"avatar_url": "https://avatars.githubusercontent.com/u/43258070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hkleungai",
"html_url": "https://github.com/hkleungai",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/facebook/react-native/issues/51123/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/51123/timeline | null | not_planned | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | false |
https://api.github.com/repos/facebook/react-native/issues/51122 | https://api.github.com/repos/facebook/react-native | https://api.github.com/repos/facebook/react-native/issues/51122/labels{/name} | https://api.github.com/repos/facebook/react-native/issues/51122/comments | https://api.github.com/repos/facebook/react-native/issues/51122/events | https://github.com/facebook/react-native/pull/51122 | 3,042,479,723 | PR_kwDOAbrxp86VFrni | 51,122 | Update Metro to ^0.82.3 | {
"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 | 4 | 2025-05-06T11:15:26 | 2025-05-06T16:33:07 | 2025-05-06T16:32:54 | CONTRIBUTOR | null | null | false | {
"url": "https://api.github.com/repos/facebook/react-native/pulls/51122",
"html_url": "https://github.com/facebook/react-native/pull/51122",
"diff_url": "https://github.com/facebook/react-native/pull/51122.diff",
"patch_url": "https://github.com/facebook/react-native/pull/51122.patch",
"merged_at": null
} | Summary:
Update Metro to 0.82.2 => 0.82.3, containing important bug fixes for `package.json#exports` support.
Changelog: [General][Changed] Metro to ^0.82.3
Reviewed By: huntie
Differential Revision: D74181990
| {
"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/51122/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/51122/timeline | null | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.