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/47689
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47689/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47689/comments
https://api.github.com/repos/facebook/react-native/issues/47689/events
https://github.com/facebook/react-native/pull/47689
2,670,471,917
PR_kwDOAbrxp86CUvap
47,689
Potentially fix seg fault when replace YogaLayoutableShadowNodes
{ "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/users/joevilches/followers", "following_url": "https://api.github.com/users/joevilches/following{/other_user}", "gists_url": "https://api.github.com/users/joevilches/gists{/gist_id}", "starred_url": "https://api.github.com/users/joevilches/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/joevilches/subscriptions", "organizations_url": "https://api.github.com/users/joevilches/orgs", "repos_url": "https://api.github.com/users/joevilches/repos", "events_url": "https://api.github.com/users/joevilches/events{/privacy}", "received_events_url": "https://api.github.com/users/joevilches/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-19T01:47:57
2024-11-19T21:22:26
2024-11-19T21:22:17
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47689", "html_url": "https://github.com/facebook/react-native/pull/47689", "diff_url": "https://github.com/facebook/react-native/pull/47689.diff", "patch_url": "https://github.com/facebook/react-native/pull/47689.patch", "merged_at": null }
Summary: We were seeing some segfaults from trying to access `display_` in Yoga's `replaceChild` function. Some memory debugging helped identify this was a use-after-free error and NickGerleman suggested we try swapping these lines. Logic being the shared_ptr of YogaLayoutableShadowNode is replaced right before we go and replace its yoga node in the yoga tree. If this is the last shared_ptr holding this node we will delete this object and thus the yoga node with it. We do not need to do this first, so let's swap the lines. Differential Revision: D66142356
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47689/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47689/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47688
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47688/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47688/comments
https://api.github.com/repos/facebook/react-native/issues/47688/events
https://github.com/facebook/react-native/pull/47688
2,670,427,613
PR_kwDOAbrxp86CUl1C
47,688
MigrateSurfaceDelegateFactory to Kotlin
{ "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/followers", "following_url": "https://api.github.com/users/mdvacca/following{/other_user}", "gists_url": "https://api.github.com/users/mdvacca/gists{/gist_id}", "starred_url": "https://api.github.com/users/mdvacca/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mdvacca/subscriptions", "organizations_url": "https://api.github.com/users/mdvacca/orgs", "repos_url": "https://api.github.com/users/mdvacca/repos", "events_url": "https://api.github.com/users/mdvacca/events{/privacy}", "received_events_url": "https://api.github.com/users/mdvacca/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
2
2024-11-19T01:09:49
2024-11-19T20:46:09
2024-11-19T20:45:57
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47688", "html_url": "https://github.com/facebook/react-native/pull/47688", "diff_url": "https://github.com/facebook/react-native/pull/47688.diff", "patch_url": "https://github.com/facebook/react-native/pull/47688.patch", "merged_at": null }
Summary: MigrateSurfaceDelegateFactory to Kotlin changelog: [internal] internal Differential Revision: D66133186
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47688/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47688/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47687
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47687/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47687/comments
https://api.github.com/repos/facebook/react-native/issues/47687/events
https://github.com/facebook/react-native/pull/47687
2,670,417,017
PR_kwDOAbrxp86CUjhl
47,687
Migrate SurfaceDelegate to Kotlin
{ "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/followers", "following_url": "https://api.github.com/users/mdvacca/following{/other_user}", "gists_url": "https://api.github.com/users/mdvacca/gists{/gist_id}", "starred_url": "https://api.github.com/users/mdvacca/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mdvacca/subscriptions", "organizations_url": "https://api.github.com/users/mdvacca/orgs", "repos_url": "https://api.github.com/users/mdvacca/repos", "events_url": "https://api.github.com/users/mdvacca/events{/privacy}", "received_events_url": "https://api.github.com/users/mdvacca/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
7
2024-11-19T01:00:00
2024-11-21T23:50:11
2024-11-21T23:50:00
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47687", "html_url": "https://github.com/facebook/react-native/pull/47687", "diff_url": "https://github.com/facebook/react-native/pull/47687.diff", "patch_url": "https://github.com/facebook/react-native/pull/47687.patch", "merged_at": null }
Summary: Migrate SurfaceDelegate to Kotlin changelog: [internal] internal Differential Revision: D66134455
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47687/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47687/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47686
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47686/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47686/comments
https://api.github.com/repos/facebook/react-native/issues/47686/events
https://github.com/facebook/react-native/pull/47686
2,670,411,884
PR_kwDOAbrxp86CUiZx
47,686
Make SurfaceDelegate and SurfaceDelegateFactory NullSafe
{ "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/followers", "following_url": "https://api.github.com/users/mdvacca/following{/other_user}", "gists_url": "https://api.github.com/users/mdvacca/gists{/gist_id}", "starred_url": "https://api.github.com/users/mdvacca/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mdvacca/subscriptions", "organizations_url": "https://api.github.com/users/mdvacca/orgs", "repos_url": "https://api.github.com/users/mdvacca/repos", "events_url": "https://api.github.com/users/mdvacca/events{/privacy}", "received_events_url": "https://api.github.com/users/mdvacca/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-19T00:55:09
2024-11-19T20:46:09
2024-11-19T20:45:57
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47686", "html_url": "https://github.com/facebook/react-native/pull/47686", "diff_url": "https://github.com/facebook/react-native/pull/47686.diff", "patch_url": "https://github.com/facebook/react-native/pull/47686.patch", "merged_at": null }
Summary: Make SurfaceDelegate and SurfaceDelegateFactory NullSafe changelog: [internal] internal Differential Revision: D66134454
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47686/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47686/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47685
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47685/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47685/comments
https://api.github.com/repos/facebook/react-native/issues/47685/events
https://github.com/facebook/react-native/pull/47685
2,670,386,330
PR_kwDOAbrxp86CUc0T
47,685
dev-middleware: Only rewrite hostnames if they match device connection hosts
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
8
2024-11-19T00:30:13
2024-11-20T15:00:47
2024-11-20T15:00:34
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47685", "html_url": "https://github.com/facebook/react-native/pull/47685", "diff_url": "https://github.com/facebook/react-native/pull/47685.diff", "patch_url": "https://github.com/facebook/react-native/pull/47685.patch", "merged_at": null }
Summary: Currently, we assume any URL with a hostname of `10.0.2.2` or `10.0.3.2` (device-relative) is eligible for rewriting to `localhost` (frontend-relative), because we assume the device is an Android emulator. We rewrite these URLs between device and dev machine so that the rewritten URLs are reachable from the dev machine. This diff narrows this logic so that we'll only rewrite URLs where the hostname matches the pre-existing list *and* this matches the host the device is actually connected on, according to its headers from the original connection. The main motivation for this change is to unblock removing assumptions about device-reachable vs server-reachable hosts. Later in the stack we'll drop the hardcoded listing of `10.0.2.2` etc in favour of identifying URLs that target the dev server, from whatever network. There's also an edge case fix here that `10.0.2.2` etc might actually refer to a remote LAN server, and not be an Android emulator's alias for for an emulator host. Changelog: [General][Fixed] RN DevTools: Don't assume 10.0.2.2 is an alias for localhost unless it's used to establish a connection to the server Reviewed By: huntie Differential Revision: D66058704
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47685/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47685/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47684
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47684/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47684/comments
https://api.github.com/repos/facebook/react-native/issues/47684/events
https://github.com/facebook/react-native/pull/47684
2,670,217,618
PR_kwDOAbrxp86CUBwe
47,684
Remove jsBundleLoader from DefaultReactHost.getDefaultReactHost
{ "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/followers", "following_url": "https://api.github.com/users/mdvacca/following{/other_user}", "gists_url": "https://api.github.com/users/mdvacca/gists{/gist_id}", "starred_url": "https://api.github.com/users/mdvacca/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mdvacca/subscriptions", "organizations_url": "https://api.github.com/users/mdvacca/orgs", "repos_url": "https://api.github.com/users/mdvacca/repos", "events_url": "https://api.github.com/users/mdvacca/events{/privacy}", "received_events_url": "https://api.github.com/users/mdvacca/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T23:02:17
2024-11-19T01:39:16
2024-11-19T01:39:06
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47684", "html_url": "https://github.com/facebook/react-native/pull/47684", "diff_url": "https://github.com/facebook/react-native/pull/47684.diff", "patch_url": "https://github.com/facebook/react-native/pull/47684.patch", "merged_at": null }
Summary: jsBundleLoader parameter was added into DefaultReactHost.getDefaultReactHost but we decided to revert this change. We want to keep DefaultReactHost.getDefaultReactHost as simple as possible and we don't want to include this change in 0.77 changelog: [Android][Breaking] Remove jsBundleLoader from DefaultReactHost.getDefaultReactHost() Reviewed By: shwanton Differential Revision: D66131197
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47684/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47684/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47683
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47683/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47683/comments
https://api.github.com/repos/facebook/react-native/issues/47683/events
https://github.com/facebook/react-native/pull/47683
2,670,205,083
PR_kwDOAbrxp86CT_GG
47,683
Convert com.facebook.react.ReactPackageHelper to Kotlin
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T22:56:47
2024-11-20T14:34:23
2024-11-20T12:10:38
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47683", "html_url": "https://github.com/facebook/react-native/pull/47683", "diff_url": "https://github.com/facebook/react-native/pull/47683.diff", "patch_url": "https://github.com/facebook/react-native/pull/47683.patch", "merged_at": null }
Summary: Changelog: [Internal] Differential Revision: D66131407
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47683/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47683/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47682
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47682/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47682/comments
https://api.github.com/repos/facebook/react-native/issues/47682/events
https://github.com/facebook/react-native/pull/47682
2,670,204,218
PR_kwDOAbrxp86CT-6g
47,682
Convert com.facebook.react.ViewManagerOnDemandReactPackage to Kotlin
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T22:56:26
2024-11-20T14:34:25
2024-11-20T12:10:37
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47682", "html_url": "https://github.com/facebook/react-native/pull/47682", "diff_url": "https://github.com/facebook/react-native/pull/47682.diff", "patch_url": "https://github.com/facebook/react-native/pull/47682.patch", "merged_at": null }
Summary: Changelog: [Internal] Differential Revision: D66131124
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47682/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47682/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47681
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47681/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47681/comments
https://api.github.com/repos/facebook/react-native/issues/47681/events
https://github.com/facebook/react-native/pull/47681
2,670,202,330
PR_kwDOAbrxp86CT-hH
47,681
Remove deprecated ReactModuleInfo constructor
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T22:55:39
2024-11-22T17:24:49
2024-11-22T16:09:16
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47681", "html_url": "https://github.com/facebook/react-native/pull/47681", "diff_url": "https://github.com/facebook/react-native/pull/47681.diff", "patch_url": "https://github.com/facebook/react-native/pull/47681.patch", "merged_at": null }
Summary: These were deprecated back in D49262824, so should be safe to remove now. Changelog: [Android][Removed] Removed hasConstants constructor from ReactModuleInfo Differential Revision: D66127070
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47681/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47681/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47680
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47680/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47680/comments
https://api.github.com/repos/facebook/react-native/issues/47680/events
https://github.com/facebook/react-native/pull/47680
2,670,180,243
PR_kwDOAbrxp86CT6jV
47,680
Remove deprecated TurboReactPackage
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-18T22:44:29
2024-11-22T17:24:42
2024-11-22T16:09:16
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47680", "html_url": "https://github.com/facebook/react-native/pull/47680", "diff_url": "https://github.com/facebook/react-native/pull/47680.diff", "patch_url": "https://github.com/facebook/react-native/pull/47680.patch", "merged_at": null }
Summary: This was deprecated in D50128456 so should be safe to remove now. Changelog: [Android][Removed] Removed TurboReactPackage, which was replaced by BaseReactPackage Differential Revision: D66127067
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47680/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47680/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47679
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47679/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47679/comments
https://api.github.com/repos/facebook/react-native/issues/47679/events
https://github.com/facebook/react-native/pull/47679
2,670,174,783
PR_kwDOAbrxp86CT5gZ
47,679
Convert com.facebook.react.BaseReactPackage to Kotlin
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-18T22:42:35
2024-11-20T14:34:27
2024-11-20T12:10:37
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47679", "html_url": "https://github.com/facebook/react-native/pull/47679", "diff_url": "https://github.com/facebook/react-native/pull/47679.diff", "patch_url": "https://github.com/facebook/react-native/pull/47679.patch", "merged_at": null }
Summary: Changelog: [Internal] Differential Revision: D66119659
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47679/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47679/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47678
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47678/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47678/comments
https://api.github.com/repos/facebook/react-native/issues/47678/events
https://github.com/facebook/react-native/pull/47678
2,670,109,356
PR_kwDOAbrxp86CT0Rt
47,678
Remove unreferenced EagerModuleProvider
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T22:32:51
2024-11-19T17:38:46
2024-11-19T14:35:40
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47678", "html_url": "https://github.com/facebook/react-native/pull/47678", "diff_url": "https://github.com/facebook/react-native/pull/47678.diff", "patch_url": "https://github.com/facebook/react-native/pull/47678.patch", "merged_at": null }
Summary: No longer referenced and removed from public exports in D49752133 Changelog: [Internal] Differential Revision: D66127071
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47678/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47678/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47677
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47677/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47677/comments
https://api.github.com/repos/facebook/react-native/issues/47677/events
https://github.com/facebook/react-native/pull/47677
2,670,101,948
PR_kwDOAbrxp86CTyl4
47,677
Convert com.facebook.react.ReactPackage to Kotlin
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T22:29:38
2024-11-20T14:34:35
2024-11-20T12:10:36
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47677", "html_url": "https://github.com/facebook/react-native/pull/47677", "diff_url": "https://github.com/facebook/react-native/pull/47677.diff", "patch_url": "https://github.com/facebook/react-native/pull/47677.patch", "merged_at": null }
Summary: Changelog: [Internal] Differential Revision: D66123384
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47677/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47677/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47676
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47676/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47676/comments
https://api.github.com/repos/facebook/react-native/issues/47676/events
https://github.com/facebook/react-native/pull/47676
2,670,091,728
PR_kwDOAbrxp86CTwTa
47,676
Mark ReactPackage#getModule as stable
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T22:23:11
2024-11-19T19:52:59
2024-11-19T18:23:00
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47676", "html_url": "https://github.com/facebook/react-native/pull/47676", "diff_url": "https://github.com/facebook/react-native/pull/47676.diff", "patch_url": "https://github.com/facebook/react-native/pull/47676.patch", "merged_at": null }
Summary: `getModule` is used by all modern ReactPackage base-classes to allow lazy loading of specific module and should be considered stable at this point. Changelog: [Android][Added] Marked ReactPackage#getModule as stable. Differential Revision: D66127068
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47676/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47676/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47675
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47675/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47675/comments
https://api.github.com/repos/facebook/react-native/issues/47675/events
https://github.com/facebook/react-native/pull/47675
2,670,055,791
PR_kwDOAbrxp86CToj5
47,675
dev-middleware: refactor tests to use undici.request
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T22:01:20
2024-11-18T23:17:57
2024-11-18T23:17:46
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47675", "html_url": "https://github.com/facebook/react-native/pull/47675", "diff_url": "https://github.com/facebook/react-native/pull/47675.diff", "patch_url": "https://github.com/facebook/react-native/pull/47675.patch", "merged_at": null }
Summary: Use `request` over `fetch` in `dev-middleware`'s tests. This is required by the next diff in the stack to spoof the `Host` header for testing purposes, which isn't permitted by the `fetch` spec. The return type is a bit different (eg `statusCode` vs `status`, no `ok` prop), but the modifications needed are pretty straightforward. Changelog: [Internal] Reviewed By: huntie Differential Revision: D66005427
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47675/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47675/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47674
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47674/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47674/comments
https://api.github.com/repos/facebook/react-native/issues/47674/events
https://github.com/facebook/react-native/pull/47674
2,669,993,300
PR_kwDOAbrxp86CTdmy
47,674
ReactViewGroup cleanup
{ "login": "tdn120", "id": 32721554, "node_id": "MDQ6VXNlcjMyNzIxNTU0", "avatar_url": "https://avatars.githubusercontent.com/u/32721554?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tdn120", "html_url": "https://github.com/tdn120", "followers_url": "https://api.github.com/users/tdn120/followers", "following_url": "https://api.github.com/users/tdn120/following{/other_user}", "gists_url": "https://api.github.com/users/tdn120/gists{/gist_id}", "starred_url": "https://api.github.com/users/tdn120/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tdn120/subscriptions", "organizations_url": "https://api.github.com/users/tdn120/orgs", "repos_url": "https://api.github.com/users/tdn120/repos", "events_url": "https://api.github.com/users/tdn120/events{/privacy}", "received_events_url": "https://api.github.com/users/tdn120/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-18T21:31:23
2024-11-22T18:38:04
2024-11-22T18:37:52
NONE
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47674", "html_url": "https://github.com/facebook/react-native/pull/47674", "diff_url": "https://github.com/facebook/react-native/pull/47674.diff", "patch_url": "https://github.com/facebook/react-native/pull/47674.patch", "merged_at": null }
Summary: Small changes that can be done in Java and make a Kotlin conversion more seamless. Changelog: [Internal] Differential Revision: D66033963
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47674/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47674/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47673
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47673/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47673/comments
https://api.github.com/repos/facebook/react-native/issues/47673/events
https://github.com/facebook/react-native/pull/47673
2,669,898,495
PR_kwDOAbrxp86CTRDD
47,673
Update build script to minimally support subpath patterns
{ "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/followers", "following_url": "https://api.github.com/users/huntie/following{/other_user}", "gists_url": "https://api.github.com/users/huntie/gists{/gist_id}", "starred_url": "https://api.github.com/users/huntie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/huntie/subscriptions", "organizations_url": "https://api.github.com/users/huntie/orgs", "repos_url": "https://api.github.com/users/huntie/repos", "events_url": "https://api.github.com/users/huntie/events{/privacy}", "received_events_url": "https://api.github.com/users/huntie/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T20:58:42
2025-01-30T09:43:31
2024-11-20T17:26:51
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47673", "html_url": "https://github.com/facebook/react-native/pull/47673", "diff_url": "https://github.com/facebook/react-native/pull/47673.diff", "patch_url": "https://github.com/facebook/react-native/pull/47673.patch", "merged_at": null }
Summary: Update shared monorepo build script: - Refactor entry point discovery and file iteration - Add support for "exports" subpath patterns (skip considering as entry point with warning) This is required for the incoming migration of `react-native-codegen` to this build setup (D51465053). Changelog: [Internal] Differential Revision: D66121262
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47673/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47673/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47672
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47672/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47672/comments
https://api.github.com/repos/facebook/react-native/issues/47672/events
https://github.com/facebook/react-native/pull/47672
2,669,690,548
PR_kwDOAbrxp86CSuZU
47,672
Added new behavior for KeyboardAvoidingView, allowing the Keyboard to cover the screen
{ "login": "dnhan1707", "id": 57444770, "node_id": "MDQ6VXNlcjU3NDQ0Nzcw", "avatar_url": "https://avatars.githubusercontent.com/u/57444770?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dnhan1707", "html_url": "https://github.com/dnhan1707", "followers_url": "https://api.github.com/users/dnhan1707/followers", "following_url": "https://api.github.com/users/dnhan1707/following{/other_user}", "gists_url": "https://api.github.com/users/dnhan1707/gists{/gist_id}", "starred_url": "https://api.github.com/users/dnhan1707/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dnhan1707/subscriptions", "organizations_url": "https://api.github.com/users/dnhan1707/orgs", "repos_url": "https://api.github.com/users/dnhan1707/repos", "events_url": "https://api.github.com/users/dnhan1707/events{/privacy}", "received_events_url": "https://api.github.com/users/dnhan1707/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 5297756365, "node_id": "LA_kwDOAbrxp88AAAABO8VYzQ", "url": "https://api.github.com/repos/facebook/react-native/labels/Pick%20Request", "name": "Pick Request", "color": "ededed", "default": false, "description": null } ]
open
false
null
[]
null
1
2024-11-18T19:43:33
2024-12-13T20:07:09
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47672", "html_url": "https://github.com/facebook/react-native/pull/47672", "diff_url": "https://github.com/facebook/react-native/pull/47672.diff", "patch_url": "https://github.com/facebook/react-native/pull/47672.patch", "merged_at": null }
## Summary: Possibly fix #47524 This new behavior allow the Keyboard to cover the screen. Although this gives bad UI, it provide more flexibilty to the developers ## Changelog: [GENERAL] [ADDED] ## Test Plan: I ask the JS side not to calculate the height of Keyboard (return 0) when appying `behavior='nothing'` to KeyboardAvoidingView component ![Screenshot 2024-11-18 113720](https://github.com/user-attachments/assets/a3878eef-df29-449a-b419-571160b1f266)
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47672/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47672/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47671
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47671/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47671/comments
https://api.github.com/repos/facebook/react-native/issues/47671/events
https://github.com/facebook/react-native/pull/47671
2,669,577,180
PR_kwDOAbrxp86CSeyV
47,671
feat: Manage keyboard shortcuts visibility of TextInput
{ "login": "rezkiy37", "id": 57314631, "node_id": "MDQ6VXNlcjU3MzE0NjMx", "avatar_url": "https://avatars.githubusercontent.com/u/57314631?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rezkiy37", "html_url": "https://github.com/rezkiy37", "followers_url": "https://api.github.com/users/rezkiy37/followers", "following_url": "https://api.github.com/users/rezkiy37/following{/other_user}", "gists_url": "https://api.github.com/users/rezkiy37/gists{/gist_id}", "starred_url": "https://api.github.com/users/rezkiy37/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rezkiy37/subscriptions", "organizations_url": "https://api.github.com/users/rezkiy37/orgs", "repos_url": "https://api.github.com/users/rezkiy37/repos", "events_url": "https://api.github.com/users/rezkiy37/events{/privacy}", "received_events_url": "https://api.github.com/users/rezkiy37/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
18
2024-11-18T19:04:14
2025-01-16T17:52:04
2025-01-06T18:08:29
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47671", "html_url": "https://github.com/facebook/react-native/pull/47671", "diff_url": "https://github.com/facebook/react-native/pull/47671.diff", "patch_url": "https://github.com/facebook/react-native/pull/47671.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 problem does the pull request solve? --> **iOS** does offer a native property for **UITextField** called `inputAssistantItem`. According to the [documentation](https://developer.apple.com/documentation/uikit/uitextinputassistantitem), we can hide the **"shortcuts"** by setting the `leadingBarButtonGroups` and `trailingBarButtonGroups` properties to empty arrays. I propose adding a new property for **TextInput** in **React Native**, which would set these native properties to empty arrays. This new property could be called `disableInputAssistant` or `disableKeyboardShortcuts` and would be a `boolean`. Developers can manage this behavior (the redo & undo buttons and suggestions pop-up hiding) after applying these native props. https://github.com/react-native-community/discussions-and-proposals/discussions/830 ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [IOS] [ADDED] - [TextInput] Integrate a new property - `disableKeyboardShortcuts`. It can disable the keyboard shortcuts on iPads. For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [IOS] [ADDED] - [TextInput] Integrate a new property - `disableKeyboardShortcuts`. It can disable the keyboard shortcuts on iPads. ## Test Plan: <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. --> Manual 1. Open TextInput examples. 2. Scroll down and reach the "Keyboard shortcuts" section. 3. Test each case. Note: **TextInput** behaves the same as now when the new prop is not passed or is `false`. https://github.com/user-attachments/assets/5e814516-9e6c-4495-9d46-8175425c4456
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47671/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47671/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47670
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47670/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47670/comments
https://api.github.com/repos/facebook/react-native/issues/47670/events
https://github.com/facebook/react-native/pull/47670
2,669,365,821
PR_kwDOAbrxp86CR8Mk
47,670
RN: Revert setting `hermesParser: true` in default Metro config
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T17:42:36
2024-11-19T11:15:00
2024-11-19T10:47:35
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47670", "html_url": "https://github.com/facebook/react-native/pull/47670", "diff_url": "https://github.com/facebook/react-native/pull/47670.diff", "patch_url": "https://github.com/facebook/react-native/pull/47670.patch", "merged_at": null }
Summary: Now that we have `babel-plugin-syntax-hermes-parser` in `@react-native/babel-preset` (since D63535216), it's no longer necessary to use `hermes-parser` directly in Metro in order to use newer Flow syntax. Babel with `babel-plugin-syntax-hermes-parser` is generally preferable, because it intelligently falls back to parsing with Babel for any non-`@flow` files. See https://github.com/facebook/hermes/issues/1549 for context. Changelog: [General][Fixed] metro-config: Don't use `hermes-parser` by default, prefer `babel-plugin-syntax-hermes-parser`, which supports other syntax plugins. Differential Revision: D66002056
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47670/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47670/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47669
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47669/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47669/comments
https://api.github.com/repos/facebook/react-native/issues/47669/events
https://github.com/facebook/react-native/pull/47669
2,669,089,556
PR_kwDOAbrxp86CRSfk
47,669
Do not discard props when setNativeProps is used
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-18T16:14:26
2024-11-19T17:59:05
2024-11-19T17:58:52
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47669", "html_url": "https://github.com/facebook/react-native/pull/47669", "diff_url": "https://github.com/facebook/react-native/pull/47669.diff", "patch_url": "https://github.com/facebook/react-native/pull/47669.patch", "merged_at": null }
Summary: When investigating [#47476](https://github.com/facebook/react-native/issues/47476), I found that the `secureTextInput` prop was not changing in the Mounting layer when changing it in JS. I track down the problem to the `UIManager::cloneNode` method. When we clone the node, we first merge the patch that arrives from React into the props controlled by setNativeProps, ignoring the patch's props that are controlled by React. But then, we forgot to merge back the React's controlled property into the final props, effectively losing them. This change adds an extra merging step, merging the props controlled with setNativeProps back into the patch of props controlled by React, and then using this new set of props as source of truth. ## Changelog: [General][Fixed] - do not discard props in the patch when they are not null while using `useNativeProps` Differential Revision: D65948574
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47669/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/47669/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47668
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47668/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47668/comments
https://api.github.com/repos/facebook/react-native/issues/47668/events
https://github.com/facebook/react-native/issues/47668
2,669,066,410
I_kwDOAbrxp86fFriq
47,668
Frequent navigation to the page causes style abnormalities.
{ "login": "Chenjiujiu", "id": 28746442, "node_id": "MDQ6VXNlcjI4NzQ2NDQy", "avatar_url": "https://avatars.githubusercontent.com/u/28746442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Chenjiujiu", "html_url": "https://github.com/Chenjiujiu", "followers_url": "https://api.github.com/users/Chenjiujiu/followers", "following_url": "https://api.github.com/users/Chenjiujiu/following{/other_user}", "gists_url": "https://api.github.com/users/Chenjiujiu/gists{/gist_id}", "starred_url": "https://api.github.com/users/Chenjiujiu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Chenjiujiu/subscriptions", "organizations_url": "https://api.github.com/users/Chenjiujiu/orgs", "repos_url": "https://api.github.com/users/Chenjiujiu/repos", "events_url": "https://api.github.com/users/Chenjiujiu/events{/privacy}", "received_events_url": "https://api.github.com/users/Chenjiujiu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1261489149, "node_id": "MDU6TGFiZWwxMjYxNDg5MTQ5", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Duplicate", "name": "Resolution: Duplicate", "color": "ffffff", "default": false, "description": "" } ]
closed
false
null
[]
null
7
2024-11-18T16:04:33
2024-11-19T03:48:51
2024-11-18T16:49:57
NONE
null
null
null
null
### Description ### Current behavior When I upgraded to version 0.76, repeatedly navigating to the login page caused abnormal changes in the page’s UI. <details><summary>RootStackNavigator</summary> <p> #### `RootStackNavigator`: ```typeScript const RootStack = createNativeStackNavigator<any>(); const RootStackNavigator: React.FC = () => { return ( <RootStack.Navigator initialRouteName={'BottomTab'} > <RootStack.Screen name="BottomTab" component={BottomTabNavigator} /> <RootStack.Screen name="Login" component={LoginScreen} /> </RootStack.Navigator> ); }; ``` </p> </details> <details><summary>BottomTabNavigator</summary> <p> #### `BottomTabNavigator`: ```TypeScript const BottomTabNavigator: React.FC = () => { const navigation = useNavigation<any>(); const handleMePress = (e: any) => { e.preventDefault(); navigation.navigate('Login', {}); } return ( <BottomTab.Navigator initialRouteName={'Home'} > <BottomTab.Screen name="Home" component={HomeScreen} /> <BottomTab.Screen name="Everything" component={EverythingScreen} /> <BottomTab.Screen name="Cart" component={CartScreen} /> <BottomTab.Screen name="Me" component={MeScreen} listeners={{ tabPress: handleMePress }} /> </BottomTab.Navigator> ); }; ``` </p> </details> <details><summary>LoginTab</summary> <p> #### `LoginTab`: ```TypeScript const LoginTab: React.FC<any> = () => { return ( <TouchableOpacity style={styles.button} onPress={() => console.log(123123)} > <Text style={styles.text}> {'login'} </Text> </TouchableOpacity> ); }; ``` </p> </details> ### Environment ```json "dependencies": { "@react-navigation/bottom-tabs": "^7.0.4", "@react-navigation/elements": "^2.0.3", "@react-navigation/material-top-tabs": "^7.0.4", "@react-navigation/native": "^7.0.3", "@react-navigation/native-stack": "^7.0.3", "react": "18.3.1", "react-native": "0.76.2", "react-native-pager-view": "^6.5.0", "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^4.1.0" } ``` ### Steps to reproduce Repeatedly clicking on “Me” to enter the login page and then returning, after about a dozen times, causes the button on the login page to behave abnormally. When I downgraded React Native to version 0.75.4 while keeping other library versions unchanged, the issue disappeared. It works correctly under the following environment. ```json "@react-navigation/bottom-tabs": "^7.0.4", "@react-navigation/material-top-tabs": "^7.0.4", "@react-navigation/native": "^7.0.3", "@react-navigation/native-stack": "^7.0.3", "react": "18.3.1", "react-native": "0.75.4", "react-native-pager-view": "^6.5.0", "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^4.1.0" ``` ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.1 CPU: (8) arm64 Apple M2 Memory: 558.61 MB / 24.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.11.0 path: ~/.nvm/versions/node/v20.11.0/bin/node Yarn: version: 1.22.22 path: ~/.nvm/versions/node/v20.11.0/bin/yarn npm: version: 10.2.4 path: ~/.nvm/versions/node/v20.11.0/bin/npm Watchman: version: 2024.08.19.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Not Found IDEs: Android Studio: 2022.1 AI-221.6008.13.2211.9619390 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 3.2.4 path: /Users/chenjj/.rvm/rubies/ruby-3.2.4/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text There are no error log ``` ### Reproducer https://github.com/Chenjiujiu/demo002 ### Screenshots and Videos https://github.com/user-attachments/assets/c4b5747e-5890-40f4-b117-004be4a3930d
{ "login": "migueldaipre", "id": 21174859, "node_id": "MDQ6VXNlcjIxMTc0ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/21174859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/migueldaipre", "html_url": "https://github.com/migueldaipre", "followers_url": "https://api.github.com/users/migueldaipre/followers", "following_url": "https://api.github.com/users/migueldaipre/following{/other_user}", "gists_url": "https://api.github.com/users/migueldaipre/gists{/gist_id}", "starred_url": "https://api.github.com/users/migueldaipre/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/migueldaipre/subscriptions", "organizations_url": "https://api.github.com/users/migueldaipre/orgs", "repos_url": "https://api.github.com/users/migueldaipre/repos", "events_url": "https://api.github.com/users/migueldaipre/events{/privacy}", "received_events_url": "https://api.github.com/users/migueldaipre/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47668/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47668/timeline
null
not_planned
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47667
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47667/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47667/comments
https://api.github.com/repos/facebook/react-native/issues/47667/events
https://github.com/facebook/react-native/issues/47667
2,668,875,970
I_kwDOAbrxp86fE9DC
47,667
Image is not displayed in the app [Android]
{ "login": "noaeliya", "id": 89727160, "node_id": "MDQ6VXNlcjg5NzI3MTYw", "avatar_url": "https://avatars.githubusercontent.com/u/89727160?v=4", "gravatar_id": "", "url": "https://api.github.com/users/noaeliya", "html_url": "https://github.com/noaeliya", "followers_url": "https://api.github.com/users/noaeliya/followers", "following_url": "https://api.github.com/users/noaeliya/following{/other_user}", "gists_url": "https://api.github.com/users/noaeliya/gists{/gist_id}", "starred_url": "https://api.github.com/users/noaeliya/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/noaeliya/subscriptions", "organizations_url": "https://api.github.com/users/noaeliya/orgs", "repos_url": "https://api.github.com/users/noaeliya/repos", "events_url": "https://api.github.com/users/noaeliya/events{/privacy}", "received_events_url": "https://api.github.com/users/noaeliya/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 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": 1794148631, "node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback", "name": "Needs: Author Feedback", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1794376073, "node_id": "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 the issue." }, { "id": 5727401455, "node_id": "LA_kwDOAbrxp88AAAABVWE17w", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Too%20Old%20Version", "name": "Type: Too Old Version", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T15:06:45
2024-11-18T15:07:17
2024-11-18T15:07:03
NONE
null
null
null
null
### Description I'm writing a Google API bookstore application, I load the images using PICASO and get normal URL links to the log, but the images are not displayed for the application itself. I was asked to make a list of books that meets what the user was looking for, with the book cover and title, for some reason it doesn't show me the image in any way I try: PICASO \ GUILDE ![תמונה של WhatsApp‏ 2024-11-17 בשעה 12 21 04_fa85cd94](https://github.com/user-attachments/assets/10d29c51-cc87-4c0d-9666-27c448fb46da) Have you come across something like this? ### Steps to reproduce I'm writing a Google API bookstore application, I load the images using PICASO and get normal URL links to the log, but the images are not displayed for the application itself. I was asked to make a list of books that meets what the user was looking for, with the book cover and title, for some reason it doesn't show me the image in any way I try: PICASO \ GUILDE ### React Native Version 8.7.2 ### Affected Platforms Runtime - Android, Build - Linux, Other (please specify) ### Output of `npx react-native info` ```text java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfabricjni.so ``` ### Stacktrace or Logs ```text java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfabricjni.so ``` ### Reproducer https://github.com/facebook/react-native/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A&projects=&template=bug_report.yml ### Screenshots and Videos _No response_
{ "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://api.github.com/users/react-native-bot/followers", "following_url": "https://api.github.com/users/react-native-bot/following{/other_user}", "gists_url": "https://api.github.com/users/react-native-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/react-native-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/react-native-bot/subscriptions", "organizations_url": "https://api.github.com/users/react-native-bot/orgs", "repos_url": "https://api.github.com/users/react-native-bot/repos", "events_url": "https://api.github.com/users/react-native-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/react-native-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47667/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47667/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47666
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47666/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47666/comments
https://api.github.com/repos/facebook/react-native/issues/47666/events
https://github.com/facebook/react-native/issues/47666
2,668,623,153
I_kwDOAbrxp86fD_Ux
47,666
[CXX1429] error when building with cmake
{ "login": "huan415201", "id": 43948939, "node_id": "MDQ6VXNlcjQzOTQ4OTM5", "avatar_url": "https://avatars.githubusercontent.com/u/43948939?v=4", "gravatar_id": "", "url": "https://api.github.com/users/huan415201", "html_url": "https://github.com/huan415201", "followers_url": "https://api.github.com/users/huan415201/followers", "following_url": "https://api.github.com/users/huan415201/following{/other_user}", "gists_url": "https://api.github.com/users/huan415201/gists{/gist_id}", "starred_url": "https://api.github.com/users/huan415201/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/huan415201/subscriptions", "organizations_url": "https://api.github.com/users/huan415201/orgs", "repos_url": "https://api.github.com/users/huan415201/repos", "events_url": "https://api.github.com/users/huan415201/events{/privacy}", "received_events_url": "https://api.github.com/users/huan415201/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 872682019, "node_id": "MDU6TGFiZWw4NzI2ODIwMTk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Fixed", "name": "Resolution: Fixed", "color": "0e8a16", "default": false, "description": "A PR that fixes this issue has been merged." } ]
closed
false
null
[]
null
9
2024-11-18T13:47:13
2025-05-20T10:04:35
2024-11-18T16:41:21
NONE
null
null
null
null
### Description I got this error on my start from scratch project: `error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\Development_Projects\HieuHanViet\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/huan4/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/huan4/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Development_Projects/HieuHanViet/android/app/.cxx/Debug/6b2m4035/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Development_Projects\\HieuHanViet\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Development_Projects\\HieuHanViet\\android\\app\\build\\intermediates\\cxx\\Debug\\6b2m4035\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Development_Projects\\HieuHanViet\\android\\app\\build\\intermediates\\cxx\\Debug\\6b2m4035\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Development_Projects\\HieuHanViet\\android\\app\\.cxx\\Debug\\6b2m4035\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Development_Projects\\HieuHanViet\\android\\app\\.cxx\\Debug\\6b2m4035\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Development_Projects\\HieuHanViet\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Development_Projects\\HieuHanViet\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Development_Projects\HieuHanViet\android\app CMake Error at C:/Development_Projects/HieuHanViet/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Development_Projects\HieuHanViet\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\D'. Call Stack (most recent call first): CMakeLists.txt:31 (include) : com.android.ide.common.process.ProcessException: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/huan4/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/huan4/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Development_Projects/HieuHanViet/android/app/.cxx/Debug/6b2m4035/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Development_Projects\\HieuHanViet\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\huan4\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Development_Projects\\HieuHanViet\\android\\app\\build\\intermediates\\cxx\\Debug\\6b2m4035\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Development_Projects\\HieuHanViet\\android\\app\\build\\intermediates\\cxx\\Debug\\6b2m4035\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Development_Projects\\HieuHanViet\\android\\app\\.cxx\\Debug\\6b2m4035\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Development_Projects\\HieuHanViet\\android\\app\\.cxx\\Debug\\6b2m4035\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Development_Projects\\HieuHanViet\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Development_Projects\\HieuHanViet\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Development_Projects\HieuHanViet\android\app CMake Error at C:/Development_Projects/HieuHanViet/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Development_Projects\HieuHanViet\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\D'. Call Stack (most recent call first): CMakeLists.txt:31 (include) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:288) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:108) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess$default(ExecuteProcess.kt:85) at com.android.build.gradle.tasks.CmakeQueryMetadataGenerator.executeProcess(CmakeFileApiMetadataGenerator.kt:59) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configureOneAbi(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configure(ExternalNativeJsonGenerator.kt:113) at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:89) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:66) at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:229) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:212) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:195) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:162) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:46) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:35) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:75) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:53) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:53) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:35) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:49) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:27) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:107) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:56) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:56) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(AssignMutableWorkspaceStep.java:35) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:289) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:31) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:22) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:40) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:127) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:116) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:74) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:42) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:331) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:318) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.lambda$execute$0(DefaultTaskExecutionGraph.java:314) at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:85) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:314) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:303) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:459) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:376) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: com.android.ide.common.process.ProcessException: Error while executing process C:\Users\huan4\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe with arguments {-HC:\Development_Projects\HieuHanViet\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=24 -DANDROID_PLATFORM=android-24 -DANDROID_ABI=arm64-v8a -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DANDROID_NDK=C:\Users\huan4\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_ANDROID_NDK=C:\Users\huan4\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_TOOLCHAIN_FILE=C:\Users\huan4\AppData\Local\Android\Sdk\ndk\26.1.10909125\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\huan4\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe -DCMAOID_STL=c++_shared -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON} at com.android.build.gradle.internal.process.GradleProcessResult.buildProcessException(GradleProcessResult.java:73) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:48) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:277) ... 141 more Caused by: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\huan4\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:442) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:46) ... 142 more * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 2m 13s` ### Steps to reproduce 1. yarn install 2. cd android 3. gradlew clean 4. gradlew --stop 5. cd .. 6. yarn start 7. yarn android ### React Native Version 0.76.2 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text System: OS: Windows 11 10.0.22631 CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz Memory: 695.30 MB / 7.79 GB Binaries: Node: version: 22.11.0 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.22 path: C:\Program Files\nodejs\yarn.CMD npm: version: 10.9.0 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: - "34" - "35" Build Tools: - 34.0.0 - 35.0.0 System Images: - android-34 | Google APIs Intel x86_64 Atom - android-34 | Google Play Intel x86_64 Atom - android-35 | Google Play Intel x86_64 Atom Android NDK: Not Found Windows SDK: Not Found IDEs: Android Studio: AI-242.23339.11.2421.12550806 Visual Studio: Not Found Languages: Java: 17.0.13 Ruby: Not Found npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-windows: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text I think it's in the error above ``` ### Reproducer https://github.com/huan415201/bug ### Screenshots and Videos ![{A158E189-5989-4C85-BEDA-D40B5067BB82}](https://github.com/user-attachments/assets/7c216d39-64ef-4e27-b17e-d67d5914e972)
{ "login": "migueldaipre", "id": 21174859, "node_id": "MDQ6VXNlcjIxMTc0ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/21174859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/migueldaipre", "html_url": "https://github.com/migueldaipre", "followers_url": "https://api.github.com/users/migueldaipre/followers", "following_url": "https://api.github.com/users/migueldaipre/following{/other_user}", "gists_url": "https://api.github.com/users/migueldaipre/gists{/gist_id}", "starred_url": "https://api.github.com/users/migueldaipre/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/migueldaipre/subscriptions", "organizations_url": "https://api.github.com/users/migueldaipre/orgs", "repos_url": "https://api.github.com/users/migueldaipre/repos", "events_url": "https://api.github.com/users/migueldaipre/events{/privacy}", "received_events_url": "https://api.github.com/users/migueldaipre/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47666/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47666/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47665
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47665/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47665/comments
https://api.github.com/repos/facebook/react-native/issues/47665/events
https://github.com/facebook/react-native/pull/47665
2,668,613,375
PR_kwDOAbrxp86CQAhL
47,665
Clean up feature flag `allowRecursiveCommitsWithSynchronousMountOnAndroid`
{ "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/rubennorte/followers", "following_url": "https://api.github.com/users/rubennorte/following{/other_user}", "gists_url": "https://api.github.com/users/rubennorte/gists{/gist_id}", "starred_url": "https://api.github.com/users/rubennorte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rubennorte/subscriptions", "organizations_url": "https://api.github.com/users/rubennorte/orgs", "repos_url": "https://api.github.com/users/rubennorte/repos", "events_url": "https://api.github.com/users/rubennorte/events{/privacy}", "received_events_url": "https://api.github.com/users/rubennorte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T13:44:34
2024-11-18T16:17:47
2024-11-18T16:17:36
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47665", "html_url": "https://github.com/facebook/react-native/pull/47665", "diff_url": "https://github.com/facebook/react-native/pull/47665.diff", "patch_url": "https://github.com/facebook/react-native/pull/47665.patch", "merged_at": null }
Summary: Changelog: [Android][Fixed] Fixes some deadlocks when doing commits and state updates synchronously from the UI thread (e.g.: from reanimated). This removes the gating for the fix to allow recursive commits with synchronous mount on Android. See https://github.com/facebook/react-native/pull/44725#issuecomment-2427579065 and https://github.com/software-mansion/react-native-reanimated/issues/6418#issuecomment-2296107100. Differential Revision: D66095539
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47665/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47665/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47664
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47664/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47664/comments
https://api.github.com/repos/facebook/react-native/issues/47664/events
https://github.com/facebook/react-native/pull/47664
2,668,556,154
PR_kwDOAbrxp86CP2oK
47,664
Back out "fix(iOS): unify prefetchImageWithMetadata's signature in JS and ObjC land"
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T13:26:04
2024-11-18T15:39:02
2024-11-18T15:38:51
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47664", "html_url": "https://github.com/facebook/react-native/pull/47664", "diff_url": "https://github.com/facebook/react-native/pull/47664.diff", "patch_url": "https://github.com/facebook/react-native/pull/47664.patch", "merged_at": null }
Summary: We landed the previous change in [4dd60acb7d](https://github.com/facebook/react-native/commit/4dd60acb7ddc2811453e84e3567c1a114fa5e6f9), but this is breaking the OSS CI because now the two signatures do not match ## Changelog: [Internal] - Revert make the prefetchImageWithMetadata's queryRoot nullable Reviewed By: GijsWeterings Differential Revision: D66096759
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47664/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47664/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47663
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47663/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47663/comments
https://api.github.com/repos/facebook/react-native/issues/47663/events
https://github.com/facebook/react-native/pull/47663
2,668,496,565
PR_kwDOAbrxp86CPwdF
47,663
Migrate com.facebook.react.devsupport.BridgelessDevSupportManager to Kotlin
{ "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.com/users/fabriziocucci/followers", "following_url": "https://api.github.com/users/fabriziocucci/following{/other_user}", "gists_url": "https://api.github.com/users/fabriziocucci/gists{/gist_id}", "starred_url": "https://api.github.com/users/fabriziocucci/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fabriziocucci/subscriptions", "organizations_url": "https://api.github.com/users/fabriziocucci/orgs", "repos_url": "https://api.github.com/users/fabriziocucci/repos", "events_url": "https://api.github.com/users/fabriziocucci/events{/privacy}", "received_events_url": "https://api.github.com/users/fabriziocucci/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
open
false
null
[]
null
2
2024-11-18T13:14:40
2025-02-13T15:25:56
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47663", "html_url": "https://github.com/facebook/react-native/pull/47663", "diff_url": "https://github.com/facebook/react-native/pull/47663.diff", "patch_url": "https://github.com/facebook/react-native/pull/47663.patch", "merged_at": null }
Summary: As per title. Changelog: [Internal] Reviewed By: javache Differential Revision: D66092932
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47663/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47663/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47662
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47662/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47662/comments
https://api.github.com/repos/facebook/react-native/issues/47662/events
https://github.com/facebook/react-native/issues/47662
2,668,347,274
I_kwDOAbrxp86fC7-K
47,662
bugs: Attempt to invoke virtual method 'void com.facebook.react.uimanager.UlManagerModule.onBatchComplete()' on a null object reference
{ "login": "Chasen-Zhang", "id": 15354455, "node_id": "MDQ6VXNlcjE1MzU0NDU1", "avatar_url": "https://avatars.githubusercontent.com/u/15354455?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Chasen-Zhang", "html_url": "https://github.com/Chasen-Zhang", "followers_url": "https://api.github.com/users/Chasen-Zhang/followers", "following_url": "https://api.github.com/users/Chasen-Zhang/following{/other_user}", "gists_url": "https://api.github.com/users/Chasen-Zhang/gists{/gist_id}", "starred_url": "https://api.github.com/users/Chasen-Zhang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Chasen-Zhang/subscriptions", "organizations_url": "https://api.github.com/users/Chasen-Zhang/orgs", "repos_url": "https://api.github.com/users/Chasen-Zhang/repos", "events_url": "https://api.github.com/users/Chasen-Zhang/events{/privacy}", "received_events_url": "https://api.github.com/users/Chasen-Zhang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4431653875, "node_id": "LA_kwDOAbrxp88AAAABCCWr8w", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Issue%20in%20another%20tool%20or%20repo", "name": "Resolution: Issue in another tool or repo", "color": "ffffff", "default": false, "description": "An issue that was opened against React Native but in reality is affecting another tool or library" }, { "id": 5021085328, "node_id": "LA_kwDOAbrxp88AAAABK0eukA", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Unsupported%20Version", "name": "Type: Unsupported Version", "color": "ffffff", "default": false, "description": "Issues reported to a version of React Native that is no longer supported" } ]
closed
false
null
[]
null
12
2024-11-18T12:09:09
2025-05-28T12:29:19
2025-01-02T16:16:11
NONE
null
null
null
null
### Description ```jsx import React from 'react'; import {StyleSheet, TextInput} from 'react-native'; function App(): React.JSX.Element { return <TextInput inputMode="text" style={styles.input} />; } const styles = StyleSheet.create({ input: { flex: 1, height: 40, borderWidth: 1, borderColor: '#ddd', borderRadius: 8, paddingHorizontal: 8, marginHorizontal: 10, }, }); export default App; ``` ### Steps to reproduce When TextInput appear, focus it, and then errors. ![image](https://github.com/user-attachments/assets/5fe03659-c53e-444e-8d38-19b9b8025be5) ### React Native Version 0.73.2 ### adnroid 14 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text 0 verbose cli /Users/chasen/.nvm/versions/node/v22.3.0/bin/node /Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/bin/npm-cli.js 1 info using [email protected] 2 info using [email protected] 3 silly config load:file:/Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/npmrc 4 silly config load:file:/Users/chasen/wangmin/xiangqu/.npmrc 5 silly config load:file:/Users/chasen/.npmrc 6 silly config load:file:/Users/chasen/.nvm/versions/node/v22.3.0/etc/npmrc 7 verbose title npm exec react info 8 verbose argv "exec" "--" "react" "info" 9 verbose logfile logs-max:10 dir:/Users/chasen/.npm/_logs/2024-11-18T12_07_41_756Z- 10 verbose logfile /Users/chasen/.npm/_logs/2024-11-18T12_07_41_756Z-debug-0.log 11 silly logfile start cleaning logs, removing 2 files 12 silly packumentCache heap:4345298944 maxSize:1086324736 maxEntrySize:543162368 13 silly logfile done cleaning log files 14 verbose shrinkwrap failed to load node_modules/.package-lock.json missing from lockfile: node_modules/rn-placeholder 15 verbose stack Error: could not determine executable to run 15 verbose stack at getBinFromManifest (/Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js:17:23) 15 verbose stack at exec (/Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js:198:15) 15 verbose stack at async Npm.exec (/Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/lib/npm.js:207:9) 15 verbose stack at async module.exports (/Users/chasen/.nvm/versions/node/v22.3.0/lib/node_modules/npm/lib/cli/entry.js:74:5) 16 verbose pkgid [email protected] 17 error could not determine executable to run 18 verbose cwd /Users/chasen/wangmin/xiangqu 19 verbose os Darwin 23.6.0 20 verbose node v22.3.0 21 verbose npm v10.8.1 22 verbose exit 1 23 verbose code 1 24 error A complete log of this run can be found in: /Users/chasen/.npm/_logs/2024-11-18T12_07_41_756Z-debug-0.log ``` ### Stacktrace or Logs ```text Attempt to invoke virtual method 'voidcom.facebook.react.uimanager.UlManagerModule.onBatchComplete()' on a nullobject reference run RuntimeUtils.java:12 handleCallback Handler.java:958 dispatchMessage Handler.java:99 dispatchMessage MessageQueueThreadHandler.java:27 loopOnce Looperjava:257 loop Looper.java:368 lambda$startNewBackgroundThread$2 MessageQueueThreadlmpl.java:217 run D8$$SyntheticClass run Thread.java:1012 ``` ### Reproducer https://snack.expo.dev/WxSzNT5G5M9ff3hqMHZ35 ### Screenshots and Videos ![image](https://github.com/user-attachments/assets/ec3edde8-2b25-4498-8c45-63944cf2e924)
{ "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/cortinico/followers", "following_url": "https://api.github.com/users/cortinico/following{/other_user}", "gists_url": "https://api.github.com/users/cortinico/gists{/gist_id}", "starred_url": "https://api.github.com/users/cortinico/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cortinico/subscriptions", "organizations_url": "https://api.github.com/users/cortinico/orgs", "repos_url": "https://api.github.com/users/cortinico/repos", "events_url": "https://api.github.com/users/cortinico/events{/privacy}", "received_events_url": "https://api.github.com/users/cortinico/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47662/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47662/timeline
null
not_planned
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47661
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47661/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47661/comments
https://api.github.com/repos/facebook/react-native/issues/47661/events
https://github.com/facebook/react-native/pull/47661
2,668,288,596
PR_kwDOAbrxp86CPD2S
47,661
fix(iOS): unify prefetchImageWithMetadata's signature in JS and ObjC land (#47532)
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
open
false
null
[]
null
3
2024-11-18T11:45:25
2025-02-13T15:25:57
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47661", "html_url": "https://github.com/facebook/react-native/pull/47661", "diff_url": "https://github.com/facebook/react-native/pull/47661.diff", "patch_url": "https://github.com/facebook/react-native/pull/47661.patch", "merged_at": null }
Summary: in `prefetchImageWithMetadata`'s implementation in ObjC, the method's `queryRootName` is treated as being nullable. The image spec for it in JS (and the Codegened ObjC header that gets built on top of it) treat the field as not nullable. This change makes the field nullable in the spec to match up what we have in the implementation. I also noticed that the method is not defined in the [Image props](https://reactnative.dev/docs/image) on the RN website, so perhaps we should add this there as well. ## Changelog: [IOS] [CHANGED] - make `prefetchImageWithMetadata`'s `queryRootName` nullable in the spec Test Plan: yarn test: <img width="1576" alt="Screenshot 2024-11-09 at 00 36 30" src="https://github.com/user-attachments/assets/4162ff79-1388-4f6f-9576-256fd9011fcf"> It has no iOS specific tests, so nothing to run on that side Differential Revision: D66093745 Pulled By: cipolleschi
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47661/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47661/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47660
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47660/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47660/comments
https://api.github.com/repos/facebook/react-native/issues/47660/events
https://github.com/facebook/react-native/issues/47660
2,668,285,349
I_kwDOAbrxp86fCs2l
47,660
Why rendering errors are caught by promise catch?
{ "login": "andyjxli", "id": 19701675, "node_id": "MDQ6VXNlcjE5NzAxNjc1", "avatar_url": "https://avatars.githubusercontent.com/u/19701675?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andyjxli", "html_url": "https://github.com/andyjxli", "followers_url": "https://api.github.com/users/andyjxli/followers", "following_url": "https://api.github.com/users/andyjxli/following{/other_user}", "gists_url": "https://api.github.com/users/andyjxli/gists{/gist_id}", "starred_url": "https://api.github.com/users/andyjxli/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/andyjxli/subscriptions", "organizations_url": "https://api.github.com/users/andyjxli/orgs", "repos_url": "https://api.github.com/users/andyjxli/repos", "events_url": "https://api.github.com/users/andyjxli/events{/privacy}", "received_events_url": "https://api.github.com/users/andyjxli/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." }, { "id": 5021085328, "node_id": "LA_kwDOAbrxp88AAAABK0eukA", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Unsupported%20Version", "name": "Type: Unsupported Version", "color": "ffffff", "default": false, "description": "Issues reported to a version of React Native that is no longer supported" } ]
closed
false
null
[]
null
7
2024-11-18T11:44:08
2024-11-18T12:36:28
2024-11-18T11:58:38
NONE
null
null
null
null
### Description ``` import React, { useEffect, useMemo, useState } from 'react' import { View, Text } from 'react-native' const p = () => new Promise(r => { setTimeout(() => { r(undefined) }, 3000) }) function RNTesterApp() { const [arr, setArr] = useState([]) const getTabData = async () => { try { const val = await p() setArr(val) } catch (err) { console.log('render error', err) } } useEffect(() => { getTabData() }, []) const val = useMemo(() => arr.length - 10000, [arr]) return ( <View> <Text>{val}</Text> </View> ) } export default RNTesterApp ``` LOOK this demo, When setArr(undefined) , arr.length will throw an error, which will not be caught by getTabData catch in web, but will be caught in RN and log "render error" . Why is this? ### Steps to reproduce Use Demo ### React Native Version 0.72.5 ### Affected Platforms Runtime - Android, Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 14.5 CPU: (24) arm64 Apple M2 Ultra Memory: 665.20 MB / 64.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 16.20.2 path: ~/.local/state/fnm_multishells/83001_1731661580388/bin/node Yarn: version: 1.22.21 path: /opt/homebrew/bin/yarn npm: version: 6.14.17 path: ~/.local/state/fnm_multishells/83001_1731661580388/bin/npm Watchman: version: 2024.09.16.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.2 - iOS 17.2 - macOS 14.2 - tvOS 17.2 - watchOS 10.2 Android SDK: Not Found IDEs: Android Studio: 2024.1 AI-241.18034.62.2411.12071903 Xcode: version: 15.1/15C65 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.5 wanted: 0.72.5 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text TypeError: Cannot read property 'length' of undefined This error is located at: in App in Unknown in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by FmpProfiler) in FmpProfiler (created by FMPWrapper) in FMPWrapper in Unknown (created by Appcontainer) in Appcontainer in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in RCTView (created by View) in View (created by CssInterop.View) in CssInterop.View (created by AppContainer) in AppContainer render error [TypeError: Cannot read property 'length' of undefined] ``` ### Reproducer https://github.com/andyjxli/rn-demo ### Screenshots and Videos <img width="730" alt="image" src="https://github.com/user-attachments/assets/e858cdd2-f23b-4dcc-b106-ae85d3315b3e">
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47660/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47660/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47659
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47659/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47659/comments
https://api.github.com/repos/facebook/react-native/issues/47659/events
https://github.com/facebook/react-native/pull/47659
2,668,275,264
PR_kwDOAbrxp86CPBY5
47,659
Expose getCurrentReactContext on ReactDelegate
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-18T11:40:31
2024-11-18T15:53:25
2024-11-18T15:08:59
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47659", "html_url": "https://github.com/facebook/react-native/pull/47659", "diff_url": "https://github.com/facebook/react-native/pull/47659.diff", "patch_url": "https://github.com/facebook/react-native/pull/47659.patch", "merged_at": null }
Summary: Fixes https://github.com/facebook/react-native/issues/47647 There's no convenient way to access the current react context when using the new architecture. Exposing `getCurrentReactContext` allows for users to migrate without forcing the check downstream. Changelog: [Android][Added] ReactDelegate and ReactActivityDelegate#getCurrentReactContext can be used to access the current context Differential Revision: D66094540
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47659/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47659/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47658
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47658/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47658/comments
https://api.github.com/repos/facebook/react-native/issues/47658/events
https://github.com/facebook/react-native/pull/47658
2,668,188,628
PR_kwDOAbrxp86CO3Zb
47,658
Filter out AppRegistry logs from output
{ "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/rubennorte/followers", "following_url": "https://api.github.com/users/rubennorte/following{/other_user}", "gists_url": "https://api.github.com/users/rubennorte/gists{/gist_id}", "starred_url": "https://api.github.com/users/rubennorte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rubennorte/subscriptions", "organizations_url": "https://api.github.com/users/rubennorte/orgs", "repos_url": "https://api.github.com/users/rubennorte/repos", "events_url": "https://api.github.com/users/rubennorte/events{/privacy}", "received_events_url": "https://api.github.com/users/rubennorte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-18T11:19:55
2024-11-18T12:42:55
2024-11-18T12:42:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47658", "html_url": "https://github.com/facebook/react-native/pull/47658", "diff_url": "https://github.com/facebook/react-native/pull/47658.diff", "patch_url": "https://github.com/facebook/react-native/pull/47658.patch", "merged_at": null }
Summary: Changelog: [internal] AppRegistry logs are showing up again in Fantom because we changed the order and now they're not necessarily showing up last. This fixes that by filtering them out in any position. Differential Revision: D66094274
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47658/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47658/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47657
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47657/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47657/comments
https://api.github.com/repos/facebook/react-native/issues/47657/events
https://github.com/facebook/react-native/issues/47657
2,667,813,509
I_kwDOAbrxp86fA5qF
47,657
when upgrading to react native version 0.76.1 ios/Pods/RCT-Folly/folly/functional/Invoke.h:22:10: 'boost/preprocessor/control/expr_iif.hpp' file not found 22 | #include <boost/preprocessor/control/expr_iif.hpp>. when run react-native run-ios
{ "login": "TahaAlTamimi", "id": 51744495, "node_id": "MDQ6VXNlcjUxNzQ0NDk1", "avatar_url": "https://avatars.githubusercontent.com/u/51744495?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TahaAlTamimi", "html_url": "https://github.com/TahaAlTamimi", "followers_url": "https://api.github.com/users/TahaAlTamimi/followers", "following_url": "https://api.github.com/users/TahaAlTamimi/following{/other_user}", "gists_url": "https://api.github.com/users/TahaAlTamimi/gists{/gist_id}", "starred_url": "https://api.github.com/users/TahaAlTamimi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/TahaAlTamimi/subscriptions", "organizations_url": "https://api.github.com/users/TahaAlTamimi/orgs", "repos_url": "https://api.github.com/users/TahaAlTamimi/repos", "events_url": "https://api.github.com/users/TahaAlTamimi/events{/privacy}", "received_events_url": "https://api.github.com/users/TahaAlTamimi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": "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 the issue." }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
open
false
null
[]
null
5
2024-11-18T09:33:27
2024-12-17T05:01:07
null
NONE
null
null
null
null
### Description when upgrading to react native version 0.76.1 The build doesn't work, it seems there are missing files in some Pod dependencies. ### Steps to reproduce upgrading react native from 0.72.4 to 0.76.1 and using same steps in https://react-native-community.github.io/upgrade-helper/?from=0.72.4&to=0.76.1 ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.1 CPU: (11) arm64 Apple M3 Pro Memory: 121.94 MB / 18.00 GB Shell: version: 3.2.57 path: /bin/bash Binaries: Node: version: 18.20.4 path: ~/.nvm/versions/node/v18.20.4/bin/node Yarn: version: 1.22.22 path: /usr/local/bin/yarn npm: version: 10.7.0 path: ~/.nvm/versions/node/v18.20.4/bin/npm Watchman: version: 2024.11.11.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/tamimiejada/.rbenv/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 24.0 - iOS 18.0 - macOS 15.0 - tvOS 18.0 - visionOS 2.0 - watchOS 11.0 Android SDK: Not Found IDEs: Android Studio: 2021.3 AI-213.7172.25.2113.9123335 Xcode: version: 16.0/16A242d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.13 path: /Users/tamimiejada/.jenv/shims/javac Ruby: version: 3.1.2 path: /Users/tamimiejada/.rbenv/shims/ruby npmPackages: "@react-native-community/cli": Not Found react: Not Found react-native: Not Found react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text [React-perflogger] Compiling FuseboxTracer.cpp ❌ path-to-my-project/ios/Pods/RCT-Folly/folly/functional/Invoke.h:22:10: 'boost/preprocessor/control/expr_iif.hpp' file not found 22 | #include <boost/preprocessor/control/expr_iif.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'myProject.xcworkspace'. ``` ### Reproducer https://github.com/facebook/react-native ### Screenshots and Videos _No response_
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47657/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47657/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47656
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47656/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47656/comments
https://api.github.com/repos/facebook/react-native/issues/47656/events
https://github.com/facebook/react-native/issues/47656
2,667,748,333
I_kwDOAbrxp86fApvt
47,656
Font weight is not honored on iOS in RN 0.76
{ "login": "esbenvb", "id": 426051, "node_id": "MDQ6VXNlcjQyNjA1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/426051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/esbenvb", "html_url": "https://github.com/esbenvb", "followers_url": "https://api.github.com/users/esbenvb/followers", "following_url": "https://api.github.com/users/esbenvb/following{/other_user}", "gists_url": "https://api.github.com/users/esbenvb/gists{/gist_id}", "starred_url": "https://api.github.com/users/esbenvb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/esbenvb/subscriptions", "organizations_url": "https://api.github.com/users/esbenvb/orgs", "repos_url": "https://api.github.com/users/esbenvb/repos", "events_url": "https://api.github.com/users/esbenvb/events{/privacy}", "received_events_url": "https://api.github.com/users/esbenvb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 872682019, "node_id": "MDU6TGFiZWw4NzI2ODIwMTk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Fixed", "name": "Resolution: Fixed", "color": "0e8a16", "default": false, "description": "A PR that fixes this issue has been merged." }, { "id": 3815166274, "node_id": "LA_kwDOAbrxp87jZtFC", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20New%20Architecture", "name": "Type: New Architecture", "color": "f9d0c4", "default": false, "description": "Issues and PRs related to new architecture (Fabric/Turbo Modules)" } ]
closed
false
null
[]
null
7
2024-11-18T09:04:43
2024-12-02T17:28:12
2024-11-21T10:20:53
CONTRIBUTOR
null
null
null
null
### Description After switching to new architecture, the text rendering does not seem to honor the `fontWeight` style as it used to do, on iOS. With RN 0.76 and new architecture enabled, it's not choosing the font based on the weight on iOS, even though that's the intended behavior according to the docs: https://reactnative.dev/docs/text-style-props#fontweight ### Steps to reproduce clone the project and run `yarn && npx pod-install && yarn ios` Or add this code to an existing RN 0.76 project with new architecture enabled: ```jsx <Text style={{ fontFamily: 'RobotoCondensed-Bold', fontSize: 32, fontWeight: '700', }}> RobotoCondensed-Bold - weight 700 </Text> <Text style={{ fontFamily: 'RobotoCondensed-Regular', fontSize: 32, fontWeight: '700', }}> RobotoCondensed-Regular - weight 700 </Text> ``` ### React Native Version 0.76.2 ### Affected Platforms Runtime - iOS ### Areas Fabric - The New Renderer ### Output of `npx react-native info` ```text System: OS: macOS 15.0.1 CPU: (10) arm64 Apple M1 Max Memory: 819.03 MB / 64.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.2 path: ~/Library/Caches/fnm_multishells/40214_1731916352195/bin/node Yarn: version: 1.22.22 path: ~/Library/Caches/fnm_multishells/40214_1731916352195/bin/yarn npm: version: 9.8.1 path: ~/Library/Caches/fnm_multishells/40214_1731916352195/bin/npm Watchman: version: 2024.10.07.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.5 - iOS 17.5 - macOS 14.5 - tvOS 17.5 - visionOS 1.2 - watchOS 10.5 Android SDK: API Levels: - "27" - "28" - "29" - "31" - "32" - "33" - "34" - "34" - "35" Build Tools: - 28.0.3 - 29.0.2 - 30.0.2 - 30.0.3 - 31.0.0 - 33.0.0 - 34.0.0 - 35.0.0 System Images: - android-28 | Google ARM64-V8a Play ARM 64 v8a - android-29 | Intel x86 Atom_64 - android-29 | Google APIs Intel x86 Atom - android-33 | Google APIs ARM 64 v8a - android-34 | Google Play ARM 64 v8a Android NDK: 25.0.8775105 IDEs: Android Studio: 2023.1 AI-231.9392.1.2311.11255304 Xcode: version: 15.4/15F31d path: /usr/bin/xcodebuild Languages: Java: version: 1.8.0_292 path: /usr/bin/javac Ruby: version: 3.3.5 path: /opt/homebrew/opt/ruby/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text N/A ``` ### Reproducer https://github.com/esbenvb/rn-font-weight-issue ### Screenshots and Videos ✅ Without new architecture - working as expected ![Simulator Screenshot - iPhone 15 - 2024-11-18 at 09 00 58](https://github.com/user-attachments/assets/9c03a81c-1833-4ad2-8472-c7fe47bf4943) ❌ With new architecture - not working as expected ![Simulator Screenshot - iPhone 15 - 2024-11-18 at 09 03 57](https://github.com/user-attachments/assets/c5dad95d-2e21-44a6-8dfe-148ecb28d11d)
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47656/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47656/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47655
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47655/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47655/comments
https://api.github.com/repos/facebook/react-native/issues/47655/events
https://github.com/facebook/react-native/pull/47655
2,667,340,436
PR_kwDOAbrxp86CMwbI
47,655
[iOS] Fabric: Fixes image coordinator status assert crash in debug mode
{ "login": "zhongwuzw", "id": 5061845, "node_id": "MDQ6VXNlcjUwNjE4NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/5061845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhongwuzw", "html_url": "https://github.com/zhongwuzw", "followers_url": "https://api.github.com/users/zhongwuzw/followers", "following_url": "https://api.github.com/users/zhongwuzw/following{/other_user}", "gists_url": "https://api.github.com/users/zhongwuzw/gists{/gist_id}", "starred_url": "https://api.github.com/users/zhongwuzw/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zhongwuzw/subscriptions", "organizations_url": "https://api.github.com/users/zhongwuzw/orgs", "repos_url": "https://api.github.com/users/zhongwuzw/repos", "events_url": "https://api.github.com/users/zhongwuzw/events{/privacy}", "received_events_url": "https://api.github.com/users/zhongwuzw/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
3
2024-11-18T06:45:13
2024-11-18T13:50:54
2024-11-18T13:50:44
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47655", "html_url": "https://github.com/facebook/react-native/pull/47655", "diff_url": "https://github.com/facebook/react-native/pull/47655.diff", "patch_url": "https://github.com/facebook/react-native/pull/47655.patch", "merged_at": null }
## Summary: Because we cancel the request and the callback for the request loading state occurs in a multi-threaded environment, we may still receive the callback even after canceling the request. The assert failed like below: ``` (lldb) bt * thread #48, queue = 'com.apple.root.default-qos', stop reason = signal SIGABRT frame #0: 0x0000000106d15008 libsystem_kernel.dylib`__pthread_kill + 8 frame #1: 0x000000010581f408 libsystem_pthread.dylib`pthread_kill + 256 frame #2: 0x000000018016c4ec libsystem_c.dylib`abort + 104 frame #3: 0x000000018016b934 libsystem_c.dylib`__assert_rtn + 268 * frame #4: 0x00000001073fcd64 React_Fabric`facebook::react::ImageResponseObserverCoordinator::nativeImageResponseComplete(this=0x00006000039bc838, imageResponse=0x000000016ce86970) const at ImageResponseObserverCoordinator.cpp:93:3 frame #5: 0x00000001057c9a6c React_ImageManager`__42-[RCTImageManager requestImage:surfaceId:]_block_invoke_2(.block_descriptor=0x0000600000da21c0, error=0x0000000000000000, image=0x0000600003034ea0, metadata=0x0000000000000000) at RCTImageManager.mm:76:30 frame #6: 0x0000000105657188 RCTImage`__140-[RCTImageLoader loadImageWithURLRequest:size:scale:clipped:resizeMode:priority:attribution:progressBlock:partialLoadBlock:completionBlock:]_block_invoke_3(.block_descriptor=0x0000600002c90200, error_=0x0000000000000000, image=0x0000600003034ea0) at RCTImageLoader.mm:831:11 frame #7: 0x00000001056582e8 RCTImage`__80-[RCTImageLoader decodeImageData:size:scale:clipped:resizeMode:completionBlock:]_block_invoke_2(.block_descriptor=0x000060000267b780, error=0x0000000000000000, image=0x0000600003034ea0) at RCTImageLoader.mm:933:7 frame #8: 0x0000000105658d60 RCTImage`__80-[RCTImageLoader decodeImageData:size:scale:clipped:resizeMode:completionBlock:]_block_invoke_3.207(.block_descriptor=0x0000600002957e90) at RCTImageLoader.mm:973:13 frame #9: 0x0000000108560ec0 libdispatch.dylib`_dispatch_call_block_and_release + 24 frame #10: 0x00000001085627b8 libdispatch.dylib`_dispatch_client_callout + 16 frame #11: 0x00000001085655f4 libdispatch.dylib`_dispatch_queue_override_invoke + 1312 frame #12: 0x00000001085763d4 libdispatch.dylib`_dispatch_root_queue_drain + 372 frame #13: 0x0000000108576f7c libdispatch.dylib`_dispatch_worker_thread2 + 256 frame #14: 0x000000010581bb38 libsystem_pthread.dylib`_pthread_wqthread + 224 ``` ![image](https://github.com/user-attachments/assets/7ed1997d-9d48-4631-9a02-0eef28a03cf3) ``` (lldb) bt * thread #18, queue = 'com.meta.react.turbomodulemanager.queue', stop reason = signal SIGABRT frame #0: 0x0000000107ea9008 libsystem_kernel.dylib`__pthread_kill + 8 frame #1: 0x000000010569b408 libsystem_pthread.dylib`pthread_kill + 256 frame #2: 0x000000018016c4ec libsystem_c.dylib`abort + 104 frame #3: 0x000000018016b934 libsystem_c.dylib`__assert_rtn + 268 * frame #4: 0x00000001072bcae8 React_Fabric`facebook::react::ImageResponseObserverCoordinator::nativeImageResponseProgress(this=0x00006000039bd7a8, progress=-1006, loaded=1006, total=-1) const at ImageResponseObserverCoordinator.cpp:76:3 frame #5: 0x0000000105615fb8 React_ImageManager`__42-[RCTImageManager requestImage:surfaceId:]_block_invoke.3(.block_descriptor=0x0000600000d26a30, progress=1006, total=-1) at RCTImageManager.mm:89:28 frame #6: 0x00000001055160fc RCTImage`__64-[RCTImageLoader _loadURLRequest:progressBlock:completionBlock:]_block_invoke.192(.block_descriptor=0x0000600000cd4900, progress=1006, total=-1) at RCTImageLoader.mm:747:7 frame #7: 0x000000010504bc4c RCTNetwork`__44-[RCTNetworkTask URLRequest:didReceiveData:]_block_invoke.22(.block_descriptor=0x00006000017e0c80) at RCTNetworkTask.mm:201:7 frame #8: 0x0000000108a24ec0 libdispatch.dylib`_dispatch_call_block_and_release + 24 frame #9: 0x0000000108a267b8 libdispatch.dylib`_dispatch_client_callout + 16 frame #10: 0x0000000108a2eaac libdispatch.dylib`_dispatch_lane_serial_drain + 912 frame #11: 0x0000000108a2f7b0 libdispatch.dylib`_dispatch_lane_invoke + 420 frame #12: 0x0000000108a3c1f0 libdispatch.dylib`_dispatch_root_queue_drain_deferred_wlh + 324 frame #13: 0x0000000108a3b75c libdispatch.dylib`_dispatch_workloop_worker_thread + 732 frame #14: 0x0000000105697b74 libsystem_pthread.dylib`_pthread_wqthread + 284 ``` ![image](https://github.com/user-attachments/assets/524a3ba2-857e-4f3a-8757-115d3ebadb42) ## Changelog: [IOS] [FIXED] - Fabric: Fixes image coordinator status assert crash in debug mode ## Test Plan: Very easy to repro, just open RNTester's Image example, and then pop the page. Do this back and forth a few times.
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47655/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47655/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47654
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47654/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47654/comments
https://api.github.com/repos/facebook/react-native/issues/47654/events
https://github.com/facebook/react-native/issues/47654
2,667,078,572
I_kwDOAbrxp86e-GOs
47,654
not building in windows android - 0.76.2
{ "login": "Sanjayng125", "id": 106653066, "node_id": "U_kgDOBltlig", "avatar_url": "https://avatars.githubusercontent.com/u/106653066?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Sanjayng125", "html_url": "https://github.com/Sanjayng125", "followers_url": "https://api.github.com/users/Sanjayng125/followers", "following_url": "https://api.github.com/users/Sanjayng125/following{/other_user}", "gists_url": "https://api.github.com/users/Sanjayng125/gists{/gist_id}", "starred_url": "https://api.github.com/users/Sanjayng125/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Sanjayng125/subscriptions", "organizations_url": "https://api.github.com/users/Sanjayng125/orgs", "repos_url": "https://api.github.com/users/Sanjayng125/repos", "events_url": "https://api.github.com/users/Sanjayng125/events{/privacy}", "received_events_url": "https://api.github.com/users/Sanjayng125/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 872682019, "node_id": "MDU6TGFiZWw4NzI2ODIwMTk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Fixed", "name": "Resolution: Fixed", "color": "0e8a16", "default": false, "description": "A PR that fixes this issue has been merged." }, { "id": 3815166274, "node_id": "LA_kwDOAbrxp87jZtFC", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20New%20Architecture", "name": "Type: New Architecture", "color": "f9d0c4", "default": false, "description": "Issues and PRs related to new architecture (Fabric/Turbo Modules)" } ]
closed
false
null
[]
null
8
2024-11-18T04:39:52
2024-11-29T17:19:15
2024-11-21T23:37:26
NONE
null
null
null
null
### Description im just starting the app by npm start and opening in android by pressing "a". build fails ### Steps to reproduce n/a ### React Native Version 0.76.2 ### Affected Platforms Runtime - Android, Build - Windows ### Areas Other (please specify) ### Output of `npx react-native info` ```text System: OS: Windows 11 10.0.22631 CPU: "(16) x64 AMD Ryzen 7 6800H with Radeon Graphics " Memory: 3.40 GB / 15.19 GB Binaries: Node: version: 20.18.0 path: C:\Program Files\nodejs\node.EXE Yarn: Not Found npm: version: 10.8.2 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: - "33" - "34" - "35" Build Tools: - 33.0.0 - 34.0.0 - 35.0.0 System Images: - android-35 | Google Play Intel x86_64 Atom Android NDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled IDEs: Android Studio: AI-242.23339.11.2421.12550806 Visual Studio: Not Found Languages: Java: 17.0.12 Ruby: Not Found npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-windows: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text > Task :react-native-reanimated:configureCMakeDebug[x86] > Task :react-native-reanimated:configureCMakeDebug[x86_64] > Task :react-native-reanimated:generateJsonModelDebug > Task :react-native-reanimated:prefabDebugConfigurePackage UP-TO-DATE > Task :app:configureCMakeDebug[arm64-v8a] C/C++: CMake Error at D:/coding/React-Native/projects-RN/Ludo/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): C/C++: Syntax error in cmake code when parsing string C/C++: D:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp C/C++: Invalid character escape '\c'. C/C++: Call Stack (most recent call first): C/C++: CMakeLists.txt:31 (include) > Task :app:configureCMakeDebug[arm64-v8a] FAILED 291 actionable tasks: 22 executed, 269 up-to-date info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using D:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/sanja/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/sanja/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "D:/coding/React-Native/projects-RN/Ludo/android/app/.cxx/Debug/b6e701vw/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HD:\\coding\\React-Native\\projects-RN\\Ludo\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build\\intermediates\\cxx\\Debug\\b6e701vw\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build\\intermediates\\cxx\\Debug\\b6e701vw\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\.cxx\\Debug\\b6e701vw\\prefab\\arm64-v8a\\prefab" ^ "-BD:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\.cxx\\Debug\\b6e701vw\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=D:\\coding\\React-Native\\projects-RN\\Ludo\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from D:\coding\React-Native\projects-RN\Ludo\android\app CMake Error at D:/coding/React-Native/projects-RN/Ludo/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string D:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\c'. Call Stack (most recent call first): CMakeLists.txt:31 (include) : com.android.ide.common.process.ProcessException: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/sanja/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/sanja/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "D:/coding/React-Native/projects-RN/Ludo/android/app/.cxx/Debug/b6e701vw/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HD:\\coding\\React-Native\\projects-RN\\Ludo\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\sanja\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build\\intermediates\\cxx\\Debug\\b6e701vw\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build\\intermediates\\cxx\\Debug\\b6e701vw\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\.cxx\\Debug\\b6e701vw\\prefab\\arm64-v8a\\prefab" ^ "-BD:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\.cxx\\Debug\\b6e701vw\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=D:\\coding\\React-Native\\projects-RN\\Ludo\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=D:\\coding\\React-Native\\projects-RN\\Ludo\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from D:\coding\React-Native\projects-RN\Ludo\android\app CMake Error at D:/coding/React-Native/projects-RN/Ludo/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string D:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\c'. Call Stack (most recent call first): CMakeLists.txt:31 (include) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:288) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:108) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess$default(ExecuteProcess.kt:85) at com.android.build.gradle.tasks.CmakeQueryMetadataGenerator.executeProcess(CmakeFileApiMetadataGenerator.kt:59) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configureOneAbi(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configure(ExternalNativeJsonGenerator.kt:113) at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:89) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:66) at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:81) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:229) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:212) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:195) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:162) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:46) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:35) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:75) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:53) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:53) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:35) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:49) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:27) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:107) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:56) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:56) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(AssignMutableWorkspaceStep.java:35) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:289) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:31) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:22) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:40) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:127) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:116) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:74) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:42) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:331) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:318) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.lambda$execute$0(DefaultTaskExecutionGraph.java:314) at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:85) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:314) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:303) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:459) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:376) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: com.android.ide.common.process.ProcessException: Error while executing process C:\Users\sanja\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe with arguments {-HD:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=24 -DANDROID_PLATFORM=android-24 -DANDROID_ABI=arm64-v8a -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DANDROID_NDK=C:\Users\sanja\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_ANDROID_NDK=C:\Users\sanja\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_TOOLCHAIN_FILE=C:\Users\sanja\AppData\Local\Android\Sdk\ndk\26.1.10909125\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\sanja\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=D:\coding\React-Native\projects-RN\Ludo\android\app\build\intermediates\cxx\Debug\b6e701vw\obj\arm64-v8a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=D:\coding\React-Native\projects-RN\Ludo\android\app\build\intermediates\cxx\Debug\b6e701vw\obj\arm64-v8a -DCMAKE_BUILD_TYPE=Debug -DCMAKE_FIND_ROOT_PATH=D:\coding\React-Native\projects-RN\Ludo\android\app\.cxx\Debug\b6e701vw\prefab\arm64-v8a\prefab -BD:\coding\React-Native\projects-RN\Ludo\android\app\.cxx\Debug\b6e701vw\arm64-v8a -GNinja -DPROJECT_BUILD_DIR=D:\coding\React-Native\projects-RN\Ludo\android\app\build -DREACT_ANDROID_DIR=D:\coding\React-Native\projects-RN\Ludo\node_modules\react-native\ReactAndroid -DANDROID_STL=c++_shared -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON} at com.android.build.gradle.internal.process.GradleProcessResult.buildProcessException(GradleProcessResult.java:73) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:48) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:277) ... 141 more Caused by: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\sanja\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:442) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:46) ... 142 more * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 10s info Run CLI with --verbose flag for more details. ``` ### Reproducer n/a ### Screenshots and Videos _No response_
{ "login": "migueldaipre", "id": 21174859, "node_id": "MDQ6VXNlcjIxMTc0ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/21174859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/migueldaipre", "html_url": "https://github.com/migueldaipre", "followers_url": "https://api.github.com/users/migueldaipre/followers", "following_url": "https://api.github.com/users/migueldaipre/following{/other_user}", "gists_url": "https://api.github.com/users/migueldaipre/gists{/gist_id}", "starred_url": "https://api.github.com/users/migueldaipre/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/migueldaipre/subscriptions", "organizations_url": "https://api.github.com/users/migueldaipre/orgs", "repos_url": "https://api.github.com/users/migueldaipre/repos", "events_url": "https://api.github.com/users/migueldaipre/events{/privacy}", "received_events_url": "https://api.github.com/users/migueldaipre/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47654/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/47654/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47653
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47653/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47653/comments
https://api.github.com/repos/facebook/react-native/issues/47653/events
https://github.com/facebook/react-native/pull/47653
2,666,578,751
PR_kwDOAbrxp86CLAf9
47,653
dev-middleware: Use serverBaseUrl for local->server fetches
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-17T21:45:23
2024-11-19T00:26:17
2024-11-19T00:26:07
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47653", "html_url": "https://github.com/facebook/react-native/pull/47653", "diff_url": "https://github.com/facebook/react-native/pull/47653.diff", "patch_url": "https://github.com/facebook/react-native/pull/47653.patch", "merged_at": null }
Summary: ## Context Currently, when `nativeSourceCodeFetching == false`, `inspector-proxy` attempts to pre-fetch source maps, given the URL from a `Debugger.scriptParsed` event, and embeds them into `Debugger.scriptParsed`'s `sourceMapURL` using a data URI. This was originally to support frontends that did not perform HTTP requests or were blocked (eg by CORS), but we're retaining it for the moment because it's more performant than lazy loading the source map. Similarly, we perform middleware->server fetches to respond to `Debugger.getScriptSource` events. To make these fetches for URLs that target `10.0.2.2` (ie, addressable from within an Android emulator) (etc), we rewrite `10.0.2.2`->`localhost` and perform a `fetch` from the Node process running dev-middleware. ## The problem Consider a setup where: - Metro is running on a remote server, listening on `8081`. - Dev machine tunnels `localhost:8082` -> remote `8081`. - An app is running on an Android emulator on the dev machine, with bundle URL configured to `10.0.2.2:8082`. In this case, we'll rewrite `10.0.2.2:8082` to `localhost:8082`, which *is* reachable and correct from the dev machine, but *not* from the machine where Metro is running, so the `fetch` of a source map from the inspector proxy will fail. ## Motivation This might seem like a niche case, but it's part of fixing a series of unsafe assumptions that currently prevent us from running DevTools on an arbitrary port. ## This fix Preserve the current behaviour (simple `10.0.2.2`<=>`localhost`) for URLs sent to the frontend, but construct a separate, server-relative URL, using the configured `serverBaseUrl`, for `fetch` calls within dev-middleware. Changelog: [General][Fixed] RN DevTools: Fix fetching sources and source maps when the dev-server is remote and not tunnelled via the same port+protocol. Differential Revision: D65993910
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47653/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47653/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47652
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47652/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47652/comments
https://api.github.com/repos/facebook/react-native/issues/47652/events
https://github.com/facebook/react-native/pull/47652
2,666,402,825
PR_kwDOAbrxp86CKw87
47,652
dev-middleware: Block Network.loadNetworkResource requests when nativeSourceCodeFetching == false
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-17T19:52:35
2024-11-18T20:24:11
2024-11-18T20:24:00
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47652", "html_url": "https://github.com/facebook/react-native/pull/47652", "diff_url": "https://github.com/facebook/react-native/pull/47652.diff", "patch_url": "https://github.com/facebook/react-native/pull/47652.patch", "merged_at": null }
Summary: When the `nativeSourceCodeFetching` capability is disabled, `inspector-proxy` rewrites URLs exchanged over CDP between device and frontend so that URLs are addressable from CDT - in particular, when using an Android emulator `10.0.2.2` (host's address from within the emulator) is rewritten to and from `localhost` (the equivalent address reachable from the host). Previously - before we implemented `Network.loadNetworkResource`, or on old frontends that don't attempt to use that method - this worked reasonably well. A `fetch` from CDT to Metro would succeed on the rewritten URL. Since we implemented `Network.loadNetworkResource`, but disabled the `nativeSourceCodeFetching` capability, source fetching is broken under Android emulators. We're rewriting URLs to be frontend-relative, but then attempting to fetch them through the device, because as far as CDT is aware, `Network.loadNetworkResource` should still be tried first. When `Network.loadNetworkResource` responds with a CDP *error*, CDT falls back to a local fetch (which would work), but when it responds with a CDP *result* of `success: false`, there is no fallback. This diff adds an interception guarded behind `nativeSourceCodeFetching == false`, which rejects any calls to `Network.loadNetworkResource` with a CDP error. This restores the previous behaviour from before `Network.loadNetworkResource` was implemented at all. NOTE: An alternative approach would be to rewrite URLs back to device-relative for `Network.loadNetworkResource`, but IMO it's more correct for the frontend to respect that the device is asserting that it doesn't have that capability, and not to try to use it. Changelog: [Android][Fixed] RN DevTools: Fix source loading when using an Android emulator connecting to a dev server on the host. Differential Revision: D66074731
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47652/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47652/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47651
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47651/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47651/comments
https://api.github.com/repos/facebook/react-native/issues/47651/events
https://github.com/facebook/react-native/pull/47651
2,666,319,705
PR_kwDOAbrxp86CKpbm
47,651
Pass the `RCTAppDependencyProvider` to the RCTAppDelegate
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-17T19:01:19
2024-11-18T16:10:52
2024-11-18T16:10:30
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47651", "html_url": "https://github.com/facebook/react-native/pull/47651", "diff_url": "https://github.com/facebook/react-native/pull/47651.diff", "patch_url": "https://github.com/facebook/react-native/pull/47651.patch", "merged_at": null }
Summary: ## This Change: This change uses in the App's AppDelegate the newly generated `RCTAppDependencyProvider`, passing it to the `RCTAppDelegate`. This change needs to be applied also to the template, when this stack lands. ## Context React Native has a last temporal dependency on Codegen in the React-RCTAppDelegate pod. The RCTAppDelegate has the responsibility to provide various dependencies to react native, like third party components and various modules. ReactCodegen is generated when the user create the project, while React-RCTAppDelegate eists in React Native itself. This dependency means that we cannot prepare prebuilt for iOS for React Native because when we would have to create prebuilds, we would need the React Codegen, but we can't create a React codegen package that will fit all the apps, because React Codegen can contains App Specific modules and components and apps might have different dependencies. ## Changelog: [iOS][Added] - Pass the `RCTAppDependencyProvider` to the `RCTAppDelegate` Differential Revision: D66074475
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47651/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47651/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47650
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47650/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47650/comments
https://api.github.com/repos/facebook/react-native/issues/47650/events
https://github.com/facebook/react-native/pull/47650
2,666,319,692
PR_kwDOAbrxp86CKpbg
47,650
Generate `RCTAppDependencyProvider` for apps
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-17T19:01:18
2024-11-18T16:10:47
2024-11-18T16:10:30
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47650", "html_url": "https://github.com/facebook/react-native/pull/47650", "diff_url": "https://github.com/facebook/react-native/pull/47650.diff", "patch_url": "https://github.com/facebook/react-native/pull/47650.patch", "merged_at": null }
Summary: ## This Change: This change generates the `RCTAppDependencyProvider` for the apps, so that the amount of changes required by the users is minimal. ## Context React Native has a last temporal dependency on Codegen in the React-RCTAppDelegate pod. The RCTAppDelegate has the responsibility to provide various dependencies to react native, like third party components and various modules. ReactCodegen is generated when the user create the project, while React-RCTAppDelegate eists in React Native itself. This dependency means that we cannot prepare prebuilt for iOS for React Native because when we would have to create prebuilds, we would need the React Codegen, but we can't create a React codegen package that will fit all the apps, because React Codegen can contains App Specific modules and components and apps might have different dependencies. ## Changelog: [iOS][Added] - Introduce the RCTAppDependencyProvider to minimize the changes required y the users Differential Revision: D66074456
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47650/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47650/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47649
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47649/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47649/comments
https://api.github.com/repos/facebook/react-native/issues/47649/events
https://github.com/facebook/react-native/pull/47649
2,666,319,679
PR_kwDOAbrxp86CKpbb
47,649
Use `RCTDependencyProvider` in RCTAppDelegate
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-17T19:01:17
2024-11-18T16:10:41
2024-11-18T16:10:29
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47649", "html_url": "https://github.com/facebook/react-native/pull/47649", "diff_url": "https://github.com/facebook/react-native/pull/47649.diff", "patch_url": "https://github.com/facebook/react-native/pull/47649.patch", "merged_at": null }
Summary: ## This Change: This change uses the `RCTDependencyProvider` protocol created before, breaking the dependency between the RCTAppDelegate and codegen. ## Context React Native has a last temporal dependency on Codegen in the React-RCTAppDelegate pod. The RCTAppDelegate has the responsibility to provide various dependencies to react native, like third party components and various modules. ReactCodegen is generated when the user create the project, while React-RCTAppDelegate eists in React Native itself. This dependency means that we cannot prepare prebuilt for iOS for React Native because when we would have to create prebuilds, we would need the React Codegen, but we can't create a React codegen package that will fit all the apps, because React Codegen can contains App Specific modules and components and apps might have different dependencies. ## Changelog: [iOS][Breaking] - Use the RCTDependencyProvider in the RCTAppDelegate, breaking the dependency with Codegen Differential Revision: D66074438
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47649/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47649/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47648
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47648/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47648/comments
https://api.github.com/repos/facebook/react-native/issues/47648/events
https://github.com/facebook/react-native/pull/47648
2,666,319,663
PR_kwDOAbrxp86CKpbT
47,648
Add `RCTDependencyProvider` protocol
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-17T19:01:16
2024-11-18T16:10:39
2024-11-18T16:10:28
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47648", "html_url": "https://github.com/facebook/react-native/pull/47648", "diff_url": "https://github.com/facebook/react-native/pull/47648.diff", "patch_url": "https://github.com/facebook/react-native/pull/47648.patch", "merged_at": null }
Summary: React Native has a last temporal dependency on Codegen in the React-RCTAppDelegate pod. The RCTAppDelegate has the responsibility to provide various dependencies to react native, like third party components and various modules. ReactCodegen is generated when the user create the project, while React-RCTAppDelegate eists in React Native itself. This dependency means that we cannot prepare prebuilt for iOS for React Native because when we would have to create prebuilds, we would need the React Codegen, but we can't create a React codegen package that will fit all the apps, because React Codegen can contains App Specific modules and components and apps might have different dependencies. This change introduces the RCTDependencyProvider protocol to invert this dependency. ## Changelog: [iOS][Added] - Add RCTDependencyProvider protocol Differential Revision: D66074409
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47648/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47648/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47647
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47647/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47647/comments
https://api.github.com/repos/facebook/react-native/issues/47647/events
https://github.com/facebook/react-native/issues/47647
2,666,307,486
I_kwDOAbrxp86e7J-e
47,647
Unable to get reactContext in MainActivity.kt
{ "login": "saikrishnanamburi", "id": 123350331, "node_id": "U_kgDOB1otOw", "avatar_url": "https://avatars.githubusercontent.com/u/123350331?v=4", "gravatar_id": "", "url": "https://api.github.com/users/saikrishnanamburi", "html_url": "https://github.com/saikrishnanamburi", "followers_url": "https://api.github.com/users/saikrishnanamburi/followers", "following_url": "https://api.github.com/users/saikrishnanamburi/following{/other_user}", "gists_url": "https://api.github.com/users/saikrishnanamburi/gists{/gist_id}", "starred_url": "https://api.github.com/users/saikrishnanamburi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/saikrishnanamburi/subscriptions", "organizations_url": "https://api.github.com/users/saikrishnanamburi/orgs", "repos_url": "https://api.github.com/users/saikrishnanamburi/repos", "events_url": "https://api.github.com/users/saikrishnanamburi/events{/privacy}", "received_events_url": "https://api.github.com/users/saikrishnanamburi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 the issue." }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
closed
false
null
[]
null
5
2024-11-17T18:47:30
2025-02-12T11:18:01
2024-11-18T15:09:00
NONE
null
null
null
null
### Description val reactContext: ReactContext? = this.reactNativeHost.reactInstanceManager.currentReactContext ReactContext: null ### Steps to reproduce npm start ### React Native Version 0.76.2 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text System: OS: macOS 15.0.1 CPU: (8) arm64 Apple M3 Memory: 91.66 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.0.0 path: ~/.nvm/versions/node/v20.0.0/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 9.6.4 path: ~/.nvm/versions/node/v20.0.0/bin/npm Watchman: version: 2024.10.21.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.0 - iOS 18.0 - macOS 15.0 - tvOS 18.0 - visionOS 2.0 - watchOS 11.0 Android SDK: API Levels: - "28" - "29" - "30" - "31" - "33" - "34" - "34" - "34" - "34" - "34" - "35" Build Tools: - 28.0.3 - 30.0.3 - 31.0.0 - 33.0.0 - 33.0.1 - 33.0.2 - 34.0.0 - 35.0.0 System Images: - android-30 | Intel x86 Atom_64 - android-31 | Intel x86 Atom_64 - android-33 | Google APIs ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12483815 Xcode: version: 16.0/16A242d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.13 path: /opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text . ``` ### Reproducer . ### Screenshots and Videos _No response_
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47647/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47647/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47646
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47646/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47646/comments
https://api.github.com/repos/facebook/react-native/issues/47646/events
https://github.com/facebook/react-native/pull/47646
2,664,425,100
PR_kwDOAbrxp86CIS20
47,646
introduce ability to flush messege queue from tests
{ "login": "sammy-SC", "id": 1733610, "node_id": "MDQ6VXNlcjE3MzM2MTA=", "avatar_url": "https://avatars.githubusercontent.com/u/1733610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sammy-SC", "html_url": "https://github.com/sammy-SC", "followers_url": "https://api.github.com/users/sammy-SC/followers", "following_url": "https://api.github.com/users/sammy-SC/following{/other_user}", "gists_url": "https://api.github.com/users/sammy-SC/gists{/gist_id}", "starred_url": "https://api.github.com/users/sammy-SC/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sammy-SC/subscriptions", "organizations_url": "https://api.github.com/users/sammy-SC/orgs", "repos_url": "https://api.github.com/users/sammy-SC/repos", "events_url": "https://api.github.com/users/sammy-SC/events{/privacy}", "received_events_url": "https://api.github.com/users/sammy-SC/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-16T14:18:09
2024-11-17T11:35:37
2024-11-17T11:35:25
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47646", "html_url": "https://github.com/facebook/react-native/pull/47646", "diff_url": "https://github.com/facebook/react-native/pull/47646.diff", "patch_url": "https://github.com/facebook/react-native/pull/47646.patch", "merged_at": null }
Summary: changelog: [internal] In order to control scheduling of tests, test setup must be separated from test running. This is because of how internal scheduling of React Native is restricted until bundle is loaded via BufferedRuntimeExecutor. This is the reason for executing tests by calling global function `$$RunTests$$`. This is not a pretty solution but it is hidden within testing infrastructure and users of our test infra are not exposed to this. There is a new method exposed to JavaScript: flushMessageQueue. This will flush everything that is inside of message queue. This is the queue where tasks are queued whenever RuntimeScheduler enqueues something by calling `runtimeExecutor_`. Reviewed By: christophpurrer Differential Revision: D65951894
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47646/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47646/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47645
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47645/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47645/comments
https://api.github.com/repos/facebook/react-native/issues/47645/events
https://github.com/facebook/react-native/issues/47645
2,663,928,961
I_kwDOAbrxp86eyFSB
47,645
RCTUnsafeExecuteOnMainQueueSync crash
{ "login": "Kyle-Ye", "id": 43724855, "node_id": "MDQ6VXNlcjQzNzI0ODU1", "avatar_url": "https://avatars.githubusercontent.com/u/43724855?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Kyle-Ye", "html_url": "https://github.com/Kyle-Ye", "followers_url": "https://api.github.com/users/Kyle-Ye/followers", "following_url": "https://api.github.com/users/Kyle-Ye/following{/other_user}", "gists_url": "https://api.github.com/users/Kyle-Ye/gists{/gist_id}", "starred_url": "https://api.github.com/users/Kyle-Ye/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Kyle-Ye/subscriptions", "organizations_url": "https://api.github.com/users/Kyle-Ye/orgs", "repos_url": "https://api.github.com/users/Kyle-Ye/repos", "events_url": "https://api.github.com/users/Kyle-Ye/events{/privacy}", "received_events_url": "https://api.github.com/users/Kyle-Ye/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 Snack or an attached project." } ]
open
false
null
[]
null
0
2024-11-16T06:59:25
2024-11-17T04:53:33
null
NONE
null
null
null
null
### Description UIKit's UIView only guarantee to run on main thread/MainActor. But ReactNative's RCTRootView is expecting to run on main queue. This will cause crash when using RCTRootView in UICollectionViewCell which may call init on `com.apple.uikit.datasource.diffing` (serial) queue. ### Steps to reproduce Init a `RCTRootView` in a UICollectionViewCell.init method ### React Native Version 0.76.2 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.1 CPU: (10) arm64 Apple M2 Pro Memory: 193.73 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 23.2.0 path: /opt/homebrew/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 10.9.0 path: /opt/homebrew/bin/npm Watchman: version: 2024.11.11.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/kyle/.rbenv/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 24.0 - iOS 18.0 - macOS 15.0 - tvOS 18.0 - visionOS 2.0 - watchOS 11.0 Android SDK: Not Found IDEs: Android Studio: Not Found Xcode: version: 16.0/16A242d path: /usr/bin/xcodebuild Languages: Java: Not Found Ruby: version: 3.3.0 path: /Users/kyle/.rbenv/shims/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text - dataSource.apply(_:to:animatingDifferences:) (in main queue & MainThread) - __UIDiffableDataSource _performOnApplyQueue: use dispatch_sync(diffQueue) - ... - RCTRootView init (in diffQueue & MainThread) - RCTUnsafeExecuteOnMainQueueSync (crash) ``` ### Reproducer https://github.com/Kyle-Ye/RNMainQueueCrashDemo ### Screenshots and Videos <img width="963" alt="image" src="https://github.com/user-attachments/assets/9ee7d0c8-619a-48ad-b550-b62836270784"> ### Other information The original discussion can be found at [here](https://x.com/KyleSwifter/status/1856704385285566896) - http://blog.benjamin-encz.de/post/main-queue-vs-main-thread/
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47645/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47645/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47644
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47644/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47644/comments
https://api.github.com/repos/facebook/react-native/issues/47644/events
https://github.com/facebook/react-native/pull/47644
2,663,568,895
PR_kwDOAbrxp86CG6N3
47,644
Guard against seg fault if replaceChild index is out of bounds
{ "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/users/joevilches/followers", "following_url": "https://api.github.com/users/joevilches/following{/other_user}", "gists_url": "https://api.github.com/users/joevilches/gists{/gist_id}", "starred_url": "https://api.github.com/users/joevilches/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/joevilches/subscriptions", "organizations_url": "https://api.github.com/users/joevilches/orgs", "repos_url": "https://api.github.com/users/joevilches/repos", "events_url": "https://api.github.com/users/joevilches/events{/privacy}", "received_events_url": "https://api.github.com/users/joevilches/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
open
false
null
[]
null
3
2024-11-16T01:03:10
2025-02-13T15:25:57
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47644", "html_url": "https://github.com/facebook/react-native/pull/47644", "diff_url": "https://github.com/facebook/react-native/pull/47644.diff", "patch_url": "https://github.com/facebook/react-native/pull/47644.patch", "merged_at": null }
Summary: We are seeing some seg faults after the new display: contents logic was added. This is either because we are passing in an out of bounds index - in which case we try to read `display_` from protected memory. Or, the `Node *` was deleted at some point without removing it from this array. I think its the out of bounds issue mainly because I am not sure where this deletion would occur I added an if to revert to the legacy, undefined behavior in this case. This is not ideal and we should find the root cause that is calling into this function improperly but for now it stops apps from crashing on the `replaceChild` call Changelog: [Internal] Reviewed By: rozele Differential Revision: D66038645
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47644/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47644/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47643
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47643/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47643/comments
https://api.github.com/repos/facebook/react-native/issues/47643/events
https://github.com/facebook/react-native/issues/47643
2,663,416,988
I_kwDOAbrxp86ewISc
47,643
[IOS 0.76.5] Image is not displayed properly after refetch api
{ "login": "nazacity", "id": 21232178, "node_id": "MDQ6VXNlcjIxMjMyMTc4", "avatar_url": "https://avatars.githubusercontent.com/u/21232178?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nazacity", "html_url": "https://github.com/nazacity", "followers_url": "https://api.github.com/users/nazacity/followers", "following_url": "https://api.github.com/users/nazacity/following{/other_user}", "gists_url": "https://api.github.com/users/nazacity/gists{/gist_id}", "starred_url": "https://api.github.com/users/nazacity/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nazacity/subscriptions", "organizations_url": "https://api.github.com/users/nazacity/orgs", "repos_url": "https://api.github.com/users/nazacity/repos", "events_url": "https://api.github.com/users/nazacity/events{/privacy}", "received_events_url": "https://api.github.com/users/nazacity/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 860603247, "node_id": "MDU6TGFiZWw4NjA2MDMyNDc=", "url": "https://api.github.com/repos/facebook/react-native/labels/%F0%9F%8C%90Networking", "name": "🌐Networking", "color": "fef2c0", "default": false, "description": "Related to a networking API." }, { "id": 872682019, "node_id": "MDU6TGFiZWw4NzI2ODIwMTk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Fixed", "name": "Resolution: Fixed", "color": "0e8a16", "default": false, "description": "A PR that fixes this issue has been merged." }, { "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": 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 the issue." }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
closed
false
null
[]
null
8
2024-11-15T22:57:07
2025-01-28T14:19:39
2025-01-28T13:53:50
NONE
null
null
null
null
### Description Image is displayed fine on android but on ios it's displayed weird after refetch api 2-3times i don't know why Please look at video below ### Steps to reproduce - ### React Native Version 0.76.5 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ``` System: OS: macOS 14.7.1 CPU: (10) arm64 Apple M1 Max Memory: 120.38 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.17.1 path: ~/.nvm/versions/node/v18.17.1/bin/node Yarn: Not Found npm: version: 9.6.7 path: ~/.nvm/versions/node/v18.17.1/bin/npm Watchman: version: 2023.12.04.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.2 - iOS 18.2 - macOS 15.2 - tvOS 18.2 - visionOS 2.2 - watchOS 11.2 Android SDK: API Levels: - "23" - "27" - "29" - "30" - "31" - "33" - "34" - "35" Build Tools: - 28.0.3 - 29.0.2 - 30.0.2 - 30.0.3 - 31.0.0 - 33.0.0 - 33.0.1 - 34.0.0 - 35.0.0 System Images: - android-29 | Intel x86 Atom_64 - android-29 | Google APIs Intel x86 Atom - android-30 | ARM 64 v8a - android-30 | Google APIs ARM 64 v8a - android-30 | Google Play ARM 64 v8a - android-31 | Google APIs ARM 64 v8a - android-31 | Google Play ARM 64 v8a - android-33 | ARM 64 v8a - android-33 | Google APIs ARM 64 v8a - android-34 | ARM 64 v8a - android-34 | Google APIs ARM 64 v8a - android-34 | Google Play ARM 64 v8a - android-35 | ARM 64 v8a - android-35 | Google APIs ARM 64 v8a - android-35 | Google Play ARM 64 v8a - android-VanillaIceCream | Google APIs ARM 64 v8a - android-VanillaIceCream | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.1 AI-241.15989.150.2411.11948838 Xcode: version: 16.2/16C5032a path: /usr/bin/xcodebuild Languages: Java: version: 17.0.10 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.3 wanted: 15.1.3 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.5 wanted: 0.76.5 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text - ``` ### Reproducer - ### Screenshots and Videos enable new arch https://github.com/user-attachments/assets/021b7c7c-0e04-4a2a-ac74-1e035590aa11 disable new arch https://github.com/user-attachments/assets/d469233d-c432-4b3d-8745-bbdc0dfd14fe
{ "login": "nazacity", "id": 21232178, "node_id": "MDQ6VXNlcjIxMjMyMTc4", "avatar_url": "https://avatars.githubusercontent.com/u/21232178?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nazacity", "html_url": "https://github.com/nazacity", "followers_url": "https://api.github.com/users/nazacity/followers", "following_url": "https://api.github.com/users/nazacity/following{/other_user}", "gists_url": "https://api.github.com/users/nazacity/gists{/gist_id}", "starred_url": "https://api.github.com/users/nazacity/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nazacity/subscriptions", "organizations_url": "https://api.github.com/users/nazacity/orgs", "repos_url": "https://api.github.com/users/nazacity/repos", "events_url": "https://api.github.com/users/nazacity/events{/privacy}", "received_events_url": "https://api.github.com/users/nazacity/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47643/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/47643/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47642
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47642/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47642/comments
https://api.github.com/repos/facebook/react-native/issues/47642/events
https://github.com/facebook/react-native/pull/47642
2,663,275,082
PR_kwDOAbrxp86CGNLw
47,642
Revert D65556000
{ "login": "Abbondanzo", "id": 10366495, "node_id": "MDQ6VXNlcjEwMzY2NDk1", "avatar_url": "https://avatars.githubusercontent.com/u/10366495?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Abbondanzo", "html_url": "https://github.com/Abbondanzo", "followers_url": "https://api.github.com/users/Abbondanzo/followers", "following_url": "https://api.github.com/users/Abbondanzo/following{/other_user}", "gists_url": "https://api.github.com/users/Abbondanzo/gists{/gist_id}", "starred_url": "https://api.github.com/users/Abbondanzo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Abbondanzo/subscriptions", "organizations_url": "https://api.github.com/users/Abbondanzo/orgs", "repos_url": "https://api.github.com/users/Abbondanzo/repos", "events_url": "https://api.github.com/users/Abbondanzo/events{/privacy}", "received_events_url": "https://api.github.com/users/Abbondanzo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-15T21:55:31
2024-11-16T00:59:33
2024-11-16T00:59:22
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47642", "html_url": "https://github.com/facebook/react-native/pull/47642", "diff_url": "https://github.com/facebook/react-native/pull/47642.diff", "patch_url": "https://github.com/facebook/react-native/pull/47642.patch", "merged_at": null }
Summary: Reverts https://github.com/facebook/react-native/pull/47468 Changelog: [Internal] Differential Revision: D66030953
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47642/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47642/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47641
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47641/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47641/comments
https://api.github.com/repos/facebook/react-native/issues/47641/events
https://github.com/facebook/react-native/pull/47641
2,662,967,435
PR_kwDOAbrxp86CFcNu
47,641
fix build failure on windows in android
{ "login": "FouadMagdy01", "id": 88867595, "node_id": "MDQ6VXNlcjg4ODY3NTk1", "avatar_url": "https://avatars.githubusercontent.com/u/88867595?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FouadMagdy01", "html_url": "https://github.com/FouadMagdy01", "followers_url": "https://api.github.com/users/FouadMagdy01/followers", "following_url": "https://api.github.com/users/FouadMagdy01/following{/other_user}", "gists_url": "https://api.github.com/users/FouadMagdy01/gists{/gist_id}", "starred_url": "https://api.github.com/users/FouadMagdy01/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/FouadMagdy01/subscriptions", "organizations_url": "https://api.github.com/users/FouadMagdy01/orgs", "repos_url": "https://api.github.com/users/FouadMagdy01/repos", "events_url": "https://api.github.com/users/FouadMagdy01/events{/privacy}", "received_events_url": "https://api.github.com/users/FouadMagdy01/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
6
2024-11-15T19:42:09
2024-11-21T15:42:23
2024-11-18T10:42:36
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47641", "html_url": "https://github.com/facebook/react-native/pull/47641", "diff_url": "https://github.com/facebook/react-native/pull/47641.diff", "patch_url": "https://github.com/facebook/react-native/pull/47641.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 problem does the pull request solve? --> This pull request addresses a CMake configuration issue where an invalid escape character in file paths caused the build process to fail. Specifically, it resolves the issue in the React Native CMake configuration file where the path separator was incorrectly handled, leading to an error in the build system. the issue is in [This Issue](https://github.com/expo/expo/issues/32955) and [This](https://github.com/expo/expo/issues/32957) ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [INTERNAL] [FIXED] - Corrected invalid escape character in CMake path handling ## Test Plan: <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. --> To test the changes, I performed the following steps: 1. Cloned the repository and checked out the `fix-cmake-invalid-escape-character` branch. 2. Ran the CMake build on a Windows environment where the issue was previously occurring. 3. Verified that the build process completed successfully without the "invalid character escape" error. 4. Ensured that the path handling now works correctly in CMake on Windows platforms.
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47641/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47641/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47640
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47640/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47640/comments
https://api.github.com/repos/facebook/react-native/issues/47640/events
https://github.com/facebook/react-native/issues/47640
2,662,799,115
I_kwDOAbrxp86etxcL
47,640
Intl doesn't work on iOS [RN 76 + Expo 52 bare]
{ "login": "FelipeSSantos1", "id": 10479750, "node_id": "MDQ6VXNlcjEwNDc5NzUw", "avatar_url": "https://avatars.githubusercontent.com/u/10479750?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FelipeSSantos1", "html_url": "https://github.com/FelipeSSantos1", "followers_url": "https://api.github.com/users/FelipeSSantos1/followers", "following_url": "https://api.github.com/users/FelipeSSantos1/following{/other_user}", "gists_url": "https://api.github.com/users/FelipeSSantos1/gists{/gist_id}", "starred_url": "https://api.github.com/users/FelipeSSantos1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/FelipeSSantos1/subscriptions", "organizations_url": "https://api.github.com/users/FelipeSSantos1/orgs", "repos_url": "https://api.github.com/users/FelipeSSantos1/repos", "events_url": "https://api.github.com/users/FelipeSSantos1/events{/privacy}", "received_events_url": "https://api.github.com/users/FelipeSSantos1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 4139937040, "node_id": "LA_kwDOAbrxp872wm0Q", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Answered", "name": "Resolution: Answered", "color": "C2E0C6", "default": false, "description": "When the issue is resolved with a simple answer" } ]
closed
false
null
[]
null
2
2024-11-15T18:39:11
2024-12-17T11:19:59
2024-11-15T18:43:25
NONE
null
null
null
null
### Description `Intl.DateTimeFormat()` is returning an empty object on iOS, it only happens on RN 76.2 ### Steps to reproduce ``` const date = new Date(); const timeZoneOptions = Intl.DateTimeFormat().resolvedOptions(); const timezone = timeZoneOptions.timeZone; const shortFormatter = new Intl.DateTimeFormat("en-US", { timeZone: timezone, timeZoneName: "short", }); const shortParts = shortFormatter.formatToParts(date); ``` error: shortFormatter.formatToParts is not a function (it is undefined) ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 14.7 CPU: (10) arm64 Apple M1 Pro Memory: 806.14 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.9.0 path: ~/.nvm/versions/node/v22.9.0/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 10.8.3 path: ~/.nvm/versions/node/v22.9.0/bin/npm Watchman: version: 2024.10.14.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/felipe.santos/.rvm/gems/ruby-3.2.4/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.5 - iOS 17.5 - macOS 14.5 - tvOS 17.5 - visionOS 1.2 - watchOS 10.5 Android SDK: API Levels: - "28" - "30" - "31" - "33" - "34" - "35" Build Tools: - 30.0.2 - 30.0.3 - 31.0.0 - 33.0.0 - 33.0.1 - 33.0.2 - 34.0.0 - 35.0.0 System Images: - android-30 | ARM 64 v8a - android-30 | Google APIs ARM 64 v8a - android-30 | Google Play ARM 64 v8a - android-30 | Google APIs ATD ARM 64 v8a - android-31 | ARM 64 v8a - android-31 | Google TV ARM 64 v8a - android-31 | Google APIs ARM 64 v8a - android-31 | Google Play ARM 64 v8a - android-33 | Intel x86_64 Atom - android-33 | Google APIs ARM 64 v8a - android-33 | Google Play ARM 64 v8a - android-34 | Intel x86_64 Atom - android-34 | Google APIs ARM 64 v8a - android-34 | Google Play ARM 64 v8a - android-35 | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12550806 Xcode: version: 15.4/15F31d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.13 path: /usr/bin/javac Ruby: version: 3.2.4 path: /Users/felipe.santos/.rvm/rubies/ruby-3.2.4/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false ``` ``` ### Stacktrace or Logs ```text shortFormatter.formatToParts is not a function (it is undefined) ``` ### Reproducer https://snack.expo.dev/DapJeitRI6jHU6ay4lCMe?platform=ios ### Screenshots and Videos _No response_
{ "login": "FelipeSSantos1", "id": 10479750, "node_id": "MDQ6VXNlcjEwNDc5NzUw", "avatar_url": "https://avatars.githubusercontent.com/u/10479750?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FelipeSSantos1", "html_url": "https://github.com/FelipeSSantos1", "followers_url": "https://api.github.com/users/FelipeSSantos1/followers", "following_url": "https://api.github.com/users/FelipeSSantos1/following{/other_user}", "gists_url": "https://api.github.com/users/FelipeSSantos1/gists{/gist_id}", "starred_url": "https://api.github.com/users/FelipeSSantos1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/FelipeSSantos1/subscriptions", "organizations_url": "https://api.github.com/users/FelipeSSantos1/orgs", "repos_url": "https://api.github.com/users/FelipeSSantos1/repos", "events_url": "https://api.github.com/users/FelipeSSantos1/events{/privacy}", "received_events_url": "https://api.github.com/users/FelipeSSantos1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47640/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/47640/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47639
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47639/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47639/comments
https://api.github.com/repos/facebook/react-native/issues/47639/events
https://github.com/facebook/react-native/issues/47639
2,662,743,130
I_kwDOAbrxp86etjxa
47,639
[0.76.2] REACT_COMMON_DIR variable on Windows
{ "login": "muzhaqi16", "id": 7892020, "node_id": "MDQ6VXNlcjc4OTIwMjA=", "avatar_url": "https://avatars.githubusercontent.com/u/7892020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/muzhaqi16", "html_url": "https://github.com/muzhaqi16", "followers_url": "https://api.github.com/users/muzhaqi16/followers", "following_url": "https://api.github.com/users/muzhaqi16/following{/other_user}", "gists_url": "https://api.github.com/users/muzhaqi16/gists{/gist_id}", "starred_url": "https://api.github.com/users/muzhaqi16/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/muzhaqi16/subscriptions", "organizations_url": "https://api.github.com/users/muzhaqi16/orgs", "repos_url": "https://api.github.com/users/muzhaqi16/repos", "events_url": "https://api.github.com/users/muzhaqi16/events{/privacy}", "received_events_url": "https://api.github.com/users/muzhaqi16/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": "" } ]
closed
false
null
[]
null
3
2024-11-15T18:01:32
2024-11-18T19:24:57
2024-11-15T22:58:34
NONE
null
null
null
null
### Description There is an issues on Windows when trying to build the application with the escape of cMake path cMake Invalid character escape '\U'. Adding this fix to node_modules\react-native\ReactAndroid\cmake-utils\ReactNative-application.cmake makes the build work # Normalize REACT_ANDROID_DIR on Windows if(CMAKE_HOST_WIN32) string(REPLACE "\\" "/" REACT_ANDROID_DIR "${REACT_ANDROID_DIR}") endif() # We configured the REACT_COMMON_DIR variable as it's commonly used to reference # shared C++ code in other targets. set(REACT_COMMON_DIR ${REACT_ANDROID_DIR}/../ReactCommon) ### Steps to reproduce 1. Create a new application with `npx @react-native-community/cli@latest init MyApp` 2. cd MyApp 3. npx react-native run-android ### React Native Version 0.76.2 ### Affected Platforms Build - Windows ### Output of `npx react-native info` ```text System: OS: Windows 11 10.0.26100 CPU: (20) x64 12th Gen Intel(R) Core(TM) i9-12900HK Memory: 12.34 GB / 31.69 GB Binaries: Node: version: 20.18.0 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.22 path: C:\Program Files\nodejs\yarn.CMD npm: version: 10.8.2 path: C:\Program Files\nodejs\npm.CMD Watchman: version: 20241103.093242.0 path: C:\ProgramData\chocolatey\bin\watchman.EXE SDKs: Android SDK: API Levels: - "34" - "35" Build Tools: - 34.0.0 - 35.0.0 System Images: - android-35 | Google Play Intel x86_64 Atom Android NDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled IDEs: Android Studio: AI-242.23339.11.2421.12550806 Visual Studio: Not Found Languages: Java: version: 17.0.13 path: /c/Program Files/Microsoft/jdk-17.0.13.11-hotspot/bin/javac Ruby: Not Found npmPackages: "@react-native-community/cli": installed: 15.0.1 wanted: 15.0.1 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-windows: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text npx react-native run-android info Installing the app... > Task :app:configureCMakeDebug[arm64-v8a] FAILED C/C++: CMake Error at C:/Users/tani/Desktop/MyApp/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): C/C++: Syntax error in cmake code when parsing string C/C++: C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp C/C++: Invalid character escape '\U'. C/C++: Call Stack (most recent call first): C/C++: CMakeLists.txt:31 (include) 36 actionable tasks: 36 executed info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Users/tani/Desktop/MyApp/android/app/.cxx/Debug/2o6dht5h/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Users\tani\Desktop\MyApp\android\app CMake Error at C:/Users/tani/Desktop/MyApp/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\U'. Call Stack (most recent call first): CMakeLists.txt:31 (include) : com.android.ide.common.process.ProcessException: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Users/tani/Desktop/MyApp/android/app/.cxx/Debug/2o6dht5h/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Users\tani\Desktop\MyApp\android\app CMake Error at C:/Users/tani/Desktop/MyApp/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\U'. Call Stack (most recent call first): CMakeLists.txt:31 (include) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:288) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:108) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess$default(ExecuteProcess.kt:85) at com.android.build.gradle.tasks.CmakeQueryMetadataGenerator.executeProcess(CmakeFileApiMetadataGenerator.kt:59) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configureOneAbi(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configure(ExternalNativeJsonGenerator.kt:113) at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:89) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:66) at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:81) at jdk.internal.reflect.GeneratedMethodAccessor657.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:229) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:212) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:195) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:162) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:46) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:35) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:75) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:53) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:53) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:35) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:49) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:27) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:107) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:56) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:56) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(AssignMutableWorkspaceStep.java:35) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:289) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:31) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:22) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:40) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:127) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:116) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:74) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:42) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:331) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:318) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.lambda$execute$0(DefaultTaskExecutionGraph.java:314) at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:85) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:314) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:303) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:459) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:376) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: com.android.ide.common.process.ProcessException: Error while executing process C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe with arguments {-HC:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=24 -DANDROID_PLATFORM=android-24 -DANDROID_ABI=arm64-v8a -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DANDROID_NDK=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_ANDROID_NDK=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_TOOLCHAIN_FILE=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\tani\Desktop\MyApp\android\app\build\intermediates\cxx\Debug\2o6dht5h\obj\arm64-v8a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\tani\Desktop\MyApp\android\app\build\intermediates\cxx\Debug\2o6dht5h\obj\arm64-v8a -DCMAKE_BUILD_TYPE=Debug -DCMAKE_FIND_ROOT_PATH=C:\Users\tani\Desktop\MyApp\android\app\.cxx\Debug\2o6dht5h\prefab\arm64-v8a\prefab -BC:\Users\tani\Desktop\MyApp\android\app\.cxx\Debug\2o6dht5h\arm64-v8a -GNinja -DPROJECT_BUILD_DIR=C:\Users\tani\Desktop\MyApp\android\app\build -DREACT_ANDROID_DIR=C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid -DANDROID_STL=c++_shared -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON} at com.android.build.gradle.internal.process.GradleProcessResult.buildProcessException(GradleProcessResult.java:73) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:48) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:277) ... 140 more Caused by: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:442) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:46) ... 141 more * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 19s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Users/tani/Desktop/MyApp/android/app/.cxx/Debug/2o6dht5h/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Users\tani\Desktop\MyApp\android\app CMake Error at C:/Users/tani/Desktop/MyApp/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\U'. Call Stack (most recent call first): CMakeLists.txt:31 (include) : com.android.ide.common.process.ProcessException: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/tani/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "C:/Users/tani/Desktop/MyApp/android/app/.cxx/Debug/2o6dht5h/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: @echo off "C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\cmake.exe" ^ "-HC:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid\\cmake-utils\\default-app-setup" ^ "-DCMAKE_SYSTEM_NAME=Android" ^ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" ^ "-DCMAKE_SYSTEM_VERSION=24" ^ "-DANDROID_PLATFORM=android-24" ^ "-DANDROID_ABI=arm64-v8a" ^ "-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a" ^ "-DANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_ANDROID_NDK=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125" ^ "-DCMAKE_TOOLCHAIN_FILE=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\ndk\\26.1.10909125\\build\\cmake\\android.toolchain.cmake" ^ "-DCMAKE_MAKE_PROGRAM=C:\\Users\\tani\\AppData\\Local\\Android\\Sdk\\cmake\\3.22.1\\bin\\ninja.exe" ^ "-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build\\intermediates\\cxx\\Debug\\2o6dht5h\\obj\\arm64-v8a" ^ "-DCMAKE_BUILD_TYPE=Debug" ^ "-DCMAKE_FIND_ROOT_PATH=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\prefab\\arm64-v8a\\prefab" ^ "-BC:\\Users\\tani\\Desktop\\MyApp\\android\\app\\.cxx\\Debug\\2o6dht5h\\arm64-v8a" ^ -GNinja ^ "-DPROJECT_BUILD_DIR=C:\\Users\\tani\\Desktop\\MyApp\\android\\app\\build" ^ "-DREACT_ANDROID_DIR=C:\\Users\\tani\\Desktop\\MyApp\\node_modules\\react-native\\ReactAndroid" ^ "-DANDROID_STL=c++_shared" ^ "-DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON" from C:\Users\tani\Desktop\MyApp\android\app CMake Error at C:/Users/tani/Desktop/MyApp/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:42 (add_library): Syntax error in cmake code when parsing string C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp Invalid character escape '\U'. Call Stack (most recent call first): CMakeLists.txt:31 (include) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:288) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:108) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt$executeProcess$1.invoke(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess(ExecuteProcess.kt:106) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.executeProcess$default(ExecuteProcess.kt:85) at com.android.build.gradle.tasks.CmakeQueryMetadataGenerator.executeProcess(CmakeFileApiMetadataGenerator.kt:59) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator$configureOneAbi$1$1$3.invoke(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.internal.cxx.timing.TimingEnvironmentKt.time(TimingEnvironment.kt:32) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configureOneAbi(ExternalNativeJsonGenerator.kt:247) at com.android.build.gradle.tasks.ExternalNativeJsonGenerator.configure(ExternalNativeJsonGenerator.kt:113) at com.android.build.gradle.tasks.ExternalNativeBuildJsonTask.doTaskAction(ExternalNativeBuildJsonTask.kt:89) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask$taskAction$$inlined$recordTaskAction$1.invoke(BaseTask.kt:66) at com.android.build.gradle.internal.tasks.Blocks.recordSpan(Blocks.java:51) at com.android.build.gradle.internal.tasks.UnsafeOutputsTask.taskAction(UnsafeOutputsTask.kt:81) at jdk.internal.reflect.GeneratedMethodAccessor657.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29) at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:244) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:229) at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:212) at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:195) at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:162) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:67) at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:37) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:40) at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:29) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:46) at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:35) at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:75) at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:53) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:53) at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:35) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:49) at org.gradle.internal.execution.steps.ResolveIncrementalCachingStateStep.executeDelegate(ResolveIncrementalCachingStateStep.java:27) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:65) at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:36) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:107) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:56) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.executeWithNonEmptySources(AbstractSkipEmptyWorkStep.java:125) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:56) at org.gradle.internal.execution.steps.AbstractSkipEmptyWorkStep.execute(AbstractSkipEmptyWorkStep.java:36) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:36) at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:23) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:75) at org.gradle.internal.execution.steps.HandleStaleOutputsStep.execute(HandleStaleOutputsStep.java:41) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.lambda$execute$0(AssignMutableWorkspaceStep.java:35) at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:289) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:31) at org.gradle.internal.execution.steps.AssignMutableWorkspaceStep.execute(AssignMutableWorkspaceStep.java:22) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:40) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) at java.base/java.util.Optional.orElseGet(Optional.java:364) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:127) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:116) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:74) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52) at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:42) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:331) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:318) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.lambda$execute$0(DefaultTaskExecutionGraph.java:314) at org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:85) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:314) at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:303) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:459) at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:376) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: com.android.ide.common.process.ProcessException: Error while executing process C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe with arguments {-HC:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=24 -DANDROID_PLATFORM=android-24 -DANDROID_ABI=arm64-v8a -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a -DANDROID_NDK=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_ANDROID_NDK=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125 -DCMAKE_TOOLCHAIN_FILE=C:\Users\tani\AppData\Local\Android\Sdk\ndk\26.1.10909125\build\cmake\android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\tani\Desktop\MyApp\android\app\build\intermediates\cxx\Debug\2o6dht5h\obj\arm64-v8a -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=C:\Users\tani\Desktop\MyApp\android\app\build\intermediates\cxx\Debug\2o6dht5h\obj\arm64-v8a -DCMAKE_BUILD_TYPE=Debug -DCMAKE_FIND_ROOT_PATH=C:\Users\tani\Desktop\MyApp\android\app\.cxx\Debug\2o6dht5h\prefab\arm64-v8a\prefab -BC:\Users\tani\Desktop\MyApp\android\app\.cxx\Debug\2o6dht5h\arm64-v8a -GNinja -DPROJECT_BUILD_DIR=C:\Users\tani\Desktop\MyApp\android\app\build -DREACT_ANDROID_DIR=C:\Users\tani\Desktop\MyApp\node_modules\react-native\ReactAndroid -DANDROID_STL=c++_shared -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON} at com.android.build.gradle.internal.process.GradleProcessResult.buildProcessException(GradleProcessResult.java:73) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:48) at com.android.build.gradle.internal.cxx.process.ExecuteProcessKt.execute(ExecuteProcess.kt:277) ... 140 more Caused by: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\tani\AppData\Local\Android\Sdk\cmake\3.22.1\bin\cmake.exe'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:442) at com.android.build.gradle.internal.process.GradleProcessResult.assertNormalExitValue(GradleProcessResult.java:46) ... 141 more * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 19s. info Run CLI with --verbose flag for more details. ``` ### Reproducer https://github.com/muzhaqi16/MyApp ### Screenshots and Videos ![cmake](https://github.com/user-attachments/assets/303e59f6-d01c-4a44-8ec4-fa7b861dcfe0)
{ "login": "muzhaqi16", "id": 7892020, "node_id": "MDQ6VXNlcjc4OTIwMjA=", "avatar_url": "https://avatars.githubusercontent.com/u/7892020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/muzhaqi16", "html_url": "https://github.com/muzhaqi16", "followers_url": "https://api.github.com/users/muzhaqi16/followers", "following_url": "https://api.github.com/users/muzhaqi16/following{/other_user}", "gists_url": "https://api.github.com/users/muzhaqi16/gists{/gist_id}", "starred_url": "https://api.github.com/users/muzhaqi16/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/muzhaqi16/subscriptions", "organizations_url": "https://api.github.com/users/muzhaqi16/orgs", "repos_url": "https://api.github.com/users/muzhaqi16/repos", "events_url": "https://api.github.com/users/muzhaqi16/events{/privacy}", "received_events_url": "https://api.github.com/users/muzhaqi16/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47639/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47639/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47638
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47638/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47638/comments
https://api.github.com/repos/facebook/react-native/issues/47638/events
https://github.com/facebook/react-native/pull/47638
2,662,643,866
PR_kwDOAbrxp86CEwjf
47,638
Expose exceptionHandler as a parameter of DefaultReactHost.getDefaultReactHost() method
{ "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/followers", "following_url": "https://api.github.com/users/mdvacca/following{/other_user}", "gists_url": "https://api.github.com/users/mdvacca/gists{/gist_id}", "starred_url": "https://api.github.com/users/mdvacca/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mdvacca/subscriptions", "organizations_url": "https://api.github.com/users/mdvacca/orgs", "repos_url": "https://api.github.com/users/mdvacca/repos", "events_url": "https://api.github.com/users/mdvacca/events{/privacy}", "received_events_url": "https://api.github.com/users/mdvacca/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-15T17:28:38
2024-11-15T20:47:37
2024-11-15T20:47:26
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47638", "html_url": "https://github.com/facebook/react-native/pull/47638", "diff_url": "https://github.com/facebook/react-native/pull/47638.diff", "patch_url": "https://github.com/facebook/react-native/pull/47638.patch", "merged_at": null }
Summary: This diff exposes exceptionHandler as a parameter of DefaultReactHost, this is necessary becuase apps using getDefaultReactHost are not able to set an exceptionHandler We need to revisit this API as a follow up changelog: [Android][Breaking] Add exceptionHandler as a parameter of DefaultReactHost.getDefaultReactHost() method Reviewed By: alanleedev Differential Revision: D66011047
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47638/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47638/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47637
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47637/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47637/comments
https://api.github.com/repos/facebook/react-native/issues/47637/events
https://github.com/facebook/react-native/pull/47637
2,662,417,448
PR_kwDOAbrxp86CEHyj
47,637
Enable RSNRS only on JS thread
{ "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/followers", "following_url": "https://api.github.com/users/lenaic/following{/other_user}", "gists_url": "https://api.github.com/users/lenaic/gists{/gist_id}", "starred_url": "https://api.github.com/users/lenaic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lenaic/subscriptions", "organizations_url": "https://api.github.com/users/lenaic/orgs", "repos_url": "https://api.github.com/users/lenaic/repos", "events_url": "https://api.github.com/users/lenaic/events{/privacy}", "received_events_url": "https://api.github.com/users/lenaic/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
7
2024-11-15T15:54:12
2024-11-20T08:42:03
2024-11-20T08:41:51
NONE
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47637", "html_url": "https://github.com/facebook/react-native/pull/47637", "diff_url": "https://github.com/facebook/react-native/pull/47637.diff", "patch_url": "https://github.com/facebook/react-native/pull/47637.patch", "merged_at": null }
Summary: Changelog: [Internal] RSNRS does not support off JS thread layout due to current fiber tree corruption when syncing happens on more than one shadow tree at the same time. This diff guarantees that RSNRS will only be enabled on the JS thread, avoiding any state corruption. Differential Revision: D64500893
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47637/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47637/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47636
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47636/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47636/comments
https://api.github.com/repos/facebook/react-native/issues/47636/events
https://github.com/facebook/react-native/pull/47636
2,662,362,594
PR_kwDOAbrxp86CD-j8
47,636
Enable ban_spread_key_props in xplat/js
{ "login": "jackpope", "id": 8965173, "node_id": "MDQ6VXNlcjg5NjUxNzM=", "avatar_url": "https://avatars.githubusercontent.com/u/8965173?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jackpope", "html_url": "https://github.com/jackpope", "followers_url": "https://api.github.com/users/jackpope/followers", "following_url": "https://api.github.com/users/jackpope/following{/other_user}", "gists_url": "https://api.github.com/users/jackpope/gists{/gist_id}", "starred_url": "https://api.github.com/users/jackpope/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jackpope/subscriptions", "organizations_url": "https://api.github.com/users/jackpope/orgs", "repos_url": "https://api.github.com/users/jackpope/repos", "events_url": "https://api.github.com/users/jackpope/events{/privacy}", "received_events_url": "https://api.github.com/users/jackpope/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-15T15:36:15
2024-11-15T22:23:17
2024-11-15T22:23:07
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47636", "html_url": "https://github.com/facebook/react-native/pull/47636", "diff_url": "https://github.com/facebook/react-native/pull/47636.diff", "patch_url": "https://github.com/facebook/react-native/pull/47636.patch", "merged_at": null }
Summary: We're cleaning up key spreads across WWW/Fbsource. Flow's `ban_spread_key_props` option allows us to fix existing spreads and prevent new ones from being added in code covered by Flow. Here we fix spreads within xplat/js. Also based on a unit test keeping config in sync, I've added the option to metro and RN OSS as well. Reviewed By: SamChou19815 Differential Revision: D64427942
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47636/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47636/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47635
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47635/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47635/comments
https://api.github.com/repos/facebook/react-native/issues/47635/events
https://github.com/facebook/react-native/issues/47635
2,662,315,731
I_kwDOAbrxp86er7bT
47,635
[0.76] AccessibilityValue in View throws exception: "Exception in HostFunction: Loss of precision during arithmetic conversion: (long) "
{ "login": "vincicat", "id": 87161, "node_id": "MDQ6VXNlcjg3MTYx", "avatar_url": "https://avatars.githubusercontent.com/u/87161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vincicat", "html_url": "https://github.com/vincicat", "followers_url": "https://api.github.com/users/vincicat/followers", "following_url": "https://api.github.com/users/vincicat/following{/other_user}", "gists_url": "https://api.github.com/users/vincicat/gists{/gist_id}", "starred_url": "https://api.github.com/users/vincicat/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vincicat/subscriptions", "organizations_url": "https://api.github.com/users/vincicat/orgs", "repos_url": "https://api.github.com/users/vincicat/repos", "events_url": "https://api.github.com/users/vincicat/events{/privacy}", "received_events_url": "https://api.github.com/users/vincicat/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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, "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": "" }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 3815166274, "node_id": "LA_kwDOAbrxp87jZtFC", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20New%20Architecture", "name": "Type: New Architecture", "color": "f9d0c4", "default": false, "description": "Issues and PRs related to new architecture (Fabric/Turbo Modules)" } ]
open
false
null
[]
null
27
2024-11-15T15:31:28
2025-06-04T07:28:50
null
NONE
null
null
null
null
### Description Similar to https://github.com/react-native-elements/react-native-elements/issues/3955 https://github.com/Sharcoux/slider/issues/102 https://github.com/callstack/react-native-paper/issues/4544, when any non-zero value is given to `AccessibilityValue.now` on Android & iOS, conversion occurs and an exception will be thrown. (remark: Using `Math.round()` to avoid any (long) value will fix the issue temporarily.) Both Expo (0.52) and bare React Native App (0.76.1 + SDK 34, 0.76.2 + SDK 35) can reproduce the bug. Expo 0.51 will not, so it is very likely related to New Architecture. Same issue found in iOS 18 in some cases, but expo demo can show that ### Steps to reproduce 1. go to [demo](https://snack.expo.dev/OEofab5meHPozAXyOQg6_) 2. switch to Android/iOS and make sure expo == 0.52 3. click "Start Progress" to see the crash ### React Native Version 0.76.2 ### Affected Platforms Runtime - Android Runtime - iOS ### Areas Fabric - The New Renderer ### Output of `npx react-native info` ```text Binaries: Node: version: 23.1.0 path: /opt/homebrew/bin/node Yarn: version: 3.6.4 path: /opt/homebrew/bin/yarn npm: version: 10.9.0 path: /opt/homebrew/bin/npm Watchman: version: 2024.11.04.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12550806 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.13 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: 15.0.0 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs Android: ```text Exception in HostFunction: Loss of precision during arithmetic conversion: (long) 0.00001 ``` iOS: ```text Exception in HostFunction: Loss of precision during arithmetic conversion: (long long) 0.00001 ``` ### Reproducer [https://snack.expo.dev/OEofab5meHPozAXyOQg6_](https://snack.expo.dev/OEofab5meHPozAXyOQg6_) ### Screenshots and Videos _No response_
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47635/reactions", "total_count": 12, "+1": 10, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/facebook/react-native/issues/47635/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47634
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47634/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47634/comments
https://api.github.com/repos/facebook/react-native/issues/47634/events
https://github.com/facebook/react-native/pull/47634
2,662,201,010
PR_kwDOAbrxp86CDkqg
47,634
Fix handling removal of transitioning views
{ "login": "kkafar", "id": 50801299, "node_id": "MDQ6VXNlcjUwODAxMjk5", "avatar_url": "https://avatars.githubusercontent.com/u/50801299?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kkafar", "html_url": "https://github.com/kkafar", "followers_url": "https://api.github.com/users/kkafar/followers", "following_url": "https://api.github.com/users/kkafar/following{/other_user}", "gists_url": "https://api.github.com/users/kkafar/gists{/gist_id}", "starred_url": "https://api.github.com/users/kkafar/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kkafar/subscriptions", "organizations_url": "https://api.github.com/users/kkafar/orgs", "repos_url": "https://api.github.com/users/kkafar/repos", "events_url": "https://api.github.com/users/kkafar/events{/privacy}", "received_events_url": "https://api.github.com/users/kkafar/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1282006477, "node_id": "MDU6TGFiZWwxMjgyMDA2NDc3", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Software%20Mansion", "name": "p: Software Mansion", "color": "0052cc", "default": false, "description": "Partner: Software Mansion" }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
14
2024-11-15T14:42:42
2024-12-10T08:03:43
2024-12-04T23:41:53
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47634", "html_url": "https://github.com/facebook/react-native/pull/47634", "diff_url": "https://github.com/facebook/react-native/pull/47634.diff", "patch_url": "https://github.com/facebook/react-native/pull/47634.patch", "merged_at": null }
## Summary: Related PR in `react-native-screens`: * https://github.com/software-mansion/react-native-screens/pull/2495 Additional context: * [my detailed explanation of **one of the issues**](https://github.com/software-mansion/react-native-screens/pull/2495#issuecomment-2478915818) * [Android Developer: ViewGroup.startViewTransition docs](https://developer.android.com/reference/android/view/ViewGroup#startViewTransition(android.view.View)) ### Background On Android view groups can be marked as "transitioning" with a `ViewGroup.startViewTransition` call. This effectively ensures, that in case a view group is marked with this call and its children are removed, they will be still drawn until `endViewTransition` is not called. This mechanism is implemented in Android by [keeping track of "transitioning" children in auxiliary `mTransitioningViews` array](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewGroup.java#7178). Then when such "transitioning" child is removed, [it is removed from children array](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewGroup.java#5595) but it's [parent-child relationship is not cleared](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewGroup.java#5397) and it is still retained in the auxiliary array. Having that established we can proceed with problem description. ### Problem https://github.com/user-attachments/assets/d0356bf5-2f17-4b06-ba53-bfca659a1071 <details> <summary>Full code</summary> ```javascript import { NavigationContainer } from '@react-navigation/native'; import React from 'react'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import { enableScreens } from 'react-native-screens'; import { StyleSheet, Text, View, FlatList, Button, ViewProps, Image, FlatListProps, findNodeHandle, } from 'react-native'; enableScreens(true); function Item({ children, ...props }: ViewProps) { return ( <View style={styles.item} {...props}> <Image source={require('../assets/trees.jpg')} style={styles.image} /> <Text style={styles.text}>{children}</Text> </View> ); } function Home({ navigation }: any) { return ( <View style={styles.container}> <Button title="Go to List" onPress={() => navigation.navigate('List')} /> </View> ); } function ListScreenSimplified({secondVisible}: {secondVisible?: (visible: boolean) => void}) { const containerRef = React.useRef<View>(null); const innerViewRef = React.useRef<View>(null); const childViewRef = React.useRef<View>(null); React.useEffect(() => { if (containerRef.current != null) { const tag = findNodeHandle(containerRef.current); console.log(`Container has tag [${tag}]`); } if (innerViewRef.current != null) { const tag = findNodeHandle(innerViewRef.current); console.log(`InnerView has tag [${tag}]`); } if (childViewRef.current != null) { const tag = findNodeHandle(childViewRef.current); console.log(`ChildView has tag [${tag}]`); } }, [containerRef.current, innerViewRef.current, childViewRef.current]); return ( <View ref={containerRef} style={{ flex: 1, backgroundColor: 'slateblue', overflow: 'hidden' }} removeClippedSubviews={false}> <View ref={innerViewRef} removeClippedSubviews style={{ height: '100%' }}> <View ref={childViewRef} style={{ backgroundColor: 'pink', width: '100%', height: 50 }} removeClippedSubviews={false}> {secondVisible && (<Button title='Hide second' onPress={() => secondVisible(false)} />)} </View> </View> </View> ); } function ParentFlatlist(props: Partial<FlatListProps<number>>) { return ( <FlatList data={Array.from({ length: 30 }).fill(0) as number[]} renderItem={({ index }) => { if (index === 10) { return <NestedFlatlist key={index} />; } else if (index === 15) { return <ExtraNestedFlatlist key={index} />; } else if (index === 20) { return <NestedFlatlist key={index} horizontal />; } else if (index === 25) { return <ExtraNestedFlatlist key={index} horizontal />; } else { return <Item key={index}>List item {index + 1}</Item>; } }} {...props} /> ); } function NestedFlatlist(props: Partial<FlatListProps<number>>) { return ( <FlatList style={[styles.nestedList, props.style]} data={Array.from({ length: 10 }).fill(0) as number[]} renderItem={({ index }) => ( <Item key={'nested' + index}>Nested list item {index + 1}</Item> )} {...props} /> ); } function ExtraNestedFlatlist(props: Partial<FlatListProps<number>>) { return ( <FlatList style={styles.nestedList} data={Array.from({ length: 10 }).fill(0) as number[]} renderItem={({ index }) => index === 4 ? ( <NestedFlatlist key={index} style={{ backgroundColor: '#d24729' }} /> ) : ( <Item key={'nested' + index}>Nested list item {index + 1}</Item> ) } {...props} /> ); } const Stack = createNativeStackNavigator(); export default function App(): React.JSX.Element { return ( <NavigationContainer> <Stack.Navigator screenOptions={{ animation: 'slide_from_right' }}> <Stack.Screen name="Home" component={Home} /> <Stack.Screen name="List" component={ListScreenSimplified}/> </Stack.Navigator> </NavigationContainer> ); } export function AppSimple(): React.JSX.Element { const [secondVisible, setSecondVisible] = React.useState(false); return ( <View style={{ flex: 1, backgroundColor: 'lightsalmon' }}> {!secondVisible && ( <View style={{ flex: 1, backgroundColor: 'lightblue' }} > <Button title='Show second' onPress={() => setSecondVisible(true)} /> </View> )} {secondVisible && ( <ListScreenSimplified secondVisible={setSecondVisible} /> )} </View> ); } const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', }, nestedList: { backgroundColor: '#FFA07A', }, item: { flexDirection: 'row', alignItems: 'center', padding: 10, gap: 10, }, text: { fontSize: 24, fontWeight: 'bold', color: 'black', }, image: { width: 50, height: 50, }, }); ``` </details> Explanation (copied from [here](https://github.com/software-mansion/react-native-screens/pull/2495#issuecomment-2478915818)): I've debugged this for a while now & I have good understanding of what's going on. This bug is caused by our usage of `startViewTransition` and its implications. We use it well, however React does not account for case that some view might be in transition. Error mechanism is as follows: 1. Let's have initially simple stack with two screens: "A, B". This is component rendered under "B": ```javascript <View //<-- ContainerView (CV) removeClippedSubviews={false} style={{ flex: 1, backgroundColor: 'slateblue', overflow: 'hidden' }}> <View removeClippedSubviews style={{ height: '100%' }}> // <--- IntermediateView (IV) <View removeClippedSubviews={false} style={{ backgroundColor: 'pink', width: '100%', height: 50 }} /> // <--- ChildView (ChV) </View> </View> ``` 2. We press the back button. 3. We're on Fabric, therefore subtree of B gets destroyed before B itself is unmounted -> in our commit hook we detect that the screen B will be unmounted & we mark every node under B as transitioning by calling `startViewTransition`. 4. React Mounting stage starts, view hierarchy is disassembled in bottom-up fashion (leafs first). 5. ReactViewGroupManager receives MountItem to detach ChV from IV. 6. A call to [`IV.removeView(ChV)` is made](https://github.com/facebook/react-native/blob/9c11d7ca68c5c62ab7bab9919161d8417e96b28b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactClippingViewManager.kt#L58-L73), which effectively removes ChV from `IV.children`, ***HOWEVER*** it does not clear `ChV.parent`, meaning that after the call, `ChV.parent == IV`. This happens, due to view being marked as in-transition by our call to `startViewTransition`. If the view is not marked as in-transition this parent-child relationship is removed. 7. IV has `removeClippedSubviews` enabled, therefore a [call to `IV.removeViewWithSubviewsClippingEnabled(ChV)` is made](https://github.com/facebook/react-native/blob/9c11d7ca68c5c62ab7bab9919161d8417e96b28b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactClippingViewManager.kt#L68). [This function](https://github.com/facebook/react-native/blob/9c11d7ca68c5c62ab7bab9919161d8417e96b28b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewGroup.java#L726-L744) does effectively two things: 1. if the ChV has parent (interpretation: it has not yet been detached from parent), we compute it's index in `IV.children` (Android.ViewGroup's state) and remove it from the array, 2. remove the ChV from `mAllChildren` array (this is state maintained by ReactViewGroup for purposes of implementing the "subview clipping" mechanism". The crash happens in 7.1, because ChV has been removed from `IV.children` in step 6, but the parent-child relationship has not been broken up there. Under usual circumstances (this is my hypothesis now, yet unconfirmed) 7.1 does not execute, because `ChV.parent` is nulled in step no. 6. ### Rationale for `startViewTransition` usage Transitions. On Fabric, when some subtree is unmounted, views in the subtree are unmounted in bottom-up order. This leads to uncomfortable situation, where our components (react-native-screens), who want to drive & manage transitions are notified that their children will be removed after the subtrees mounted in screen subviews are already disassembled. **If we start animation in this very moment we will have staggering effect of white flash** [(issue)](https://github.com/software-mansion/react-native-screens/issues/1685) (we animate just the screen with white background without it's children). This was not a problem on Paper, because the order of subtree disassembling was opposite - top-down. While we've managed to workaround this issue on Fabric using `MountingTransactionObserving` protocol on iOS and a commit hook on Android (we can inspect mutations in incoming transaction before it starts being applied) we still need to prevent view hierarchy from being disassembled in the middle of transition (on Paper this has also been less of an issue) - and this is where `startViewTransition` comes in. It allows us to draw views throughout transition after React Native removes them from HostTree model. On iOS we exchange subtree for its snapshot for transition time, however this approach isn't feasible on Android, because [snapshots do not capture shadows](https://stackoverflow.com/questions/42212600/android-screenshot-of-view-with-shadow). ### Possible solutions [Android does not expose a method to verify whether a view is in transition](https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewGroup.java#7162) (it has `package` visibility), therefore we need to retrieve this information with some workaround. I see two posibilities: * first approach would be to override `startViewTransition` & `endViewTransition` in ReactViewGroup and keep the state on whether the view is transitioning there, * second possible approach would be as follows: we can check for "transitioning" view by checking whether a view has parent but is not it's parent child (this **should** be reliable), Having information on whether the view is in transition or not, we can prevent multiple removals of the same view in every call site (currently only in `removeViewAt` if `parent.removeClippingSubviews == true`). Another option would be to do just as this PR does: having in mind this "transitioning" state we can pass a flag to `removeViewWithSubviewClippingEnabled` and prevent duplicated removal from parent if we already know that this has been requested. I can also add override of this method: ```java /*package*/ void removeViewWithSubviewClippingEnabled(View view) { this.removeViewWithSubviewClippingEnabled(view, false); } ``` to make this parameter optional. ## Changelog: [ANDROID] [FIXED] - Handle removal of in-transition views. ## Test Plan: WIP WIP
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47634/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/47634/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47633
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47633/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47633/comments
https://api.github.com/repos/facebook/react-native/issues/47633/events
https://github.com/facebook/react-native/issues/47633
2,662,065,256
I_kwDOAbrxp86eq-Ro
47,633
Java project error: cannot find symbol: OpenSourceMergedSoMapping
{ "login": "ObscurusGrassator", "id": 17063579, "node_id": "MDQ6VXNlcjE3MDYzNTc5", "avatar_url": "https://avatars.githubusercontent.com/u/17063579?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ObscurusGrassator", "html_url": "https://github.com/ObscurusGrassator", "followers_url": "https://api.github.com/users/ObscurusGrassator/followers", "following_url": "https://api.github.com/users/ObscurusGrassator/following{/other_user}", "gists_url": "https://api.github.com/users/ObscurusGrassator/gists{/gist_id}", "starred_url": "https://api.github.com/users/ObscurusGrassator/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ObscurusGrassator/subscriptions", "organizations_url": "https://api.github.com/users/ObscurusGrassator/orgs", "repos_url": "https://api.github.com/users/ObscurusGrassator/repos", "events_url": "https://api.github.com/users/ObscurusGrassator/events{/privacy}", "received_events_url": "https://api.github.com/users/ObscurusGrassator/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 the issue." }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
closed
false
null
[]
null
10
2024-11-15T13:59:01
2025-01-29T15:54:19
2024-11-28T13:05:49
NONE
null
null
null
null
### Description I create new r.n. app (by last instruction) and transform kotlin files to java (Kotlin files working good). (By the way, it is a huge fail that you have officially stopped supporting Java projects) ### Steps to reproduce I create new r.n. app (by last instruction) and transform kotlin files to java (Kotlin files working good). (By the way, it is a huge fail that you have officially stopped supporting Java projects) There is probably a problem with overwriting this file: MainApplication.java: ```java package com.aaatest; import android.app.Application; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactHost; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint; import com.facebook.react.defaults.DefaultReactNativeHost; import com.facebook.react.defaults.DefaultReactHost; import com.facebook.react.soloader.OpenSourceMergedSoMapping; import com.facebook.soloader.SoLoader; import java.util.List; public class MainApplication extends Application implements ReactApplication { @Override public ReactNativeHost getReactNativeHost() { return new DefaultReactNativeHost(this) { @Override public boolean getUseDeveloperSupport() { return BuildConfig.DEBUG; } @Override protected List<ReactPackage> getPackages() { @SuppressWarnings("UnnecessaryLocalVariable") List<ReactPackage> packages = new PackageList(this).getPackages(); return packages; } @Override protected String getJSMainModuleName() { return "index"; } @Override protected boolean isNewArchEnabled() { return BuildConfig.IS_NEW_ARCHITECTURE_ENABLED; } @Override protected Boolean isHermesEnabled() { return BuildConfig.IS_HERMES_ENABLED; } }; } @Override public ReactHost getReactHost() { return DefaultReactHost.getDefaultReactHost(getApplicationContext(), getReactNativeHost()); } @Override public void onCreate() { super.onCreate(); SoLoader.init(this, OpenSourceMergedSoMapping); if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) { // If you opted-in for the New Architecture, we load the native entry point for this app. DefaultNewArchitectureEntryPoint.load(); } } } ``` ### React Native Version 0.76.2 ### Affected Platforms Runtime - Android, Build - MacOS ### Output of `npx react-native info` ```text <details> <summary>npx react-native info:</summary> System: OS: macOS 14.7 CPU: (12) arm64 Apple M2 Max Memory: 509.55 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.17.0 path: ~/.nvm/versions/node/v20.17.0/bin/node Yarn: version: 1.22.19 path: /opt/homebrew/bin/yarn npm: version: 10.8.2 path: ~/.nvm/versions/node/v20.17.0/bin/npm Watchman: version: 2024.04.08.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.2 - iOS 17.2 - macOS 14.2 - tvOS 17.2 - visionOS 1.0 - watchOS 10.2 Android SDK: API Levels: - "34" - "35" Build Tools: - 34.0.0 - 35.0.0 System Images: - android-34 | AOSP ATD ARM 64 v8a - android-34 | ARM 64 v8a - android-34 | Google APIs ARM 64 v8a - android-34 | Google Play ARM 64 v8a - android-35 | AOSP ATD ARM 64 - android-35 | ARM 64 v8a - android-35 | Google APIs ARM 64 v8a - android-35 | Google Play ARM 64 v8a - android-35 | Pre-Release 16 KB Page Size Google Play ARM 64 v8a - android-35 | Pre-Release 16 KB Page Size Google APIs ARM 64 v8a - android-35 | Google APIs ATD ARM 64 Android NDK: Not Found IDEs: Android Studio: 2023.1 AI-231.9392.1.2311.11330709 Xcode: version: 15.2/15C500b path: /usr/bin/xcodebuild Languages: Java: version: 17.0.6 path: /usr/bin/javac Ruby: version: 2.7.8 path: /opt/homebrew/opt/[email protected]/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.2 wanted: 15.1.2 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.2 wanted: 0.76.2 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: false <details> ``` ### Stacktrace or Logs ```text MainApplication.java:64: error: cannot find symbol SoLoader.init(this, OpenSourceMergedSoMapping); ^ symbol: variable OpenSourceMergedSoMapping location: class MainApplication Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. ``` Interesting: the import does not report a problem: ``` import com.facebook.react.soloader.OpenSourceMergedSoMapping; ``` ``` ### Reproducer a ### Screenshots and Videos _No response_
{ "login": "ObscurusGrassator", "id": 17063579, "node_id": "MDQ6VXNlcjE3MDYzNTc5", "avatar_url": "https://avatars.githubusercontent.com/u/17063579?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ObscurusGrassator", "html_url": "https://github.com/ObscurusGrassator", "followers_url": "https://api.github.com/users/ObscurusGrassator/followers", "following_url": "https://api.github.com/users/ObscurusGrassator/following{/other_user}", "gists_url": "https://api.github.com/users/ObscurusGrassator/gists{/gist_id}", "starred_url": "https://api.github.com/users/ObscurusGrassator/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ObscurusGrassator/subscriptions", "organizations_url": "https://api.github.com/users/ObscurusGrassator/orgs", "repos_url": "https://api.github.com/users/ObscurusGrassator/repos", "events_url": "https://api.github.com/users/ObscurusGrassator/events{/privacy}", "received_events_url": "https://api.github.com/users/ObscurusGrassator/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47633/reactions", "total_count": 6, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47633/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47632
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47632/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47632/comments
https://api.github.com/repos/facebook/react-native/issues/47632/events
https://github.com/facebook/react-native/issues/47632
2,661,872,475
I_kwDOAbrxp86eqPNb
47,632
ScrollView scrollbar has spacing when parent has paddings
{ "login": "denissdubinin", "id": 15890438, "node_id": "MDQ6VXNlcjE1ODkwNDM4", "avatar_url": "https://avatars.githubusercontent.com/u/15890438?v=4", "gravatar_id": "", "url": "https://api.github.com/users/denissdubinin", "html_url": "https://github.com/denissdubinin", "followers_url": "https://api.github.com/users/denissdubinin/followers", "following_url": "https://api.github.com/users/denissdubinin/following{/other_user}", "gists_url": "https://api.github.com/users/denissdubinin/gists{/gist_id}", "starred_url": "https://api.github.com/users/denissdubinin/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/denissdubinin/subscriptions", "organizations_url": "https://api.github.com/users/denissdubinin/orgs", "repos_url": "https://api.github.com/users/denissdubinin/repos", "events_url": "https://api.github.com/users/denissdubinin/events{/privacy}", "received_events_url": "https://api.github.com/users/denissdubinin/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1113219655, "node_id": "MDU6TGFiZWwxMTEzMjE5NjU1", "url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20ScrollView", "name": "Component: ScrollView", "color": "fef2c0", "default": false, "description": "" }, { "id": 1794148347, "node_id": "MDU6TGFiZWwxNzk0MTQ4MzQ3", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Triage%20:mag:", "name": "Needs: Triage :mag:", "color": "bfd4f2", "default": false, "description": "" }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" } ]
open
false
null
[]
null
9
2024-11-15T12:49:03
2025-02-19T06:36:51
null
NONE
null
null
null
null
### Description When adding padding for parent of `ScrollView` and/ or adding element before it, e.g. custom header, scroll bar has some padding on both top and bottom. This seems to be only happening with using only one of top or bottom safe area paddings. This was initially discovered when i added custom padding for SafeAreaView so this can be also reproduced by wrapping `ScrollView` with `<SafeAreView edges=['top', 'left', 'right]>` or `<SafeAreView edges=['bottom', 'left', 'right]>` from [react-native-safe-area-context](https://www.npmjs.com/package/react-native-safe-area-context) ### Steps to reproduce 1. Create `View` with top spacing (either `margin` or `padding`) 2. Create `ScrollView` inside 3. Make `ScrollView` scrollable (e.g. by adding children) ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.0.1 CPU: (8) x64 Apple M1 Pro Memory: 48.64 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 14.21.3 path: ~/.nvm/versions/node/v14.21.3/bin/node Yarn: version: 3.6.4 path: /opt/homebrew/bin/yarn npm: version: 6.14.18 path: /opt/homebrew/bin/npm Watchman: version: 2024.11.04.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.14.3 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Not Found IDEs: Android Studio: Not Found Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 21.0.1 path: /opt/homebrew/opt/openjdk/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: 15.0.0 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: true newArchEnabled: false ``` ### Stacktrace or Logs ```text - ``` ### Reproducer https://snack.expo.dev/@denissdubinin/scrollview-with-parent-spacing?platform=ios ### Screenshots and Videos <img width="372" alt="Screenshot 2024-11-15 at 2 44 27 PM" src="https://github.com/user-attachments/assets/842d308b-123d-4dcc-8d96-ddd72db55444"> ### Component ``` import { Text, View, ScrollView } from 'react-native'; const ITERATIONS = 50; export default function App() { return ( <View style={{marginTop: 59, backgroundColor: 'blue'}}> <View style={{height: 100, backgroundColor: 'green'}}> <Text>This is header</Text> </View> <ScrollView> <View style={{backgroundColor: 'red'}}> { [...Array(ITERATIONS)].map(i => <Text key={ i }>Iteration { i }</Text>) } </View> </ScrollView> </View> ); } ```
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47632/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47632/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47631
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47631/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47631/comments
https://api.github.com/repos/facebook/react-native/issues/47631/events
https://github.com/facebook/react-native/issues/47631
2,661,860,504
I_kwDOAbrxp86eqMSY
47,631
TouchableOpacity isn't working on IOS device
{ "login": "halilyildiz384589", "id": 82179635, "node_id": "MDQ6VXNlcjgyMTc5NjM1", "avatar_url": "https://avatars.githubusercontent.com/u/82179635?v=4", "gravatar_id": "", "url": "https://api.github.com/users/halilyildiz384589", "html_url": "https://github.com/halilyildiz384589", "followers_url": "https://api.github.com/users/halilyildiz384589/followers", "following_url": "https://api.github.com/users/halilyildiz384589/following{/other_user}", "gists_url": "https://api.github.com/users/halilyildiz384589/gists{/gist_id}", "starred_url": "https://api.github.com/users/halilyildiz384589/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/halilyildiz384589/subscriptions", "organizations_url": "https://api.github.com/users/halilyildiz384589/orgs", "repos_url": "https://api.github.com/users/halilyildiz384589/repos", "events_url": "https://api.github.com/users/halilyildiz384589/events{/privacy}", "received_events_url": "https://api.github.com/users/halilyildiz384589/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 1113219676, "node_id": "MDU6TGFiZWwxMTEzMjE5Njc2", "url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20TouchableOpacity", "name": "Component: TouchableOpacity", "color": "fef2c0", "default": false, "description": "" }, { "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 the issue." }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
open
false
null
[]
null
20
2024-11-15T12:42:06
2025-06-03T09:06:15
null
NONE
null
null
null
null
### Description After updating to the latest version, SDK52, my app has stopped working on iOS devices, although it was previously working fine on both iOS and Android. Specifically, the TouchableOpacity button and card components are not functioning correctly on iOS. ### Steps to reproduce . ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text . ``` ### Stacktrace or Logs ```text . ``` ### Reproducer https://github.com/halilyildiz384589 ### Screenshots and Videos .
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47631/reactions", "total_count": 6, "+1": 6, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47631/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47630
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47630/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47630/comments
https://api.github.com/repos/facebook/react-native/issues/47630/events
https://github.com/facebook/react-native/pull/47630
2,661,553,907
PR_kwDOAbrxp86CB8s_
47,630
feat: Manage keyboard shortcuts visibility of TextInput
{ "login": "rezkiy37", "id": 57314631, "node_id": "MDQ6VXNlcjU3MzE0NjMx", "avatar_url": "https://avatars.githubusercontent.com/u/57314631?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rezkiy37", "html_url": "https://github.com/rezkiy37", "followers_url": "https://api.github.com/users/rezkiy37/followers", "following_url": "https://api.github.com/users/rezkiy37/following{/other_user}", "gists_url": "https://api.github.com/users/rezkiy37/gists{/gist_id}", "starred_url": "https://api.github.com/users/rezkiy37/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rezkiy37/subscriptions", "organizations_url": "https://api.github.com/users/rezkiy37/orgs", "repos_url": "https://api.github.com/users/rezkiy37/repos", "events_url": "https://api.github.com/users/rezkiy37/events{/privacy}", "received_events_url": "https://api.github.com/users/rezkiy37/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." } ]
closed
false
null
[]
null
3
2024-11-15T10:37:12
2024-11-18T19:04:55
2024-11-18T19:04:55
CONTRIBUTOR
null
null
true
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47630", "html_url": "https://github.com/facebook/react-native/pull/47630", "diff_url": "https://github.com/facebook/react-native/pull/47630.diff", "patch_url": "https://github.com/facebook/react-native/pull/47630.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 problem does the pull request solve? --> ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> ## Test Plan: <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->
{ "login": "rezkiy37", "id": 57314631, "node_id": "MDQ6VXNlcjU3MzE0NjMx", "avatar_url": "https://avatars.githubusercontent.com/u/57314631?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rezkiy37", "html_url": "https://github.com/rezkiy37", "followers_url": "https://api.github.com/users/rezkiy37/followers", "following_url": "https://api.github.com/users/rezkiy37/following{/other_user}", "gists_url": "https://api.github.com/users/rezkiy37/gists{/gist_id}", "starred_url": "https://api.github.com/users/rezkiy37/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rezkiy37/subscriptions", "organizations_url": "https://api.github.com/users/rezkiy37/orgs", "repos_url": "https://api.github.com/users/rezkiy37/repos", "events_url": "https://api.github.com/users/rezkiy37/events{/privacy}", "received_events_url": "https://api.github.com/users/rezkiy37/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47630/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/47630/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47629
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47629/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47629/comments
https://api.github.com/repos/facebook/react-native/issues/47629/events
https://github.com/facebook/react-native/pull/47629
2,661,112,570
PR_kwDOAbrxp86CAz0V
47,629
Fix lazy import error from jest and Appearance.js
{ "login": "Kudo", "id": 46429, "node_id": "MDQ6VXNlcjQ2NDI5", "avatar_url": "https://avatars.githubusercontent.com/u/46429?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Kudo", "html_url": "https://github.com/Kudo", "followers_url": "https://api.github.com/users/Kudo/followers", "following_url": "https://api.github.com/users/Kudo/following{/other_user}", "gists_url": "https://api.github.com/users/Kudo/gists{/gist_id}", "starred_url": "https://api.github.com/users/Kudo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Kudo/subscriptions", "organizations_url": "https://api.github.com/users/Kudo/orgs", "repos_url": "https://api.github.com/users/Kudo/repos", "events_url": "https://api.github.com/users/Kudo/events{/privacy}", "received_events_url": "https://api.github.com/users/Kudo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208509940, "node_id": "MDU6TGFiZWwxMjA4NTA5OTQw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Expo", "name": "p: Expo", "color": "0052cc", "default": false, "description": "Partner: Expo" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1221922311, "node_id": "MDU6TGFiZWwxMjIxOTIyMzEx", "url": "https://api.github.com/repos/facebook/react-native/labels/Contributor", "name": "Contributor", "color": "0052cc", "default": false, "description": "A React Native contributor." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
6
2024-11-15T07:36:19
2024-11-21T16:24:19
2024-11-21T15:50:09
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47629", "html_url": "https://github.com/facebook/react-native/pull/47629", "diff_url": "https://github.com/facebook/react-native/pull/47629.diff", "patch_url": "https://github.com/facebook/react-native/pull/47629.patch", "merged_at": null }
## Summary: currently running jest test, it shows an error: ``` ReferenceError: You are trying to `import` a file after the Jest environment has been torn down. From __tests__/App.test.tsx. at getState (node_modules/react-native/Libraries/Utilities/Appearance.js:18:26) at addChangeListener (node_modules/react-native/Libraries/Utilities/Appearance.js:71:19) at subscribe (node_modules/react-native/Libraries/Utilities/useColorScheme.js:10:66) at subscribeToStore (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:6232:10) at commitHookEffectListMount (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13038:26) at commitPassiveMountOnFiber (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:14461:11) at commitPassiveMountEffects_complete (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:14421:9) at commitPassiveMountEffects_begin (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:14408:7) at commitPassiveMountEffects (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:14396:3) at flushPassiveEffectsImpl (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:16287:3) at flushPassiveEffects (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:16236:14) at node_modules/react-test-renderer/cjs/react-test-renderer.development.js:16051:9 at workLoop (node_modules/scheduler/cjs/scheduler.development.js:266:34) at flushWork (node_modules/scheduler/cjs/scheduler.development.js:239:14) at Immediate.performWorkUntilDeadline [as _onImmediate] (node_modules/scheduler/cjs/scheduler.development.js:533:21) ``` it is a regression from #46123 that to have a lazy require. this pr tries to mock `useColorScheme` to return `light`. i think we don't necessarily test the color scheme changes in jest runtime. originally `useColorScheme` also returns `light` because of [this statement](https://github.com/facebook/react-native/blob/9a60038a40e16925ea1adeb3e3c937c22a615485/packages/react-native/Libraries/Utilities/Appearance.js#L77-L83) ## Changelog: [GENERAL] [FIXED] - Fixed jest error from Appearance.js ## Test Plan: ```sh $ npx @react-native-community/cli init RN0762 --pm bun --version 0.76.2 $ cd RN0762 $ bun test run ```
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47629/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47629/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47628
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47628/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47628/comments
https://api.github.com/repos/facebook/react-native/issues/47628/events
https://github.com/facebook/react-native/pull/47628
2,661,106,441
PR_kwDOAbrxp86CAy9b
47,628
dev-middleware: Redefine "serverBaseUrl" as server-relative, '/json/list' by requestor
{ "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/robhogan/followers", "following_url": "https://api.github.com/users/robhogan/following{/other_user}", "gists_url": "https://api.github.com/users/robhogan/gists{/gist_id}", "starred_url": "https://api.github.com/users/robhogan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/robhogan/subscriptions", "organizations_url": "https://api.github.com/users/robhogan/orgs", "repos_url": "https://api.github.com/users/robhogan/repos", "events_url": "https://api.github.com/users/robhogan/events{/privacy}", "received_events_url": "https://api.github.com/users/robhogan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-15T07:34:12
2024-11-18T21:51:19
2024-11-18T21:51:05
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47628", "html_url": "https://github.com/facebook/react-native/pull/47628", "diff_url": "https://github.com/facebook/react-native/pull/47628.diff", "patch_url": "https://github.com/facebook/react-native/pull/47628.patch", "merged_at": null }
Summary: `serverBaseUrl` is currently documented as: > The base URL to the dev server, as addressible from the local developer machine This is problematic in general because `dev-middleware` on a server doesn't necessarily know about where clients might be reaching it from, how tunnels or port-forwards are set up, etc., and this can change over the lifetime of the server and vary between clients. Indeed, our own use of `serverBaseUrl` from both `community-cli-plugin` and internally simply sets it to the host and port the dev server is listening on - ie it's the address of the dev server accessible *from the server*. This PR changes the docs, redefining `serverBaseUrl`, to match the way we currently specify it. One usage where we *do* want the previously documented behaviour is in responses to `/json/list` (`getPageDescriptions`) where the URLs in the response should be reachable by a browser requesting `/json/list`. Here, we use the request (host header, etc.) to attempt to get working base URL. History: It should be mentioned that this is the latest in a series of changes like this: - https://github.com/facebook/react-native/pull/39394 - https://github.com/facebook/react-native/pull/39456 Learning from those: - This change does *not* break Android emulators, which routes `10.0.2.2` to localhost, or other routed devices, because `/open-debugger` still uses server-relative URLs, and now formally delegates to `BrowserLauncher` to decide what to do with those URLs (internally, VSCode / `xdg-open` handles port forwarding) - Middleware configuration is no longer required to specify how it is reachable from clients. This sets up some subsequent changes for more robust handling of tunnelled connections. Changelog: [General][Breaking] dev-middleware: Frameworks should specify `serverBaseUrl` relative to the middleware host. Differential Revision: D65974487
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47628/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47628/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47627
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47627/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47627/comments
https://api.github.com/repos/facebook/react-native/issues/47627/events
https://github.com/facebook/react-native/pull/47627
2,660,541,988
PR_kwDOAbrxp86B_gSy
47,627
fix: 0.76.2 windows android build
{ "login": "lovegaoshi", "id": 106490582, "node_id": "U_kgDOBljq1g", "avatar_url": "https://avatars.githubusercontent.com/u/106490582?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lovegaoshi", "html_url": "https://github.com/lovegaoshi", "followers_url": "https://api.github.com/users/lovegaoshi/followers", "following_url": "https://api.github.com/users/lovegaoshi/following{/other_user}", "gists_url": "https://api.github.com/users/lovegaoshi/gists{/gist_id}", "starred_url": "https://api.github.com/users/lovegaoshi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lovegaoshi/subscriptions", "organizations_url": "https://api.github.com/users/lovegaoshi/orgs", "repos_url": "https://api.github.com/users/lovegaoshi/repos", "events_url": "https://api.github.com/users/lovegaoshi/events{/privacy}", "received_events_url": "https://api.github.com/users/lovegaoshi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
7
2024-11-15T02:41:20
2024-11-18T16:48:06
2024-11-18T14:36:48
NONE
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47627", "html_url": "https://github.com/facebook/react-native/pull/47627", "diff_url": "https://github.com/facebook/react-native/pull/47627.diff", "patch_url": "https://github.com/facebook/react-native/pull/47627.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: adds `\\` escape to REACT_ANDROID_DIR in ReactNative-application.cmake, so windows cmake can build again. closes https://github.com/facebook/react-native/issues/47626 <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## Changelog: [ANDROID] [FIXED] - adds `\\` escape to REACT_ANDROID_DIR in ReactNative-application.cmake, so windows cmake can build again. <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> ## Test Plan: build android in windows <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->
{ "login": "lovegaoshi", "id": 106490582, "node_id": "U_kgDOBljq1g", "avatar_url": "https://avatars.githubusercontent.com/u/106490582?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lovegaoshi", "html_url": "https://github.com/lovegaoshi", "followers_url": "https://api.github.com/users/lovegaoshi/followers", "following_url": "https://api.github.com/users/lovegaoshi/following{/other_user}", "gists_url": "https://api.github.com/users/lovegaoshi/gists{/gist_id}", "starred_url": "https://api.github.com/users/lovegaoshi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lovegaoshi/subscriptions", "organizations_url": "https://api.github.com/users/lovegaoshi/orgs", "repos_url": "https://api.github.com/users/lovegaoshi/repos", "events_url": "https://api.github.com/users/lovegaoshi/events{/privacy}", "received_events_url": "https://api.github.com/users/lovegaoshi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47627/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 2, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47627/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47626
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47626/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47626/comments
https://api.github.com/repos/facebook/react-native/issues/47626/events
https://github.com/facebook/react-native/issues/47626
2,660,469,049
I_kwDOAbrxp86ek4k5
47,626
[0.76.2] windows android build fails
{ "login": "lovegaoshi", "id": 106490582, "node_id": "U_kgDOBljq1g", "avatar_url": "https://avatars.githubusercontent.com/u/106490582?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lovegaoshi", "html_url": "https://github.com/lovegaoshi", "followers_url": "https://api.github.com/users/lovegaoshi/followers", "following_url": "https://api.github.com/users/lovegaoshi/following{/other_user}", "gists_url": "https://api.github.com/users/lovegaoshi/gists{/gist_id}", "starred_url": "https://api.github.com/users/lovegaoshi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lovegaoshi/subscriptions", "organizations_url": "https://api.github.com/users/lovegaoshi/orgs", "repos_url": "https://api.github.com/users/lovegaoshi/repos", "events_url": "https://api.github.com/users/lovegaoshi/events{/privacy}", "received_events_url": "https://api.github.com/users/lovegaoshi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 1794148631, "node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback", "name": "Needs: Author Feedback", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1794376073, "node_id": "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 the issue." }, { "id": 2195577108, "node_id": "MDU6TGFiZWwyMTk1NTc3MTA4", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20React%20Native%20Team%20Attention", "name": "Needs: React Native Team Attention", "color": "1D76DB", "default": false, "description": "" }, { "id": 7658506934, "node_id": "LA_kwDOAbrxp88AAAAByHuKtg", "url": "https://api.github.com/repos/facebook/react-native/labels/0.76", "name": "0.76", "color": "D93F0B", "default": false, "description": "" } ]
closed
false
null
[]
null
10
2024-11-15T01:21:01
2024-12-05T19:53:46
2024-11-18T11:53:25
NONE
null
null
null
null
### Description windows android build on 0.76.2 fails due to an invalid escape character error during cmake. this is probably bc https://github.com/facebook/react-native/commit/3956955eaa3cd8c50dfe35a68a6cb8fdcac43155 introduced REACT_ANDROID_DIR for cmake, but not escaping \\ to / like BUILD_DIR did. I just added REACT_ANDROID_DIR \\ escaping under the CMAKE_HOST_WIN32 if above and it works again. like ``` if(CMAKE_HOST_WIN32) string(REPLACE "\\" "/" BUILD_DIR ${BUILD_DIR}) string(REPLACE "\\" "/" REACT_ANDROID_DIR ${REACT_ANDROID_DIR}) ``` ### Steps to reproduce build 0.76.2 on windows ### React Native Version 0.76.2 ### Affected Platforms Build - Windows ### Output of `npx react-native info` ```text n/a ``` ### Stacktrace or Logs ```text n/a ``` ### Reproducer n/a ### Screenshots and Videos _No response_
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47626/reactions", "total_count": 15, "+1": 15, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47626/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47625
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47625/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47625/comments
https://api.github.com/repos/facebook/react-native/issues/47625/events
https://github.com/facebook/react-native/issues/47625
2,660,418,112
I_kwDOAbrxp86eksJA
47,625
[0.76] `KeyboardAvoidingView` animation issues since 0.76+ upgrade
{ "login": "alexmngn", "id": 4203845, "node_id": "MDQ6VXNlcjQyMDM4NDU=", "avatar_url": "https://avatars.githubusercontent.com/u/4203845?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alexmngn", "html_url": "https://github.com/alexmngn", "followers_url": "https://api.github.com/users/alexmngn/followers", "following_url": "https://api.github.com/users/alexmngn/following{/other_user}", "gists_url": "https://api.github.com/users/alexmngn/gists{/gist_id}", "starred_url": "https://api.github.com/users/alexmngn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alexmngn/subscriptions", "organizations_url": "https://api.github.com/users/alexmngn/orgs", "repos_url": "https://api.github.com/users/alexmngn/repos", "events_url": "https://api.github.com/users/alexmngn/events{/privacy}", "received_events_url": "https://api.github.com/users/alexmngn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 Snack or an attached project." }, { "id": 650767894, "node_id": "MDU6TGFiZWw2NTA3Njc4OTQ=", "url": "https://api.github.com/repos/facebook/react-native/labels/Impact:%20Regression", "name": "Impact: Regression", "color": "e99695", "default": false, "description": "Describes a behavior that used to work on a prior release, but stopped working recently." }, { "id": 1113219637, "node_id": "MDU6TGFiZWwxMTEzMjE5NjM3", "url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20KeyboardAvoidingView", "name": "Component: KeyboardAvoidingView", "color": "fef2c0", "default": false, "description": "" }, { "id": 1113219716, "node_id": "MDU6TGFiZWwxMTEzMjE5NzE2", "url": "https://api.github.com/repos/facebook/react-native/labels/API:%20Keyboard", "name": "API: Keyboard", "color": "fef2c0", "default": false, "description": "" }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
open
false
null
[]
null
16
2024-11-15T00:27:32
2025-05-07T16:55:56
null
NONE
null
null
null
null
### Description I've updated my project from 0.75.2 to 0.76.1 this morning, and I noticed that the `KeyboardAvoidingView`, which was previously animating properly, is no longer animating. It now jumps and doesn't follow the keyboard animation. Not sure why in my project it doesn't work, but while creating the reproduction repo, I noticed the animation behaviour has changed and doesn't look native smooth anymore. ### Steps to reproduce Any new project with KeyboardAvoidingView ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.2 CPU: (10) arm64 Apple M1 Pro Memory: 157.52 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.11.0 path: ~/.nvm/versions/node/v22.11.0/bin/node Yarn: version: 1.22.17 path: ~/.npm-global/bin/yarn npm: version: 10.9.0 path: ~/.nvm/versions/node/v22.11.0/bin/npm Watchman: version: 2024.01.22.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/Alexis/.rbenv/shims/pod ``` ### Stacktrace or Logs ```text No crash ``` ### Reproducer https://github.com/alexmngn/reproducer-react-native-keyboard-avoiding ### Screenshots and Videos ### On my project **Before update, 0.75.2** https://github.com/user-attachments/assets/5089cd4d-fb2f-4bde-9a9b-a7790b989c23 **After update, 0.76.1** https://github.com/user-attachments/assets/60bc6d95-c444-4492-887b-cdb7d4e562d1 ### On the reproducer repo **Before update, 0.75.2** https://github.com/user-attachments/assets/83df6cab-b4c4-4698-a458-291ab37f982c **After update, 0.76.1** https://github.com/user-attachments/assets/8fa6d39c-88af-4527-b41c-d7ae2bc8e7a2
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47625/reactions", "total_count": 8, "+1": 8, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47625/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47624
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47624/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47624/comments
https://api.github.com/repos/facebook/react-native/issues/47624/events
https://github.com/facebook/react-native/pull/47624
2,660,302,469
PR_kwDOAbrxp86B-1zn
47,624
fix `r` & `d` not working from Metro sometimes
{ "login": "EdmondChuiHW", "id": 1967998, "node_id": "MDQ6VXNlcjE5Njc5OTg=", "avatar_url": "https://avatars.githubusercontent.com/u/1967998?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EdmondChuiHW", "html_url": "https://github.com/EdmondChuiHW", "followers_url": "https://api.github.com/users/EdmondChuiHW/followers", "following_url": "https://api.github.com/users/EdmondChuiHW/following{/other_user}", "gists_url": "https://api.github.com/users/EdmondChuiHW/gists{/gist_id}", "starred_url": "https://api.github.com/users/EdmondChuiHW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/EdmondChuiHW/subscriptions", "organizations_url": "https://api.github.com/users/EdmondChuiHW/orgs", "repos_url": "https://api.github.com/users/EdmondChuiHW/repos", "events_url": "https://api.github.com/users/EdmondChuiHW/events{/privacy}", "received_events_url": "https://api.github.com/users/EdmondChuiHW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-14T23:08:37
2024-11-15T05:02:41
2024-11-15T05:02:31
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47624", "html_url": "https://github.com/facebook/react-native/pull/47624", "diff_url": "https://github.com/facebook/react-native/pull/47624.diff", "patch_url": "https://github.com/facebook/react-native/pull/47624.patch", "merged_at": null }
Summary: Changelog: [iOS][Fixed] - fix `r` & `d` not working from Metro sometimes While investigating these bugs, I've come across some cases where `r` (Reload) & `d` (Open Dev Menu) not working in Metro. * T206141946 / [WP: Reconnecting dev tools does not work after restarting the app](https://fb.workplace.com/groups/rn.debugger.feedback/posts/1107620434125533) * T206754760 / [WP: Can't launch DevTools from Metro sometimes](https://fb.workplace.com/groups/rn.debugger.feedback/posts/1112235073664069/) This is because when we 1. Start app without Metro 1. Start Metro 1. Reload from Dev Menu (rage shake) `RCTPackagerConnection` did not get notified about the change in bundle URL. It'd stay "listening" to the commands from the local bundle instead of Metro . Differential Revision: D65973309
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47624/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47624/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47623
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47623/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47623/comments
https://api.github.com/repos/facebook/react-native/issues/47623/events
https://github.com/facebook/react-native/pull/47623
2,660,302,451
PR_kwDOAbrxp86B-1zW
47,623
fix /open-debugger failing after relaunching Metro/target app
{ "login": "EdmondChuiHW", "id": 1967998, "node_id": "MDQ6VXNlcjE5Njc5OTg=", "avatar_url": "https://avatars.githubusercontent.com/u/1967998?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EdmondChuiHW", "html_url": "https://github.com/EdmondChuiHW", "followers_url": "https://api.github.com/users/EdmondChuiHW/followers", "following_url": "https://api.github.com/users/EdmondChuiHW/following{/other_user}", "gists_url": "https://api.github.com/users/EdmondChuiHW/gists{/gist_id}", "starred_url": "https://api.github.com/users/EdmondChuiHW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/EdmondChuiHW/subscriptions", "organizations_url": "https://api.github.com/users/EdmondChuiHW/orgs", "repos_url": "https://api.github.com/users/EdmondChuiHW/repos", "events_url": "https://api.github.com/users/EdmondChuiHW/events{/privacy}", "received_events_url": "https://api.github.com/users/EdmondChuiHW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-14T23:08:36
2024-11-18T19:34:34
2024-11-18T19:34:20
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47623", "html_url": "https://github.com/facebook/react-native/pull/47623", "diff_url": "https://github.com/facebook/react-native/pull/47623.diff", "patch_url": "https://github.com/facebook/react-native/pull/47623.patch", "merged_at": null }
Summary: Changelog: [iOS][Fixed] - "Reconnect DevTools" button not working sometimes Hotfix for "Reconnect DevTools" button not working: * T206141946 / [WP: Reconnecting dev tools does not work after restarting the app](https://fb.workplace.com/groups/rn.debugger.feedback/posts/1107620434125533) * T206754760 / [WP: Can't launch DevTools from Metro sometimes](https://fb.workplace.com/groups/rn.debugger.feedback/posts/1112235073664069/) Basically, this dialog will keep reappearing like a bad dream: {F1960030622} # Repro Part 1 (Fixed in base stack D65973309) 1. Do NOT have Metro ready. 1. Build and run RNTester/FB Wilde 1. They should be using the local bundled version. App may prompt you to start Metro. 1. Start Metro 1. Go to the device Dev Menu (rage shake) and select Reload 1. Press `r` or `d` in Metro Expected: Reload and Dev Menu work accordingly Actual: Metro fails with `No apps connected`: {F1960039703} Part 2 (Fixed in this diff) 1. Open React Native DevTools via Metro `j` key or Dev Menu (rage shake) 1. Kill Metro 1. The RN DevTools should show the "disconnected" dialog 1. Start Metro 1. Click "Reconnect DevTools" in RN DevTools Expected: reconnects Actual: dialog reappears with an error in Metro: {F1960043097} Interestingly, the `r` and `d` keys from Metro works. # Root cause(s) Part 1: See D65973309 Part 2: The error indicates the target/device failed to call `/inspector/device` to register itself. The subsequent calls to `/json/list` returns empty and `/open-debugger` throws. 1. But because `r` & `d` (heh) works, we can observe that there is some kind of auto-reconnect mechanism: https://www.internalfb.com/code/fbsource/[cfe1706a60b2]/xplat/js/react-native-github/packages/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m?lines=77-82 1. We do have auto-reconnect for `j` too: https://www.internalfb.com/code/fbsource/[cfe1706a60b2]/xplat/js/react-native-github/packages/react-native/ReactCommon/jsinspector-modern/InspectorPackagerConnection.cpp?lines=246-254 But unfortunately it only tries once. A long-term fix would be calling reconnect recursively like the Objective-C impl above, e.g. ``` delegate_->scheduleCallback( [weakSelf = weak_from_this()] { auto strongSelf = weakSelf.lock(); if (strongSelf && !strongSelf->closed_) { strongSelf->reconnectPending_ = false; strongSelf->connect(); // Keep trying. Never. Give. Up. if (!strongSelf->isConnected()) { strongSelf->reconnect(); } } }, RECONNECT_DELAY); ``` It appears that the current impl of `isConnected()` is not a true reflection of the web socket state. My time box for this task ran out, so we'll do a hot fix for the short-term: since we know `r` & `d` reliably reconnects, we'll piggy-back on its lifecycle to attempt reconnection. This works. # PS If you start the app with Metro running in step 1, this bug is not present. This is the reason why FB Wilde/Marketplace/Quantum engineers run into this more often (because its custom menu changes the JS URL after start up) Differential Revision: D65952134
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47623/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47623/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47622
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47622/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47622/comments
https://api.github.com/repos/facebook/react-native/issues/47622/events
https://github.com/facebook/react-native/pull/47622
2,660,149,846
PR_kwDOAbrxp86B-eMR
47,622
Deploy 0.253.0 to xplat
{ "login": "SamChou19815", "id": 4290500, "node_id": "MDQ6VXNlcjQyOTA1MDA=", "avatar_url": "https://avatars.githubusercontent.com/u/4290500?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SamChou19815", "html_url": "https://github.com/SamChou19815", "followers_url": "https://api.github.com/users/SamChou19815/followers", "following_url": "https://api.github.com/users/SamChou19815/following{/other_user}", "gists_url": "https://api.github.com/users/SamChou19815/gists{/gist_id}", "starred_url": "https://api.github.com/users/SamChou19815/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SamChou19815/subscriptions", "organizations_url": "https://api.github.com/users/SamChou19815/orgs", "repos_url": "https://api.github.com/users/SamChou19815/repos", "events_url": "https://api.github.com/users/SamChou19815/events{/privacy}", "received_events_url": "https://api.github.com/users/SamChou19815/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-14T21:42:39
2024-11-14T22:52:12
2024-11-14T22:10:46
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47622", "html_url": "https://github.com/facebook/react-native/pull/47622", "diff_url": "https://github.com/facebook/react-native/pull/47622.diff", "patch_url": "https://github.com/facebook/react-native/pull/47622.patch", "merged_at": null }
Summary: Changelog: [Internal] Differential Revision: D65967280
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47622/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47622/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47621
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47621/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47621/comments
https://api.github.com/repos/facebook/react-native/issues/47621/events
https://github.com/facebook/react-native/issues/47621
2,660,061,441
I_kwDOAbrxp86ejVEB
47,621
Emojis inside <Text> increase line-height or stretch the element on iOS
{ "login": "mhoran", "id": 5330, "node_id": "MDQ6VXNlcjUzMzA=", "avatar_url": "https://avatars.githubusercontent.com/u/5330?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mhoran", "html_url": "https://github.com/mhoran", "followers_url": "https://api.github.com/users/mhoran/followers", "following_url": "https://api.github.com/users/mhoran/following{/other_user}", "gists_url": "https://api.github.com/users/mhoran/gists{/gist_id}", "starred_url": "https://api.github.com/users/mhoran/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mhoran/subscriptions", "organizations_url": "https://api.github.com/users/mhoran/orgs", "repos_url": "https://api.github.com/users/mhoran/repos", "events_url": "https://api.github.com/users/mhoran/events{/privacy}", "received_events_url": "https://api.github.com/users/mhoran/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 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": "" }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" } ]
open
false
null
[]
null
5
2024-11-14T21:06:10
2025-01-07T17:24:14
null
CONTRIBUTOR
null
null
null
null
### Description Reported previously in #18559. Emojis within `<Text>` elements are not aligned with other text in the same text element or other text elements on screen. They also cause the height of the `<Text>` to increase disproportionate to the `fontSize`. As a workaround, the `fontFamily` of the emoji can be set to `System`. The referenced Snack shows this behavior. The emoji is rendered initially with the `Menlo` font family and overridden to `System` when the override button is pressed. When overridden, the strikethrough more closely aligns with the text, though is not perfectly aligned like on Android. This issue no longer seems to be reproducible on Android. ### Steps to reproduce 1. Launch the Snack 2. Note that the strikethrough does not align with the emoji nor the text to the right 3. Click Override 4. Note that the strikethrough more closely aligns with the emoji and the text on the right ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 14.7.1 CPU: (16) arm64 Apple M3 Max Memory: 3.73 GB / 48.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.20.5 path: /opt/homebrew/opt/node@18/bin/node Yarn: version: 1.22.22 path: /opt/homebrew/bin/yarn npm: version: 10.8.2 path: /opt/homebrew/opt/node@18/bin/npm Watchman: version: 2024.11.11.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.16.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Not Found IDEs: Android Studio: Not Found Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: Not Found Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.2 wanted: ^15.1.2 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text None ``` ### Reproducer https://snack.expo.dev/@mhoran/hazardous-orange-celery ### Screenshots and Videos |Without override|With override| |---|---| |<img width="307" alt="Screenshot 2024-11-14 at 4 02 20 PM" src="https://github.com/user-attachments/assets/93945819-77c4-432d-882a-3d9c696b4d3d">|<img width="299" alt="Screenshot 2024-11-14 at 4 02 27 PM" src="https://github.com/user-attachments/assets/5425aac6-f001-4c3a-9332-01677f2b921d">|
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47621/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/47621/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47620
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47620/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47620/comments
https://api.github.com/repos/facebook/react-native/issues/47620/events
https://github.com/facebook/react-native/pull/47620
2,659,953,818
PR_kwDOAbrxp86B-D8S
47,620
Add changelog for 0.76.2
{ "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/users/cipolleschi/followers", "following_url": "https://api.github.com/users/cipolleschi/following{/other_user}", "gists_url": "https://api.github.com/users/cipolleschi/gists{/gist_id}", "starred_url": "https://api.github.com/users/cipolleschi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cipolleschi/subscriptions", "organizations_url": "https://api.github.com/users/cipolleschi/orgs", "repos_url": "https://api.github.com/users/cipolleschi/repos", "events_url": "https://api.github.com/users/cipolleschi/events{/privacy}", "received_events_url": "https://api.github.com/users/cipolleschi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" } ]
closed
false
null
[]
null
3
2024-11-14T20:21:50
2025-03-03T15:08:37
2024-11-15T13:02:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47620", "html_url": "https://github.com/facebook/react-native/pull/47620", "diff_url": "https://github.com/facebook/react-native/pull/47620.diff", "patch_url": "https://github.com/facebook/react-native/pull/47620.patch", "merged_at": null }
## Summary: Add changelog for 0.76.2 ## Changelog: [Internal] - Add changelog for 0.76.2 ## 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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47620/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47620/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47619
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47619/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47619/comments
https://api.github.com/repos/facebook/react-native/issues/47619/events
https://github.com/facebook/react-native/pull/47619
2,659,953,677
PR_kwDOAbrxp86B-D6I
47,619
Migrate com.facebook.react.views.text.ReactScrollViewCommandHelper to Kotlin
{ "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.com/users/fabriziocucci/followers", "following_url": "https://api.github.com/users/fabriziocucci/following{/other_user}", "gists_url": "https://api.github.com/users/fabriziocucci/gists{/gist_id}", "starred_url": "https://api.github.com/users/fabriziocucci/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fabriziocucci/subscriptions", "organizations_url": "https://api.github.com/users/fabriziocucci/orgs", "repos_url": "https://api.github.com/users/fabriziocucci/repos", "events_url": "https://api.github.com/users/fabriziocucci/events{/privacy}", "received_events_url": "https://api.github.com/users/fabriziocucci/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-14T20:21:45
2024-11-15T14:00:52
2024-11-15T14:00:41
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47619", "html_url": "https://github.com/facebook/react-native/pull/47619", "diff_url": "https://github.com/facebook/react-native/pull/47619.diff", "patch_url": "https://github.com/facebook/react-native/pull/47619.patch", "merged_at": null }
Summary: As per title. Changelog: [Internal] Reviewed By: tdn120 Differential Revision: D65660776
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47619/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47619/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47618
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47618/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47618/comments
https://api.github.com/repos/facebook/react-native/issues/47618/events
https://github.com/facebook/react-native/pull/47618
2,659,925,928
PR_kwDOAbrxp86B990n
47,618
Optimize CompositeBackgroundDrawable
{ "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/jorge-cab/followers", "following_url": "https://api.github.com/users/jorge-cab/following{/other_user}", "gists_url": "https://api.github.com/users/jorge-cab/gists{/gist_id}", "starred_url": "https://api.github.com/users/jorge-cab/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jorge-cab/subscriptions", "organizations_url": "https://api.github.com/users/jorge-cab/orgs", "repos_url": "https://api.github.com/users/jorge-cab/repos", "events_url": "https://api.github.com/users/jorge-cab/events{/privacy}", "received_events_url": "https://api.github.com/users/jorge-cab/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
7
2024-11-14T20:04:47
2024-11-19T20:19:44
2024-11-19T20:19:31
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47618", "html_url": "https://github.com/facebook/react-native/pull/47618", "diff_url": "https://github.com/facebook/react-native/pull/47618.diff", "patch_url": "https://github.com/facebook/react-native/pull/47618.patch", "merged_at": null }
Summary: Its not optimal to reconstruct CompositeBackgroundDrawable everytime we add a layer to it. With this change I'm adding an optimization to modify the underlying `LayerDrawable` in place instead of reconstructing everything. `LayerDrawable` has a pretty constrained API and some weirdish behaviors. - `addLayer` - This API doesnt set the callback for the recently added layer so after adding the layer we also need to manually set the callback - Mutating `LayerDrawable` in-place is not straightforward, I had to add a function that will figure out where each layer should be inserted - `LayerDrawable` doesn't allow deleting an element which means that for this case in particular we do need to re-create `CompositeBackgroundDrawable` - Newer Android versions allow `null` on `LayerDrawable` layers, but older versions do not, this implementation is mostly done this way to accommodate older versions. But also, even though newer versions can have `null` set on a layer `LayerDrawable` still doesn't handle it well and we get some bugs when removing and inserting a layer This is all feature flagged. since it will only be enabled with the new drawables Changelog: [Internal] Differential Revision: D65907786
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47618/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47618/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47617
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47617/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47617/comments
https://api.github.com/repos/facebook/react-native/issues/47617/events
https://github.com/facebook/react-native/issues/47617
2,659,801,175
I_kwDOAbrxp86eiVhX
47,617
LayoutAnimation.configureNext() broken in 0.76
{ "login": "baltagih2", "id": 62379853, "node_id": "MDQ6VXNlcjYyMzc5ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/62379853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/baltagih2", "html_url": "https://github.com/baltagih2", "followers_url": "https://api.github.com/users/baltagih2/followers", "following_url": "https://api.github.com/users/baltagih2/following{/other_user}", "gists_url": "https://api.github.com/users/baltagih2/gists{/gist_id}", "starred_url": "https://api.github.com/users/baltagih2/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/baltagih2/subscriptions", "organizations_url": "https://api.github.com/users/baltagih2/orgs", "repos_url": "https://api.github.com/users/baltagih2/repos", "events_url": "https://api.github.com/users/baltagih2/events{/privacy}", "received_events_url": "https://api.github.com/users/baltagih2/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 Snack or an attached project." }, { "id": 1113219717, "node_id": "MDU6TGFiZWwxMTEzMjE5NzE3", "url": "https://api.github.com/repos/facebook/react-native/labels/API:%20LayoutAnimation", "name": "API: LayoutAnimation", "color": "fef2c0", "default": false, "description": "" }, { "id": 3815166274, "node_id": "LA_kwDOAbrxp87jZtFC", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20New%20Architecture", "name": "Type: New Architecture", "color": "f9d0c4", "default": false, "description": "Issues and PRs related to new architecture (Fabric/Turbo Modules)" } ]
open
false
null
[]
null
10
2024-11-14T19:16:11
2025-05-20T06:20:18
null
NONE
null
null
null
null
### Description Initially opened as an Expo bug but seems like a react native 0.76 bug. Link to initial issue for context: https://github.com/expo/expo/issues/32868 When showing or hiding content, LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut); usually automatically applies the "next" animation (Like opening and closing an accordion). With react-native 0.76 and the new Architecture, this does not work anymore. ### Steps to reproduce 1- Start a new react native project (with or without expo) 2- Create an Accordion or Collapsible component like https://snack.expo.dev/@baltagih/b638ce 3- LayoutAnimation.configureNext() does not apply the animations ### React Native Version 0.76.1 ### Affected Platforms Runtime - Android, Runtime - iOS ### Output of `npx react-native info` ```text In expo managed project so some info might not display, like newArchEnabled. info Fetching system and libraries information... System: OS: macOS 15.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 3.46 GB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.0 path: ~/.nvm/versions/node/v18.18.0/bin/node Yarn: version: 1.22.15 path: ~/.yarn/bin/yarn npm: version: 9.8.1 path: ~/.nvm/versions/node/v18.18.0/bin/npm Watchman: version: 2024.03.25.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/mafiamalaria/.rvm/gems/ruby-3.0.5/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: API Levels: - "26" - "27" - "28" - "29" - "30" - "31" Build Tools: - 27.0.3 - 28.0.3 - 29.0.2 - 29.0.3 - 30.0.2 - 30.0.3 - 31.0.0 - 35.0.0 System Images: - android-30 | Google APIs Intel x86 Atom - android-30 | Google Play Intel x86 Atom - android-31 | Google APIs Intel x86 Atom_64 - android-31 | Google Play Intel x86 Atom_64 - android-32 | Google APIs Intel x86 Atom_64 - android-Tiramisu | Google APIs Intel x86 Atom_64 Android NDK: Not Found IDEs: Android Studio: EAP AI-242.21829.142.2422.12329062 AI-242.21829.142.2422.12329062 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 1.8.0_292 path: /usr/bin/javac Ruby: version: 3.0.5 path: /Users/mafiamalaria/.rvm/rubies/ruby-3.0.5/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.2 wanted: latest react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text No stacktrace, animation never happens, no error thrown. ``` ### Reproducer https://snack.expo.dev/@baltagih/b638ce ### Screenshots and Videos _No response_
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47617/reactions", "total_count": 22, "+1": 22, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47617/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47616
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47616/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47616/comments
https://api.github.com/repos/facebook/react-native/issues/47616/events
https://github.com/facebook/react-native/pull/47616
2,659,668,382
PR_kwDOAbrxp86B9Vx5
47,616
chore(Android): convert systeminfo module classes to kotlin
{ "login": "oddlyspaced", "id": 47493184, "node_id": "MDQ6VXNlcjQ3NDkzMTg0", "avatar_url": "https://avatars.githubusercontent.com/u/47493184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oddlyspaced", "html_url": "https://github.com/oddlyspaced", "followers_url": "https://api.github.com/users/oddlyspaced/followers", "following_url": "https://api.github.com/users/oddlyspaced/following{/other_user}", "gists_url": "https://api.github.com/users/oddlyspaced/gists{/gist_id}", "starred_url": "https://api.github.com/users/oddlyspaced/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/oddlyspaced/subscriptions", "organizations_url": "https://api.github.com/users/oddlyspaced/orgs", "repos_url": "https://api.github.com/users/oddlyspaced/repos", "events_url": "https://api.github.com/users/oddlyspaced/events{/privacy}", "received_events_url": "https://api.github.com/users/oddlyspaced/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
9
2024-11-14T18:23:38
2024-11-22T11:39:17
2024-11-22T11:39:06
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47616", "html_url": "https://github.com/facebook/react-native/pull/47616", "diff_url": "https://github.com/facebook/react-native/pull/47616.diff", "patch_url": "https://github.com/facebook/react-native/pull/47616.patch", "merged_at": null }
## Summary: Saw a lot of PRs and push to convert existing Java code to Kotlin, and wanted to contribute to the cause. This is a starting point for me so I can understand more about the Java to Kotlin conversion process for ReactAndroid package. ## Changelog: - Converted AndroidInfoHelpers to Kotlin class - Converted AndroidInfoModule to Kotlin object and updated usage of it across the package Pick one each for the category and type tags: [ANDROID] [CHANGED] - Migrated systeminfo module code from Java to Kotlin For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests ## Test Plan: Verified build on local dev environment.
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47616/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47616/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47615
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47615/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47615/comments
https://api.github.com/repos/facebook/react-native/issues/47615/events
https://github.com/facebook/react-native/pull/47615
2,659,586,360
PR_kwDOAbrxp86B9FFg
47,615
Fix some broken expectations in RN integration 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/rubennorte/followers", "following_url": "https://api.github.com/users/rubennorte/following{/other_user}", "gists_url": "https://api.github.com/users/rubennorte/gists{/gist_id}", "starred_url": "https://api.github.com/users/rubennorte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rubennorte/subscriptions", "organizations_url": "https://api.github.com/users/rubennorte/orgs", "repos_url": "https://api.github.com/users/rubennorte/repos", "events_url": "https://api.github.com/users/rubennorte/events{/privacy}", "received_events_url": "https://api.github.com/users/rubennorte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-14T17:41:54
2024-11-15T11:05:23
2024-11-15T11:05:10
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47615", "html_url": "https://github.com/facebook/react-native/pull/47615", "diff_url": "https://github.com/facebook/react-native/pull/47615.diff", "patch_url": "https://github.com/facebook/react-native/pull/47615.patch", "merged_at": null }
Summary: Changelog: [internal] Fixes `.not` not being applied in some cases, and no logging the "not" label in case of error, and `.toBe` being flipped. Differential Revision: D65952221
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47615/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47615/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47614
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47614/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47614/comments
https://api.github.com/repos/facebook/react-native/issues/47614/events
https://github.com/facebook/react-native/pull/47614
2,659,517,141
PR_kwDOAbrxp86B88uw
47,614
Fix `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in new architecture
{ "login": "RickardZrinski", "id": 7195844, "node_id": "MDQ6VXNlcjcxOTU4NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7195844?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RickardZrinski", "html_url": "https://github.com/RickardZrinski", "followers_url": "https://api.github.com/users/RickardZrinski/followers", "following_url": "https://api.github.com/users/RickardZrinski/following{/other_user}", "gists_url": "https://api.github.com/users/RickardZrinski/gists{/gist_id}", "starred_url": "https://api.github.com/users/RickardZrinski/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/RickardZrinski/subscriptions", "organizations_url": "https://api.github.com/users/RickardZrinski/orgs", "repos_url": "https://api.github.com/users/RickardZrinski/repos", "events_url": "https://api.github.com/users/RickardZrinski/events{/privacy}", "received_events_url": "https://api.github.com/users/RickardZrinski/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 3253537094, "node_id": "MDU6TGFiZWwzMjUzNTM3MDk0", "url": "https://api.github.com/repos/facebook/react-native/labels/Shared%20with%20Meta", "name": "Shared with Meta", "color": "BFD4F2", "default": false, "description": "Applied via automation to indicate that an Issue or Pull Request has been shared with the team." } ]
closed
false
null
[]
null
14
2024-11-14T17:20:59
2025-02-05T14:33:04
2025-01-29T17:32:37
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47614", "html_url": "https://github.com/facebook/react-native/pull/47614", "diff_url": "https://github.com/facebook/react-native/pull/47614.diff", "patch_url": "https://github.com/facebook/react-native/pull/47614.patch", "merged_at": null }
## Summary: The `maxFontSizeMultiplier` prop for `Text` and `TextInput` was not handled in Fabric / New Architecture as documented in #47499. ## Changelog: [GENERAL] [FIXED] - Fix `maxFontSizeMultiplier` prop on `Text` and `TextInput` components in Fabric / New Architecture ## Test Plan: I have not added any automated tests for this change but try to do so if requested. I have however added examples to RN Tester for both the Text and TextInput components, as well as compared the behaviour with Paper / Old Architecture. Both on version 0.76. Noticed now I didn't do exactly the same steps in both videos, oops! Be aware that reapplying changes made in the Settings are currently half-broken on the new architecture, thus I'm restarting the app on Android and iOS. But this issue is unrelated to my changes. I've tested on main branch and it has the same issue. Here are comparison videos between Paper and Fabric on iOS *after* I've made my fix. ### Text | Paper | Fabric | | ------------- | ------------- | | <video src="https://github.com/user-attachments/assets/f4fd009f-aa6d-41ab-92fa-8dcf1e351ba1" /> | <video src="https://github.com/user-attachments/assets/fda42cc6-34c2-42a7-a6e2-028e7c866075" /> | ### TextInput | Paper | Fabric | | ------------- | ------------- | | <video src="https://github.com/user-attachments/assets/59b59f7b-25d2-4b5b-a8e2-d2054cc6390b" /> | <video src="https://github.com/user-attachments/assets/72068566-8f2a-4463-874c-45a6f5b63b0d" /> |
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47614/reactions", "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 3, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47614/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47613
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47613/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47613/comments
https://api.github.com/repos/facebook/react-native/issues/47613/events
https://github.com/facebook/react-native/pull/47613
2,659,384,296
PR_kwDOAbrxp86B8ndL
47,613
Hook up RN integration tests in Jest pipeline at Meta
{ "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/rubennorte/followers", "following_url": "https://api.github.com/users/rubennorte/following{/other_user}", "gists_url": "https://api.github.com/users/rubennorte/gists{/gist_id}", "starred_url": "https://api.github.com/users/rubennorte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rubennorte/subscriptions", "organizations_url": "https://api.github.com/users/rubennorte/orgs", "repos_url": "https://api.github.com/users/rubennorte/repos", "events_url": "https://api.github.com/users/rubennorte/events{/privacy}", "received_events_url": "https://api.github.com/users/rubennorte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-14T16:36:35
2024-11-15T11:05:29
2024-11-15T11:05:11
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47613", "html_url": "https://github.com/facebook/react-native/pull/47613", "diff_url": "https://github.com/facebook/react-native/pull/47613.diff", "patch_url": "https://github.com/facebook/react-native/pull/47613.patch", "merged_at": null }
Summary: Changelog: [internal] Reviewed By: sammy-SC Differential Revision: D65661703
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47613/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47613/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47612
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47612/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47612/comments
https://api.github.com/repos/facebook/react-native/issues/47612/events
https://github.com/facebook/react-native/pull/47612
2,659,382,325
PR_kwDOAbrxp86B8nAm
47,612
Add Flow typing for test runner for RN integration 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/rubennorte/followers", "following_url": "https://api.github.com/users/rubennorte/following{/other_user}", "gists_url": "https://api.github.com/users/rubennorte/gists{/gist_id}", "starred_url": "https://api.github.com/users/rubennorte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rubennorte/subscriptions", "organizations_url": "https://api.github.com/users/rubennorte/orgs", "repos_url": "https://api.github.com/users/rubennorte/repos", "events_url": "https://api.github.com/users/rubennorte/events{/privacy}", "received_events_url": "https://api.github.com/users/rubennorte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
6
2024-11-14T16:35:54
2024-11-15T11:05:23
2024-11-15T11:05:10
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47612", "html_url": "https://github.com/facebook/react-native/pull/47612", "diff_url": "https://github.com/facebook/react-native/pull/47612.diff", "patch_url": "https://github.com/facebook/react-native/pull/47612.patch", "merged_at": null }
Summary: Changelog: [internal] Just using babel-register so we can use Flow types in the code for the RN integration tests runner. Reviewed By: sammy-SC Differential Revision: D65948801
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47612/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47612/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47611
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47611/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47611/comments
https://api.github.com/repos/facebook/react-native/issues/47611/events
https://github.com/facebook/react-native/issues/47611
2,659,102,926
I_kwDOAbrxp86efrDO
47,611
import org.gradle.configurationcache.extensions.serviceOf ^ Unresolved reference: serviceOf
{ "login": "PawBlo", "id": 62170820, "node_id": "MDQ6VXNlcjYyMTcwODIw", "avatar_url": "https://avatars.githubusercontent.com/u/62170820?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PawBlo", "html_url": "https://github.com/PawBlo", "followers_url": "https://api.github.com/users/PawBlo/followers", "following_url": "https://api.github.com/users/PawBlo/following{/other_user}", "gists_url": "https://api.github.com/users/PawBlo/gists{/gist_id}", "starred_url": "https://api.github.com/users/PawBlo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/PawBlo/subscriptions", "organizations_url": "https://api.github.com/users/PawBlo/orgs", "repos_url": "https://api.github.com/users/PawBlo/repos", "events_url": "https://api.github.com/users/PawBlo/events{/privacy}", "received_events_url": "https://api.github.com/users/PawBlo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1794148631, "node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback", "name": "Needs: Author Feedback", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1794376073, "node_id": "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 the issue." }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" } ]
closed
false
null
[]
null
12
2024-11-14T15:01:22
2025-04-18T15:58:06
2024-11-28T18:19:54
NONE
null
null
null
null
### Description I try to build apk and I have a lot of problems. I am using docker image https://hub.docker.com/r/reactnativecommunity/react-native-android. I build my app with this commands: ``` yarn add expo npx expo prebuild cd android ./gradlew assembleRelease ``` After this I get error: ``` Starting a Gradle Daemon (subsequent builds will be faster) > Configure project :gradle-plugin:react-native-gradle-plugin e: file:///home/book-ui/node_modules/@react-native/gradle-plugin/react-native-gradle-plugin/build.gradle.kts:10:49: Unresolved reference: serviceOf e: file:///home/book-ui/node_modules/@react-native/gradle-plugin/react-native-gradle-plugin/build.gradle.kts:54:11: Unresolved reference: serviceOf FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * Where: Build file '/home/book-ui/node_modules/@react-native/gradle-plugin/react-native-gradle-plugin/build.gradle.kts' line: 10 * What went wrong: Script compilation errors: Line 10: import org.gradle.configurationcache.extensions.serviceOf ^ Unresolved reference: serviceOf Line 54: serviceOf<ModuleRegistry>() ^ Unresolved reference: serviceOf ``` 2 errors I am using: ``` openjdk 17.0.12 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 17.0.12+7-Ubuntu-1ubuntu222.04, mixed mode, sharing) +-- @babel/[email protected] +-- @react-native-async-storage/[email protected] +-- @react-native-community/[email protected] +-- @react-navigation/[email protected] +-- @react-navigation/[email protected] +-- @react-navigation/[email protected] +-- @react-navigation/[email protected] +-- @types/[email protected] +-- @types/[email protected] +-- @types/[email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] +-- [email protected] `-- [email protected] ``` Could someone give some tips on how to fix this or give other way to build apk? ### Steps to reproduce yarn add expo npx expo prebuild cd android ./gradlew assembleRelease ### React Native Version 0.74.5 ### Affected Platforms Build - Linux ### Output of `npx react-native info` ```text npx react-native info info Fetching system and libraries information... System: OS: Linux 5.15 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (8) x64 Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz Memory: 1.17 GB / 5.73 GB Shell: version: 5.1.16 path: /bin/bash Binaries: Node: version: 18.20.4 path: /usr/local/bin/node Yarn: version: 1.22.22 path: /usr/local/bin/yarn npm: version: 10.7.0 path: /usr/local/bin/npm Watchman: Not Found SDKs: Android SDK: API Levels: - "35" Build Tools: - 35.0.0 Android NDK: 27.1.12297006 IDEs: Android Studio: Not Found Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 3.0.2 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: Not Found react-native: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: Not found newArchEnabled: false info React Native v0.76.1 is now available (your project is running on v0.74.5). info Changelog: https://github.com/facebook/react-native/releases/tag/v0.76.1 info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.74.5 info For more info, check out "https://reactnative.dev/docs/upgrading?os=linux". ``` ### Stacktrace or Logs ```text ScriptCompilationException(scriptCompilationErrors=[ScriptCompilationError(message=Unresolved reference: serviceOf, location=/root/.gradle/.tmp/gradle-kotlin-dsl-5414761375595422604.tmp/build.gradle.kts (10:49)), ScriptCompilationError(message=Unresolved reference: serviceOf, location=/root/.gradle/.tmp/gradle-kotlin-dsl-5414761375595422604.tmp/build.gradle.kts (54:11))]) at org.gradle.kotlin.dsl.support.KotlinCompilerKt.compileKotlinScriptModuleTo(KotlinCompiler.kt:191) at org.gradle.kotlin.dsl.support.KotlinCompilerKt.compileKotlinScriptToDirectory(KotlinCompiler.kt:149) at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$compileScript$1.invoke(ResidualProgramCompiler.kt:713) at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler$compileScript$1.invoke(ResidualProgramCompiler.kt:712) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost$runCompileBuildOperation$1.call(KotlinScriptEvaluator.kt:187) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost$runCompileBuildOperation$1.call(KotlinScriptEvaluator.kt:184) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost.runCompileBuildOperation(KotlinScriptEvaluator.kt:184) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost$compileSecondStageOf$cacheDir$1$1$1$1$1.invoke(Interpreter.kt:492) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost$compileSecondStageOf$cacheDir$1$1$1$1$1.invoke(Interpreter.kt:492) at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.compileScript-C5AE47M(ResidualProgramCompiler.kt:712) at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.compileScript-C5AE47M$default(ResidualProgramCompiler.kt:705) at org.gradle.kotlin.dsl.execution.ResidualProgramCompiler.emitStage2ProgramFor(ResidualProgramCompiler.kt:364) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost$compileSecondStageOf$cacheDir$1.invoke(Interpreter.kt:493) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost$compileSecondStageOf$cacheDir$1.invoke(Interpreter.kt:469) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$KotlinScriptCompilationAndInstrumentation.compile(KotlinScriptEvaluator.kt:409) at org.gradle.internal.scripts.BuildScriptCompilationAndInstrumentation.execute(BuildScriptCompilationAndInstrumentation.java:95) at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:105) at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:44) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:59) at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:56) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:56) at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:44) at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:42) at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:75) at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:50) at org.gradle.internal.execution.steps.PreCreateOutputParentsStep.execute(PreCreateOutputParentsStep.java:28) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:61) at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:26) at org.gradle.internal.execution.steps.NoInputChangesStep.execute(NoInputChangesStep.java:30) at org.gradle.internal.execution.steps.NoInputChangesStep.execute(NoInputChangesStep.java:21) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:69) at org.gradle.internal.execution.steps.CaptureOutputsAfterExecutionStep.execute(CaptureOutputsAfterExecutionStep.java:46) at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:189) at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:75) at org.gradle.internal.Either$Right.fold(Either.java:175) at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:62) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:73) at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:48) at org.gradle.internal.execution.steps.NeverUpToDateStep.execute(NeverUpToDateStep.java:34) at org.gradle.internal.execution.steps.NeverUpToDateStep.execute(NeverUpToDateStep.java:22) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27) at org.gradle.internal.execution.steps.ResolveNonIncrementalCachingStateStep.executeDelegate(ResolveNonIncrementalCachingStateStep.java:50) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:71) at org.gradle.internal.execution.steps.AbstractResolveCachingStateStep.execute(AbstractResolveCachingStateStep.java:39) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:107) at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:56) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:64) at org.gradle.internal.execution.steps.AbstractCaptureStateBeforeExecutionStep.execute(AbstractCaptureStateBeforeExecutionStep.java:43) at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38) at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.lambda$executeInTemporaryWorkspace$3(AssignImmutableWorkspaceStep.java:209) at org.gradle.internal.execution.workspace.impl.CacheBasedImmutableWorkspaceProvider$1.withTemporaryWorkspace(CacheBasedImmutableWorkspaceProvider.java:119) at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.executeInTemporaryWorkspace(AssignImmutableWorkspaceStep.java:199) at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.lambda$execute$0(AssignImmutableWorkspaceStep.java:121) at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.execute(AssignImmutableWorkspaceStep.java:121) at org.gradle.internal.execution.steps.AssignImmutableWorkspaceStep.execute(AssignImmutableWorkspaceStep.java:90) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:38) at org.gradle.internal.execution.steps.ChoosePipelineStep.execute(ChoosePipelineStep.java:23) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.lambda$execute$2(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:67) at org.gradle.internal.execution.steps.ExecuteWorkBuildOperationFiringStep.execute(ExecuteWorkBuildOperationFiringStep.java:39) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:46) at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:34) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:48) at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:35) at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:61) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator$InterpreterHost.cachedDirFor(KotlinScriptEvaluator.kt:279) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost.compileSecondStageOf(Interpreter.kt:469) at Program.loadSecondStageFor(Unknown Source) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost.evaluateSecondStageOf(Interpreter.kt:433) at Program.execute(Unknown Source) at org.gradle.kotlin.dsl.execution.Interpreter$ProgramHost.eval(Interpreter.kt:516) at org.gradle.kotlin.dsl.execution.Interpreter.eval(Interpreter.kt:194) at org.gradle.kotlin.dsl.provider.StandardKotlinScriptEvaluator.evaluate(KotlinScriptEvaluator.kt:125) at org.gradle.kotlin.dsl.provider.KotlinScriptPluginFactory$create$1.invoke(KotlinScriptPluginFactory.kt:46) at org.gradle.kotlin.dsl.provider.KotlinScriptPluginFactory$create$1.invoke(KotlinScriptPluginFactory.kt:43) at org.gradle.kotlin.dsl.provider.KotlinScriptPlugin.apply(KotlinScriptPlugin.kt:35) at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:68) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:65) at org.gradle.internal.code.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44) at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:65) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$1(DefaultProjectStateRegistry.java:411) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:429) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:410) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:46) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildScriptProcessor.java:27) at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.evaluate(ConfigureActionsProjectEvaluator.java:35) at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.lambda$run$0(LifecycleProjectEvaluator.java:109) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$applyToMutableState$1(DefaultProjectStateRegistry.java:411) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.lambda$fromMutableState$2(DefaultProjectStateRegistry.java:434) at org.gradle.internal.work.DefaultWorkerLeaseService.withReplacedLocks(DefaultWorkerLeaseService.java:359) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.fromMutableState(DefaultProjectStateRegistry.java:434) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.applyToMutableState(DefaultProjectStateRegistry.java:410) at org.gradle.configuration.project.LifecycleProjectEvaluator$EvaluateProject.run(LifecycleProjectEvaluator.java:100) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(LifecycleProjectEvaluator.java:72) at org.gradle.api.internal.project.DefaultProject.evaluateUnchecked(DefaultProject.java:832) at org.gradle.api.internal.project.ProjectLifecycleController.lambda$ensureSelfConfigured$2(ProjectLifecycleController.java:85) at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) at org.gradle.internal.model.StateTransitionController.lambda$maybeTransitionIfNotCurrentlyTransitioning$10(StateTransitionController.java:199) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) at org.gradle.internal.model.StateTransitionController.maybeTransitionIfNotCurrentlyTransitioning(StateTransitionController.java:195) at org.gradle.api.internal.project.ProjectLifecycleController.ensureSelfConfigured(ProjectLifecycleController.java:85) at org.gradle.api.internal.project.DefaultProjectStateRegistry$ProjectStateImpl.ensureConfigured(DefaultProjectStateRegistry.java:385) at org.gradle.execution.TaskPathProjectEvaluator.configure(TaskPathProjectEvaluator.java:34) at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(TaskPathProjectEvaluator.java:50) at org.gradle.configuration.DefaultProjectsPreparer.prepareProjects(DefaultProjectsPreparer.java:42) at org.gradle.configuration.BuildTreePreparingProjectsPreparer.prepareProjects(BuildTreePreparingProjectsPreparer.java:65) at org.gradle.configuration.BuildOperationFiringProjectsPreparer$ConfigureBuild.run(BuildOperationFiringProjectsPreparer.java:52) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.configuration.BuildOperationFiringProjectsPreparer.prepareProjects(BuildOperationFiringProjectsPreparer.java:40) at org.gradle.initialization.VintageBuildModelController.lambda$prepareProjects$2(VintageBuildModelController.java:84) at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$11(StateTransitionController.java:213) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:209) at org.gradle.initialization.VintageBuildModelController.prepareProjects(VintageBuildModelController.java:84) at org.gradle.initialization.VintageBuildModelController.getConfiguredModel(VintageBuildModelController.java:64) at org.gradle.internal.model.StateTransitionController.lambda$notInState$3(StateTransitionController.java:132) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44) at org.gradle.internal.model.StateTransitionController.notInState(StateTransitionController.java:128) at org.gradle.internal.build.DefaultBuildLifecycleController.configureProjects(DefaultBuildLifecycleController.java:128) at org.gradle.internal.build.AbstractBuildState.ensureProjectsConfigured(AbstractBuildState.java:145) at org.gradle.internal.buildtree.BuildInclusionCoordinator.prepareForPluginResolution(BuildInclusionCoordinator.java:89) at org.gradle.internal.composite.DefaultBuildIncluder.prepareForPluginResolution(DefaultBuildIncluder.java:92) at org.gradle.composite.internal.plugins.CompositeBuildPluginResolverContributor$CompositeBuildPluginResolver.resolveFromIncludedPluginBuilds(CompositeBuildPluginResolverContributor.java:112) at org.gradle.composite.internal.plugins.CompositeBuildPluginResolverContributor$CompositeBuildPluginResolver.doResolve(CompositeBuildPluginResolverContributor.java:89) at org.gradle.composite.internal.plugins.CompositeBuildPluginResolverContributor$CompositeBuildPluginResolver.resolve(CompositeBuildPluginResolverContributor.java:78) at org.gradle.plugin.use.resolve.internal.CompositePluginResolver.resolve(CompositePluginResolver.java:36) at org.gradle.plugin.use.resolve.internal.AlreadyOnClasspathPluginResolver.resolve(AlreadyOnClasspathPluginResolver.java:65) at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.resolvePluginRequest(DefaultPluginRequestApplicator.java:185) at org.gradle.plugin.use.internal.DefaultPluginRequestApplicator.applyPlugins(DefaultPluginRequestApplicator.java:97) at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:126) at org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:68) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.configuration.BuildOperationScriptPlugin.lambda$apply$0(BuildOperationScriptPlugin.java:65) at org.gradle.internal.code.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44) at org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:65) at org.gradle.initialization.ScriptEvaluatingSettingsProcessor.applySettingsScript(ScriptEvaluatingSettingsProcessor.java:75) at org.gradle.initialization.ScriptEvaluatingSettingsProcessor.process(ScriptEvaluatingSettingsProcessor.java:68) at org.gradle.initialization.SettingsEvaluatedCallbackFiringSettingsProcessor.process(SettingsEvaluatedCallbackFiringSettingsProcessor.java:34) at org.gradle.initialization.RootBuildCacheControllerSettingsProcessor.process(RootBuildCacheControllerSettingsProcessor.java:47) at org.gradle.initialization.BuildOperationSettingsProcessor$2.call(BuildOperationSettingsProcessor.java:49) at org.gradle.initialization.BuildOperationSettingsProcessor$2.call(BuildOperationSettingsProcessor.java:46) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.initialization.BuildOperationSettingsProcessor.process(BuildOperationSettingsProcessor.java:46) at org.gradle.initialization.DefaultSettingsLoader.findSettingsAndLoadIfAppropriate(DefaultSettingsLoader.java:143) at org.gradle.initialization.DefaultSettingsLoader.findAndLoadSettings(DefaultSettingsLoader.java:63) at org.gradle.initialization.SettingsAttachingSettingsLoader.findAndLoadSettings(SettingsAttachingSettingsLoader.java:33) at org.gradle.internal.composite.CommandLineIncludedBuildSettingsLoader.findAndLoadSettings(CommandLineIncludedBuildSettingsLoader.java:35) at org.gradle.internal.composite.ChildBuildRegisteringSettingsLoader.findAndLoadSettings(ChildBuildRegisteringSettingsLoader.java:44) at org.gradle.internal.composite.CompositeBuildSettingsLoader.findAndLoadSettings(CompositeBuildSettingsLoader.java:35) at org.gradle.initialization.InitScriptHandlingSettingsLoader.findAndLoadSettings(InitScriptHandlingSettingsLoader.java:33) at org.gradle.api.internal.initialization.CacheConfigurationsHandlingSettingsLoader.findAndLoadSettings(CacheConfigurationsHandlingSettingsLoader.java:36) at org.gradle.initialization.GradlePropertiesHandlingSettingsLoader.findAndLoadSettings(GradlePropertiesHandlingSettingsLoader.java:38) at org.gradle.initialization.DefaultSettingsPreparer.prepareSettings(DefaultSettingsPreparer.java:31) at org.gradle.initialization.BuildOperationFiringSettingsPreparer$LoadBuild.doLoadBuild(BuildOperationFiringSettingsPreparer.java:71) at org.gradle.initialization.BuildOperationFiringSettingsPreparer$LoadBuild.run(BuildOperationFiringSettingsPreparer.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29) at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47) at org.gradle.initialization.BuildOperationFiringSettingsPreparer.prepareSettings(BuildOperationFiringSettingsPreparer.java:54) at org.gradle.initialization.VintageBuildModelController.lambda$prepareSettings$1(VintageBuildModelController.java:80) at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) at org.gradle.internal.model.StateTransitionController.lambda$transitionIfNotPreviously$11(StateTransitionController.java:213) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:209) at org.gradle.initialization.VintageBuildModelController.prepareSettings(VintageBuildModelController.java:80) at org.gradle.initialization.VintageBuildModelController.prepareToScheduleTasks(VintageBuildModelController.java:70) at org.gradle.internal.build.DefaultBuildLifecycleController.lambda$prepareToScheduleTasks$6(DefaultBuildLifecycleController.java:175) at org.gradle.internal.model.StateTransitionController.lambda$doTransition$14(StateTransitionController.java:255) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:254) at org.gradle.internal.model.StateTransitionController.lambda$maybeTransition$9(StateTransitionController.java:190) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34) at org.gradle.internal.model.StateTransitionController.maybeTransition(StateTransitionController.java:186) at org.gradle.internal.build.DefaultBuildLifecycleController.prepareToScheduleTasks(DefaultBuildLifecycleController.java:173) at org.gradle.internal.buildtree.DefaultBuildTreeWorkPreparer.scheduleRequestedTasks(DefaultBuildTreeWorkPreparer.java:36) at org.gradle.internal.cc.impl.VintageBuildTreeWorkController$scheduleAndRunRequestedTasks$1.apply(VintageBuildTreeWorkController.kt:36) at org.gradle.internal.cc.impl.VintageBuildTreeWorkController$scheduleAndRunRequestedTasks$1.apply(VintageBuildTreeWorkController.kt:35) at org.gradle.composite.internal.DefaultIncludedBuildTaskGraph.withNewWorkGraph(DefaultIncludedBuildTaskGraph.java:112) at org.gradle.internal.cc.impl.VintageBuildTreeWorkController.scheduleAndRunRequestedTasks(VintageBuildTreeWorkController.kt:35) at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$scheduleAndRunTasks$1(DefaultBuildTreeLifecycleController.java:77) at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.lambda$runBuild$4(DefaultBuildTreeLifecycleController.java:120) at org.gradle.internal.model.StateTransitionController.lambda$transition$6(StateTransitionController.java:169) at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:266) at org.gradle.internal.model.StateTransitionController.lambda$transition$7(StateTransitionController.java:169) at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44) at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:169) at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:117) at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleController.java:77) at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleController.java:72) at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:31) at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35) at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49) at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65) at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.java:140) at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.java:41) at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.lambda$execute$0(RootBuildLifecycleBuildActionExecutor.java:54) at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:130) at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:54) at org.gradle.internal.buildtree.InitDeprecationLoggingActionExecutor.execute(InitDeprecationLoggingActionExecutor.java:62) at org.gradle.internal.buildtree.InitProblems.execute(InitProblems.java:36) at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40) at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.lambda$execute$0(BuildTreeLifecycleBuildActionExecutor.java:71) at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:60) at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:71) at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:61) at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor$3.call(RunAsBuildOperationBuildActionExecutor.java:57) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:209) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:166) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:57) at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.lambda$execute$0(RunAsWorkerThreadBuildActionExecutor.java:36) at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:263) at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:127) at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36) at org.gradle.tooling.internal.provider.continuous.ContinuousBuildActionExecutor.execute(ContinuousBuildActionExecutor.java:110) at org.gradle.tooling.internal.provider.SubscribableBuildActionExecutor.execute(SubscribableBuildActionExecutor.java:64) at org.gradle.internal.session.DefaultBuildSessionContext.execute(DefaultBuildSessionContext.java:46) at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor$ActionImpl.apply(BuildSessionLifecycleBuildActionExecutor.java:92) at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor$ActionImpl.apply(BuildSessionLifecycleBuildActionExecutor.java:80) at org.gradle.internal.session.BuildSessionState.run(BuildSessionState.java:71) at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor.execute(BuildSessionLifecycleBuildActionExecutor.java:62) at org.gradle.internal.buildprocess.execution.BuildSessionLifecycleBuildActionExecutor.execute(BuildSessionLifecycleBuildActionExecutor.java:41) at org.gradle.internal.buildprocess.execution.StartParamsValidatingActionExecutor.execute(StartParamsValidatingActionExecutor.java:64) at org.gradle.internal.buildprocess.execution.StartParamsValidatingActionExecutor.execute(StartParamsValidatingActionExecutor.java:32) at org.gradle.internal.buildprocess.execution.SessionFailureReportingActionExecutor.execute(SessionFailureReportingActionExecutor.java:51) at org.gradle.internal.buildprocess.execution.SessionFailureReportingActionExecutor.execute(SessionFailureReportingActionExecutor.java:39) at org.gradle.internal.buildprocess.execution.SetupLoggingActionExecutor.execute(SetupLoggingActionExecutor.java:47) at org.gradle.internal.buildprocess.execution.SetupLoggingActionExecutor.execute(SetupLoggingActionExecutor.java:31) at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:70) at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:39) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:29) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:35) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.ForwardClientInput.lambda$execute$0(ForwardClientInput.java:40) at org.gradle.internal.daemon.clientinput.ClientInputForwarder.forwardInput(ClientInputForwarder.java:80) at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.LogAndCheckHealth.execute(LogAndCheckHealth.java:64) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:63) at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:84) at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:37) at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:104) at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:52) at org.gradle.launcher.daemon.server.DaemonStateCoordinator.lambda$runCommand$0(DaemonStateCoordinator.java:321) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:48) ``` ### Reproducer https://github.com/DorianBajorek/book-ui branch remove-camera ### Screenshots and Videos _No response_
{ "login": "migueldaipre", "id": 21174859, "node_id": "MDQ6VXNlcjIxMTc0ODU5", "avatar_url": "https://avatars.githubusercontent.com/u/21174859?v=4", "gravatar_id": "", "url": "https://api.github.com/users/migueldaipre", "html_url": "https://github.com/migueldaipre", "followers_url": "https://api.github.com/users/migueldaipre/followers", "following_url": "https://api.github.com/users/migueldaipre/following{/other_user}", "gists_url": "https://api.github.com/users/migueldaipre/gists{/gist_id}", "starred_url": "https://api.github.com/users/migueldaipre/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/migueldaipre/subscriptions", "organizations_url": "https://api.github.com/users/migueldaipre/orgs", "repos_url": "https://api.github.com/users/migueldaipre/repos", "events_url": "https://api.github.com/users/migueldaipre/events{/privacy}", "received_events_url": "https://api.github.com/users/migueldaipre/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47611/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47611/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47610
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47610/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47610/comments
https://api.github.com/repos/facebook/react-native/issues/47610/events
https://github.com/facebook/react-native/pull/47610
2,658,925,078
PR_kwDOAbrxp86B7T3H
47,610
Migrate com.facebook.react.views.text.ReactSwipeRefreshLayout to Kotlin
{ "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.com/users/fabriziocucci/followers", "following_url": "https://api.github.com/users/fabriziocucci/following{/other_user}", "gists_url": "https://api.github.com/users/fabriziocucci/gists{/gist_id}", "starred_url": "https://api.github.com/users/fabriziocucci/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fabriziocucci/subscriptions", "organizations_url": "https://api.github.com/users/fabriziocucci/orgs", "repos_url": "https://api.github.com/users/fabriziocucci/repos", "events_url": "https://api.github.com/users/fabriziocucci/events{/privacy}", "received_events_url": "https://api.github.com/users/fabriziocucci/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-14T14:06:29
2024-11-14T17:38:53
2024-11-14T17:38:39
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47610", "html_url": "https://github.com/facebook/react-native/pull/47610", "diff_url": "https://github.com/facebook/react-native/pull/47610.diff", "patch_url": "https://github.com/facebook/react-native/pull/47610.patch", "merged_at": null }
Summary: As per title. Changelog: [Internal] Reviewed By: tdn120 Differential Revision: D65661766
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47610/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47610/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47609
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47609/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47609/comments
https://api.github.com/repos/facebook/react-native/issues/47609/events
https://github.com/facebook/react-native/issues/47609
2,658,650,345
I_kwDOAbrxp86ed8jp
47,609
ScrollView not scrolling after upgrading to react-native 0.76.1
{ "login": "iamrohitagg", "id": 47571063, "node_id": "MDQ6VXNlcjQ3NTcxMDYz", "avatar_url": "https://avatars.githubusercontent.com/u/47571063?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iamrohitagg", "html_url": "https://github.com/iamrohitagg", "followers_url": "https://api.github.com/users/iamrohitagg/followers", "following_url": "https://api.github.com/users/iamrohitagg/following{/other_user}", "gists_url": "https://api.github.com/users/iamrohitagg/gists{/gist_id}", "starred_url": "https://api.github.com/users/iamrohitagg/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/iamrohitagg/subscriptions", "organizations_url": "https://api.github.com/users/iamrohitagg/orgs", "repos_url": "https://api.github.com/users/iamrohitagg/repos", "events_url": "https://api.github.com/users/iamrohitagg/events{/privacy}", "received_events_url": "https://api.github.com/users/iamrohitagg/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1113219655, "node_id": "MDU6TGFiZWwxMTEzMjE5NjU1", "url": "https://api.github.com/repos/facebook/react-native/labels/Component:%20ScrollView", "name": "Component: ScrollView", "color": "fef2c0", "default": false, "description": "" }, { "id": 1794148631, "node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback", "name": "Needs: Author Feedback", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1794376073, "node_id": "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 the issue." } ]
closed
false
null
[]
null
4
2024-11-14T12:18:59
2025-01-04T19:17:19
2024-12-27T05:02:10
NONE
null
null
null
null
### Description I have a view wrapping FlatList and the component containing corresponding. But after the recent upgrade to react-native 0.76.1 has caused the issue for us. The component looks something like this ``` <View> <FlatList/> <Button /> <Button /> ``` The issue is that I am seeing the button only when the user taps somewhere on FlatList. ### Steps to reproduce Same as description ### React Native Version 0.76.1 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text System: OS: macOS 15.1 CPU: (8) arm64 Apple M1 Memory: 99.00 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.9.0 path: /usr/local/bin/node Yarn: version: 1.22.22 path: /usr/local/bin/yarn npm: version: 10.1.0 path: /usr/local/bin/npm Watchman: Not Found Managers: CocoaPods: version: 1.14.3 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: API Levels: - "28" - "29" - "30" - "31" - "33" - "34" - "35" Build Tools: - 29.0.2 - 30.0.2 - 30.0.3 - 31.0.0 - 33.0.0 - 33.0.1 - 34.0.0 - 34.0.0 - 34.0.0 - 34.0.0 - 35.0.0 - 35.0.0 - 35.0.0 - 35.0.0 System Images: - android-34 | Google Play ARM 64 v8a - android-TiramisuPrivacySandbox | Google Play ARM 64 v8a - android-UpsideDownCakePrivacySandbox | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12550806 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 20.0.2 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: 15.0.0 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false ``` ### Stacktrace or Logs ```text No stacktrace ``` ### Reproducer n/a ### Screenshots and Videos _No response_
{ "login": "iamrohitagg", "id": 47571063, "node_id": "MDQ6VXNlcjQ3NTcxMDYz", "avatar_url": "https://avatars.githubusercontent.com/u/47571063?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iamrohitagg", "html_url": "https://github.com/iamrohitagg", "followers_url": "https://api.github.com/users/iamrohitagg/followers", "following_url": "https://api.github.com/users/iamrohitagg/following{/other_user}", "gists_url": "https://api.github.com/users/iamrohitagg/gists{/gist_id}", "starred_url": "https://api.github.com/users/iamrohitagg/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/iamrohitagg/subscriptions", "organizations_url": "https://api.github.com/users/iamrohitagg/orgs", "repos_url": "https://api.github.com/users/iamrohitagg/repos", "events_url": "https://api.github.com/users/iamrohitagg/events{/privacy}", "received_events_url": "https://api.github.com/users/iamrohitagg/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47609/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/47609/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47608
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47608/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47608/comments
https://api.github.com/repos/facebook/react-native/issues/47608/events
https://github.com/facebook/react-native/pull/47608
2,658,447,012
PR_kwDOAbrxp86B57Ny
47,608
Use `folly::fileops` qualified name lookup
{ "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", "following_url": "https://api.github.com/users/javache/following{/other_user}", "gists_url": "https://api.github.com/users/javache/gists{/gist_id}", "starred_url": "https://api.github.com/users/javache/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/javache/subscriptions", "organizations_url": "https://api.github.com/users/javache/orgs", "repos_url": "https://api.github.com/users/javache/repos", "events_url": "https://api.github.com/users/javache/events{/privacy}", "received_events_url": "https://api.github.com/users/javache/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
7
2024-11-14T10:58:21
2024-11-20T14:34:13
2024-11-20T14:31:34
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47608", "html_url": "https://github.com/facebook/react-native/pull/47608", "diff_url": "https://github.com/facebook/react-native/pull/47608.diff", "patch_url": "https://github.com/facebook/react-native/pull/47608.patch", "merged_at": null }
Summary: This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: fileops2 Autodiff partition: xplat.js.react-native-github.packages.react-native.ReactCommon.cxxreact Autodiff bookmark: ad.fileops2.xplat.js.react-native-github.packages.react-native.ReactCommon.cxxreact This updates `open`, `close`, `read`, `write`, and `pipe` call sites to use `folly::fileops` qualified name lookup. This is the 2nd phase in a 3-phase change to remove folly's global definitions of the posix functions that conflict with windows CRT. The 1st phase created namespaces for folly's posix functions. The 2nd phase updates callsites to use the qualified name of folly's `open`, `close`, `read`, `write`, and `pipe` functions. The 3rd and final phase will remove folly's globally defined posix functions and have windows CRT define them again. **What is the reason for this change?** Folly's global definitions of posix functions on Windows causes `#include` order issues if folly is not included first. For example, when `gtest/gtest.h` is included before folly, gtest includes `windows.h` and that declares `open`, `read`, and `chdir`, which creates ambiguous references to folly's `open`, `read`, and `chdir`. Another example is where posix functions go undeclared when `folly/portability/windows.h` is included without other portability headers (e.g., `folly/portability/unistd.h`). `folly/portability/windows.h` includes `windows.h` in a way that only underscore versions of the posix functions are available (e.g., `_open`, `_close`). These issues create friction for windows development. **Background: What is the purpose of `folly::portability::{fcntl,stdlib,sysstat,unistd}`?** It is a portability layer to make posix functions available and behave consistently across platforms. Some posix functions don't exist on windows (e.g., `sysconf`). Some other posix functions, folly changes to adapt behavior across platforms. For example, on windows folly defines `open`, `read`, `write`, and `close` functions to work with sockets. Folly makes these functions available in the global scope for convenience. Changelog: [Internal] Differential Revision: D65855147
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47608/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47608/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47607
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47607/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47607/comments
https://api.github.com/repos/facebook/react-native/issues/47607/events
https://github.com/facebook/react-native/issues/47607
2,658,271,071
I_kwDOAbrxp86ecf9f
47,607
android cannot display webp
{ "login": "nianxiongdi", "id": 41629087, "node_id": "MDQ6VXNlcjQxNjI5MDg3", "avatar_url": "https://avatars.githubusercontent.com/u/41629087?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nianxiongdi", "html_url": "https://github.com/nianxiongdi", "followers_url": "https://api.github.com/users/nianxiongdi/followers", "following_url": "https://api.github.com/users/nianxiongdi/following{/other_user}", "gists_url": "https://api.github.com/users/nianxiongdi/gists{/gist_id}", "starred_url": "https://api.github.com/users/nianxiongdi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nianxiongdi/subscriptions", "organizations_url": "https://api.github.com/users/nianxiongdi/orgs", "repos_url": "https://api.github.com/users/nianxiongdi/repos", "events_url": "https://api.github.com/users/nianxiongdi/events{/privacy}", "received_events_url": "https://api.github.com/users/nianxiongdi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 870851515, "node_id": "MDU6TGFiZWw4NzA4NTE1MTU=", "url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20Android", "name": "Platform: Android", "color": "1d76db", "default": false, "description": "Android applications." }, { "id": 1794376073, "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 the issue." }, { "id": 4139937040, "node_id": "LA_kwDOAbrxp872wm0Q", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Answered", "name": "Resolution: Answered", "color": "C2E0C6", "default": false, "description": "When the issue is resolved with a simple answer" } ]
closed
false
null
[]
null
6
2024-11-14T09:57:33
2024-12-03T14:16:50
2024-12-03T14:16:45
CONTRIBUTOR
null
null
null
null
### Description ```jsx <Image style={{width: 100, height: 100}} source={{uri: 'https://xxx.webp'}}/> ``` ### Steps to reproduce 1. add dependecy in build.gradle file. ```js // For animated GIF support implementation 'com.facebook.fresco:animated-gif:3.1.3' // For WebP support, including animated WebP implementation 'com.facebook.fresco:animated-webp:3.1.3' implementation 'com.facebook.fresco:webpsupport:3.1.3' // For WebP support, without animations implementation 'com.facebook.fresco:webpsupport:3.1.3' ``` 2. `./gradlew clean build` ```js FAILURE: Build failed with an exception. * Where: Build file '/Users/didi/Desktop/data/test123/11/Awesome/android/build.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'Awesome'. > Could not find method implementation() for arguments [com.facebook.fresco:animated-base-support:1.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 746ms error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * Where: Build file '/Users/didi/Desktop/data/test123/11/Awesome/android/build.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'Awesome'. > Could not find method implementation() for arguments [com.facebook.fresco:animated-base-support:1.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 746ms. info Run CLI with --verbose flag for more details. ``` 3. If you run `npm run android`. directly, the static image will be displayed. ### React Native Version 0.76.1 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text info Fetching system and libraries information... System: OS: macOS 14.5 CPU: (12) arm64 Apple M3 Pro Memory: 83.16 MB / 18.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.11.0 path: ~/.nvm/versions/node/v20.11.0/bin/node Yarn: version: 1.22.22 path: ~/.nvm/versions/node/v20.11.0/bin/yarn npm: version: 10.2.4 path: ~/.nvm/versions/node/v20.11.0/bin/npm Watchman: version: 2024.08.26.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.5 - iOS 17.5 - macOS 14.5 - tvOS 17.5 - visionOS 1.2 - watchOS 10.5 Android SDK: Not Found IDEs: Android Studio: 2024.1 AI-241.18034.62.2412.12266719 Xcode: version: 15.4/15F31d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0-alpha.2 wanted: 15.0.0-alpha.2 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.0 wanted: 0.76.0 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true info React Native v0.76.1 is now available (your project is running on v0.76.0). info Changelog: https://github.com/facebook/react-native/releases/tag/v0.76.1 info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.76.0&to=0.76.1 info For more info, check out "https://reactnative.dev/docs/upgrading?os=macos". ``` ### Stacktrace or Logs ```text FAILURE: Build failed with an exception. * Where: Build file '/Users/didi/Desktop/data/test123/11/Awesome/android/build.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'Awesome'. > Could not find method implementation() for arguments [com.facebook.fresco:animated-base-support:1.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 746ms error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * Where: Build file '/Users/didi/Desktop/data/test123/11/Awesome/android/build.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'Awesome'. > Could not find method implementation() for arguments [com.facebook.fresco:animated-base-support:1.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 746ms. info Run CLI with --verbose flag for more details. ``` ### Reproducer none ### Screenshots and Videos _No response_
{ "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/cortinico/followers", "following_url": "https://api.github.com/users/cortinico/following{/other_user}", "gists_url": "https://api.github.com/users/cortinico/gists{/gist_id}", "starred_url": "https://api.github.com/users/cortinico/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cortinico/subscriptions", "organizations_url": "https://api.github.com/users/cortinico/orgs", "repos_url": "https://api.github.com/users/cortinico/repos", "events_url": "https://api.github.com/users/cortinico/events{/privacy}", "received_events_url": "https://api.github.com/users/cortinico/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47607/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47607/timeline
null
not_planned
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47606
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47606/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47606/comments
https://api.github.com/repos/facebook/react-native/issues/47606/events
https://github.com/facebook/react-native/issues/47606
2,658,266,205
I_kwDOAbrxp86ecexd
47,606
RN v0.76.1 | Issue with codegenartifactschema for brownfield application
{ "login": "sandeep36butte", "id": 14840130, "node_id": "MDQ6VXNlcjE0ODQwMTMw", "avatar_url": "https://avatars.githubusercontent.com/u/14840130?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sandeep36butte", "html_url": "https://github.com/sandeep36butte", "followers_url": "https://api.github.com/users/sandeep36butte/followers", "following_url": "https://api.github.com/users/sandeep36butte/following{/other_user}", "gists_url": "https://api.github.com/users/sandeep36butte/gists{/gist_id}", "starred_url": "https://api.github.com/users/sandeep36butte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sandeep36butte/subscriptions", "organizations_url": "https://api.github.com/users/sandeep36butte/orgs", "repos_url": "https://api.github.com/users/sandeep36butte/repos", "events_url": "https://api.github.com/users/sandeep36butte/events{/privacy}", "received_events_url": "https://api.github.com/users/sandeep36butte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4139937040, "node_id": "LA_kwDOAbrxp872wm0Q", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Answered", "name": "Resolution: Answered", "color": "C2E0C6", "default": false, "description": "When the issue is resolved with a simple answer" } ]
closed
false
null
[]
null
9
2024-11-14T09:55:59
2025-06-09T22:05:54
2024-11-14T10:36:41
NONE
null
null
null
null
### Description I added couple of dependencies react-native-vision-camera and react-native-worklets-core when building the application getting error realted to codegen folder not present.But for react-native-worklets-core even before the task:generateCodegenArtifactsFromSchema run the cmake autogerenated file trying to link it.So getting error since the codegen file is still not there in the build folder. Might I have a setup wrongly configured or missed something to schedule the codegenartifiactsschema to run before the cmake linking of files. generatecodegenartifactschema running for vision-camera fine. **FYI: Same setup works fine with newArch disabled or project bootstrapped with npx react-native init** <img width="1148" alt="Screenshot 2024-11-14 at 3 05 03 PM" src="https://github.com/user-attachments/assets/e040f96d-7a57-4235-95f2-1441f44cfb28"> <img width="1439" alt="Screenshot 2024-11-14 at 3 06 02 PM" src="https://github.com/user-attachments/assets/44ae36a7-3897-432b-a014-a3026334bc63"> ### Steps to reproduce This is the brownfield app. Git clone the repo: https://github.com/sandeep36butte/RNBrownFeldApp yarn start and run on android ### React Native Version 0.76.1 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text info Fetching system and libraries information... System: OS: macOS 14.2.1 CPU: (10) arm64 Apple M1 Pro Memory: 158.83 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.0 path: ~/.nvm/versions/node/v18.18.0/bin/node Yarn: version: 1.22.22 path: ~/.nvm/versions/node/v18.18.0/bin/yarn npm: version: 9.8.1 path: ~/.nvm/versions/node/v18.18.0/bin/npm Watchman: version: 2024.09.09.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 23.2 - iOS 17.2 - macOS 14.2 - tvOS 17.2 - watchOS 10.2 Android SDK: Not Found IDEs: Android Studio: 2024.1 AI-241.18034.62.2412.12266719 Xcode: version: 15.1/15C65 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: 15.0.0 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: Not found newArchEnabled: Not found ``` ### Stacktrace or Logs ```text 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using /Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/ReactNative/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup/CMakeLists.txt: -- The C compiler identification is Clang 17.0.2 -- The CXX compiler identification is Clang 17.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Users/sandeep/Library/Android/sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Users/sandeep/Library/Android/sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring incomplete, errors occurred! See also "/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/.cxx/Debug/436n5v2g/arm64-v8a/CMakeFiles/CMakeOutput.log". C++ build system [configure] failed while executing: /Users/sandeep/Library/Android/sdk/cmake/3.22.1/bin/cmake \ -H/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/ReactNative/node_modules/react-native/ReactAndroid/cmake-utils/default-app-setup \ -DCMAKE_SYSTEM_NAME=Android \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ -DCMAKE_SYSTEM_VERSION=24 \ -DANDROID_PLATFORM=android-24 \ -DANDROID_ABI=arm64-v8a \ -DCMAKE_ANDROID_ARCH_ABI=arm64-v8a \ -DANDROID_NDK=/Users/sandeep/Library/Android/sdk/ndk/26.1.10909125 \ -DCMAKE_ANDROID_NDK=/Users/sandeep/Library/Android/sdk/ndk/26.1.10909125 \ -DCMAKE_TOOLCHAIN_FILE=/Users/sandeep/Library/Android/sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake \ -DCMAKE_MAKE_PROGRAM=/Users/sandeep/Library/Android/sdk/cmake/3.22.1/bin/ninja \ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/build/intermediates/cxx/Debug/436n5v2g/obj/arm64-v8a \ -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/build/intermediates/cxx/Debug/436n5v2g/obj/arm64-v8a \ -DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_FIND_ROOT_PATH=/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/.cxx/Debug/436n5v2g/prefab/arm64-v8a/prefab \ -B/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/.cxx/Debug/436n5v2g/arm64-v8a \ -GNinja \ -DPROJECT_BUILD_DIR=/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/build \ -DREACT_ANDROID_DIR=/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/ReactNative/node_modules/react-native/ReactAndroid \ -DANDROID_STL=c++_shared \ -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=ON from /Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app CMake Error at /Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/Android/app/build/generated/autolinking/src/main/jni/Android-autolinking.cmake:10 (add_subdirectory): add_subdirectory given source "/Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/ReactNative/node_modules/react-native-worklets-core/android/build/generated/source/codegen/jni/" which is not an existing directory. Call Stack (most recent call first): /Users/sandeep/rn-packages/newHybirdapp/RNBrownFeldApp/ReactNative/node_modules/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake:86 (include) CMakeLists.txt:31 (include) ``` ### Reproducer https://github.com/sandeep36butte/RNBrownFeldApp/tree/main ### Screenshots and Videos _No response_
{ "login": "sandeep36butte", "id": 14840130, "node_id": "MDQ6VXNlcjE0ODQwMTMw", "avatar_url": "https://avatars.githubusercontent.com/u/14840130?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sandeep36butte", "html_url": "https://github.com/sandeep36butte", "followers_url": "https://api.github.com/users/sandeep36butte/followers", "following_url": "https://api.github.com/users/sandeep36butte/following{/other_user}", "gists_url": "https://api.github.com/users/sandeep36butte/gists{/gist_id}", "starred_url": "https://api.github.com/users/sandeep36butte/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sandeep36butte/subscriptions", "organizations_url": "https://api.github.com/users/sandeep36butte/orgs", "repos_url": "https://api.github.com/users/sandeep36butte/repos", "events_url": "https://api.github.com/users/sandeep36butte/events{/privacy}", "received_events_url": "https://api.github.com/users/sandeep36butte/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47606/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47606/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47605
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47605/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47605/comments
https://api.github.com/repos/facebook/react-native/issues/47605/events
https://github.com/facebook/react-native/pull/47605
2,658,157,171
PR_kwDOAbrxp86B5JxJ
47,605
move reference to RuntimeScheduler to pointer
{ "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-SC/followers", "following_url": "https://api.github.com/users/sammy-SC/following{/other_user}", "gists_url": "https://api.github.com/users/sammy-SC/gists{/gist_id}", "starred_url": "https://api.github.com/users/sammy-SC/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sammy-SC/subscriptions", "organizations_url": "https://api.github.com/users/sammy-SC/orgs", "repos_url": "https://api.github.com/users/sammy-SC/repos", "events_url": "https://api.github.com/users/sammy-SC/events{/privacy}", "received_events_url": "https://api.github.com/users/sammy-SC/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-14T09:25:08
2024-11-15T14:36:58
2024-11-15T14:36:47
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47605", "html_url": "https://github.com/facebook/react-native/pull/47605", "diff_url": "https://github.com/facebook/react-native/pull/47605.diff", "patch_url": "https://github.com/facebook/react-native/pull/47605.patch", "merged_at": null }
Summary: changelog: [internal] use a pointer to RuntimeScheduler instead of getting a reference to it from context container each time. Differential Revision: D65909100
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47605/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47605/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47604
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47604/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47604/comments
https://api.github.com/repos/facebook/react-native/issues/47604/events
https://github.com/facebook/react-native/pull/47604
2,658,155,303
PR_kwDOAbrxp86B5JXH
47,604
synchronise dispatching of view commands through RuntimeScheduler
{ "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-SC/followers", "following_url": "https://api.github.com/users/sammy-SC/following{/other_user}", "gists_url": "https://api.github.com/users/sammy-SC/gists{/gist_id}", "starred_url": "https://api.github.com/users/sammy-SC/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sammy-SC/subscriptions", "organizations_url": "https://api.github.com/users/sammy-SC/orgs", "repos_url": "https://api.github.com/users/sammy-SC/repos", "events_url": "https://api.github.com/users/sammy-SC/events{/privacy}", "received_events_url": "https://api.github.com/users/sammy-SC/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
7
2024-11-14T09:24:13
2024-11-16T16:26:27
2024-11-16T16:26:15
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47604", "html_url": "https://github.com/facebook/react-native/pull/47604", "diff_url": "https://github.com/facebook/react-native/pull/47604.diff", "patch_url": "https://github.com/facebook/react-native/pull/47604.patch", "merged_at": null }
Summary: ## Changelog: [iOS] [Fixed] - Fixed use of view commands from layout effects Mounting of views is delayed by runtime scheduler to allow React to run layout effects. Execution of view commands must by queued together with mounting of views, otherwise it might be executed before views are mounted. When this happens, view commands are ignored. So before, if view command was executed from layout effect (or ref function), it would get dispatched to the UI thread as quickly as possible. But mounting of views would be delayed. To fix this, both mounting of views and view commands are put on the same queue inside of RuntimeScheduler. ## What about Android? Android employs a [retry mechanism](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountItemDispatcher.java#L211) that was needed for react tag based view commands. In paper, one could send a view command to a react tag which was completely disconnected from whether a view exists or not. iOS was built with ref commands in mind, so it doesn't have this mechanism. Fixes: https://github.com/facebook/react-native/issues/47576 Differential Revision: D65909191
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47604/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47604/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47603
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47603/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47603/comments
https://api.github.com/repos/facebook/react-native/issues/47603/events
https://github.com/facebook/react-native/pull/47603
2,658,100,245
PR_kwDOAbrxp86B49ct
47,603
com.facebook.react.modules.intent.IntentModule.java
{ "login": "alanleedev", "id": 42583872, "node_id": "MDQ6VXNlcjQyNTgzODcy", "avatar_url": "https://avatars.githubusercontent.com/u/42583872?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alanleedev", "html_url": "https://github.com/alanleedev", "followers_url": "https://api.github.com/users/alanleedev/followers", "following_url": "https://api.github.com/users/alanleedev/following{/other_user}", "gists_url": "https://api.github.com/users/alanleedev/gists{/gist_id}", "starred_url": "https://api.github.com/users/alanleedev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alanleedev/subscriptions", "organizations_url": "https://api.github.com/users/alanleedev/orgs", "repos_url": "https://api.github.com/users/alanleedev/repos", "events_url": "https://api.github.com/users/alanleedev/events{/privacy}", "received_events_url": "https://api.github.com/users/alanleedev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
5
2024-11-14T08:58:09
2024-11-15T00:32:57
2024-11-15T00:32:45
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47603", "html_url": "https://github.com/facebook/react-native/pull/47603", "diff_url": "https://github.com/facebook/react-native/pull/47603.diff", "patch_url": "https://github.com/facebook/react-native/pull/47603.patch", "merged_at": null }
Summary: Convert Java to Kotlin Changelog: [Internal] Reviewed By: tdn120 Differential Revision: D65874900
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47603/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47603/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47602
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47602/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47602/comments
https://api.github.com/repos/facebook/react-native/issues/47602/events
https://github.com/facebook/react-native/issues/47602
2,657,979,160
I_kwDOAbrxp86ebYsY
47,602
I crashed at started in IOS not in android in testfligth
{ "login": "wogno", "id": 31076843, "node_id": "MDQ6VXNlcjMxMDc2ODQz", "avatar_url": "https://avatars.githubusercontent.com/u/31076843?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wogno", "html_url": "https://github.com/wogno", "followers_url": "https://api.github.com/users/wogno/followers", "following_url": "https://api.github.com/users/wogno/following{/other_user}", "gists_url": "https://api.github.com/users/wogno/gists{/gist_id}", "starred_url": "https://api.github.com/users/wogno/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wogno/subscriptions", "organizations_url": "https://api.github.com/users/wogno/orgs", "repos_url": "https://api.github.com/users/wogno/repos", "events_url": "https://api.github.com/users/wogno/events{/privacy}", "received_events_url": "https://api.github.com/users/wogno/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": "MDU6TGFiZWw4NzA4NTE1MTU=", "url": "https://api.github.com/repos/facebook/react-native/labels/Platform:%20Android", "name": "Platform: Android", "color": "1d76db", "default": false, "description": "Android applications." }, { "id": 1794376073, "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 the issue." }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." } ]
closed
false
null
[]
null
8
2024-11-14T08:12:23
2025-04-06T11:20:07
2024-12-16T05:01:22
NONE
null
null
null
null
### Description My app worked well in development environnement, and with run release, but when submitted in TestFlight app crashed Incident Identifier: B98FEE63-9E2B-45DC-A6E3-A22E503B501E Distributor ID: com.apple.TestFlight Hardware Model: iPhone12,3 Process: AppName [1609] Path: /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/AppName Identifier: com.company.xxx Version: 2.0.1 (26) AppStoreTools: 16B39 AppVariant: 1:iPhone12,3:17.4 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.company.xxx [992] Date/Time: 2024-11-13 23:02:14.7723 +0000 Launch Time: 2024-11-13 23:02:13.0576 +0000 OS Version: iPhone OS 17.5.1 (21F90) Release Type: User Baseband Version: 5.00.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: AppName [1609] Triggered by Thread: 2 Last Exception Backtrace: 0 CoreFoundation 0x1904d4f20 __exceptionPreprocess + 164 (NSException.m:249) 1 libobjc.A.dylib 0x18838a018 objc_exception_throw + 60 (objc-exception.mm:356) 2 AppName 0x104d44afc RCTFatal + 568 (RCTAssert.m:147) 3 AppName 0x104dbc888 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 488 (RCTExceptionsManager.mm:82) 4 AppName 0x104dbd098 -[RCTExceptionsManager reportException:] + 1304 (RCTExceptionsManager.mm:154) 5 CoreFoundation 0x190471814 __invoking___ + 148 (:-1) 6 CoreFoundation 0x190470860 -[NSInvocation invoke] + 428 (NSForwarding.m:3411) 7 CoreFoundation 0x1904e71dc -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3508) 8 AppName 0x104d7a4bc -[RCTModuleMethod invokeWithBridge:module:arguments:] + 388 (RCTModuleMethod.mm:584) 9 AppName 0x104d7c610 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 456 (RCTNativeModule.mm:196) 10 AppName 0x104d7c268 facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)::$_0::operator()() const + 68 (RCTNativeModule.mm:113) 11 AppName 0x104d7c268 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 112 (RCTNativeModule.mm:104) 12 libdispatch.dylib 0x19837813c _dispatch_call_block_and_release + 32 (init.c:1530) 13 libdispatch.dylib 0x198379dd4 _dispatch_client_callout + 20 (object.m:576) 14 libdispatch.dylib 0x198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 15 libdispatch.dylib 0x198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 16 libdispatch.dylib 0x19838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 17 libdispatch.dylib 0x19838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 18 libsystem_pthread.dylib 0x1ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 19 libsystem_pthread.dylib 0x1ed3280cc start_wqthread + 8 (:-1) Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 GraphicsServices 0x00000001d53541a8 GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x0000000192adc90c -[UIApplication _run] + 888 (UIApplication.m:3713) 9 UIKitCore 0x0000000192b909d0 UIApplicationMain + 340 (UIApplication.m:5303) 10 AppName 0x0000000104a141c4 main + 80 (main.m:8) 11 dyld 0x00000001b3b55e4c start + 2240 (dyldMain.cpp:1298) Thread 1: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 2 name: Thread 2 Crashed: 0 libsystem_kernel.dylib 0x00000001d958f42c __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32ec0c pthread_kill + 268 (pthread.c:1721) 2 libsystem_c.dylib 0x0000000198432ba0 abort + 180 (abort.c:118) 3 libc++abi.dylib 0x00000001ed24cca4 abort_message + 132 (abort_message.cpp:78) 4 libc++abi.dylib 0x00000001ed23ce5c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77) 5 libobjc.A.dylib 0x00000001883a5e2c _objc_terminate() + 144 (objc-exception.mm:496) 6 libc++abi.dylib 0x00000001ed24c068 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x00000001ed24c00c std::terminate() + 108 (cxa_handlers.cpp:88) 8 libdispatch.dylib 0x0000000198379de8 _dispatch_client_callout + 40 (object.m:579) 9 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 10 libdispatch.dylib 0x0000000198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 11 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 12 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 13 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 14 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 3: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 4: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x000000018f3c4e4c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018f3c4c9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x0000000192af0640 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1207) 10 Foundation 0x000000018f3db718 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 12 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001d9589958 __fcntl + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9589924 fcntl + 88 (fcntl-base.c:84) 2 libsqlite3.dylib 0x00000001ba355a94 unixSync + 200 (sqlite3.c:44599) 3 libsqlite3.dylib 0x00000001ba3a4724 pagerWalFrames + 1316 (sqlite3.c:66940) 4 libsqlite3.dylib 0x00000001ba355614 sqlite3PagerCommitPhaseOne + 316 (sqlite3.c:70256) 5 libsqlite3.dylib 0x00000001ba345d68 sqlite3BtreeCommitPhaseOne + 172 (sqlite3.c:80934) 6 libsqlite3.dylib 0x00000001ba345930 vdbeCommit + 1136 (sqlite3.c:93952) 7 libsqlite3.dylib 0x00000001ba31ec60 sqlite3VdbeHalt + 1352 (sqlite3.c:94362) 8 libsqlite3.dylib 0x00000001ba33fb50 sqlite3VdbeExec + 42536 (sqlite3.c:101084) 9 libsqlite3.dylib 0x00000001ba334c6c sqlite3_step + 964 (sqlite3.c:97699) 10 libsqlite3.dylib 0x00000001ba3118cc sqlite3_exec + 368 (sqlite3.c:142129) 11 CFNetwork 0x0000000191667288 -[_NSHTTPAlternativeServicesStorage _createDBSchemaForPath:] + 536 (HTTPAlternativeServicesStorage.mm:855) 12 CFNetwork 0x00000001915ae6b4 -[_NSHTTPAlternativeServicesStorage _onqueue_initializeDatabaseIfNotEmpty:] + 420 (HTTPAlternativeServicesStorage.mm:416) 13 CFNetwork 0x00000001915ae134 __66-[_NSHTTPAlternativeServicesStorage HTTPServiceEntriesWithFilter:]_block_invoke + 56 (HTTPAlternativeServicesStorage.mm:443) 14 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 15 libdispatch.dylib 0x00000001983892c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1100) 16 CFNetwork 0x00000001915adf44 -[_NSHTTPAlternativeServicesStorage HTTPServiceEntriesWithFilter:] + 208 (HTTPAlternativeServicesStorage.mm:442) 17 CFNetwork 0x00000001915acfe0 TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) + 344 (TubeManager.cpp:416) 18 CFNetwork 0x00000001915acab0 invocation function for block in XTubeManager::enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, CoreSchedulingSet const*) + 440 (LocalSession.mm:212) 19 CFNetwork 0x00000001915ac538 XTubeManager::withTubeManager(CoreSchedulingSet const*, void (GlueTubeManager*) block_pointer) + 552 (LocalSession.mm:270) 20 CFNetwork 0x00000001915a69d8 HTTPProtocol::asynchronouslyCreateAndOpenStream_WithMessage_AfterCookiesAndAuthenticatorHeaders(__CFHTTPMessage*) + 4436 (HTTPProtocol.cpp:3207) 21 CFNetwork 0x00000001916585a8 HTTPProtocol::asynchronouslyAddAuthenticatorHeadersAndContinue(__CFHTTPMessage*) + 132 (HTTPProtocol.cpp:0) 22 CFNetwork 0x00000001916584f8 invocation function for block in HTTPProtocol::asynchronouslyAddCookiesAndContinue(__CFHTTPMessage*) + 32 (HTTPProtocol.cpp:3661) 23 CFNetwork 0x0000000191657604 invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 60 (CoreSchedulingSet.mm:156) 24 libdispatch.dylib 0x000000019837813c _dispatch_call_block_and_release + 32 (init.c:1530) 25 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 26 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 27 libdispatch.dylib 0x0000000198381f64 _dispatch_lane_invoke + 432 (queue.c:3991) 28 libdispatch.dylib 0x0000000198383284 _dispatch_workloop_invoke + 1756 (queue.c:4570) 29 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 30 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 31 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 32 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001d958c338 fsync + 8 (:-1) 1 AppName 0x00000001059e11a4 full_fsync + 44 (sqlite3.c:41714) 2 AppName 0x00000001059e11a4 unixSync + 72 (sqlite3.c:41815) 3 AppName 0x00000001059e6838 sqlite3OsSync + 12 (sqlite3.c:25876) 4 AppName 0x00000001059e6838 syncJournal + 396 (sqlite3.c:61099) 5 AppName 0x00000001059d3fd4 sqlite3PagerCommitPhaseOne + 316 (sqlite3.c:63352) 6 AppName 0x00000001059d4314 sqlite3BtreeCommitPhaseOne + 176 (sqlite3.c:74438) 7 AppName 0x00000001059f238c vdbeCommit + 748 (sqlite3.c:87363) 8 AppName 0x00000001059f1ae4 sqlite3VdbeHalt + 784 (sqlite3.c:87773) 9 AppName 0x00000001059fcdf0 sqlite3VdbeExec + 33304 (sqlite3.c:93960) 10 AppName 0x00000001059d1d30 sqlite3Step + 284 (sqlite3.c:90771) 11 AppName 0x00000001059d1d30 sqlite3_step + 392 (sqlite3.c:90832) 12 AppName 0x0000000105b2e54c -[APMSqliteStore executeSQLStatement:error:] + 96 13 AppName 0x0000000105b2e4c4 -[APMSqliteStore executeSQL:error:] + 132 14 AppName 0x0000000105b2befc -[APMSqliteStore ensureTableWithName:createSQL:requiredColumnNames:addOnColumns:error:] + 280 15 AppName 0x0000000105b2b3d0 -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:error:] + 1356 16 AppName 0x0000000105b2bb38 -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:modifyColumnInfo:error:] + 116 17 AppName 0x0000000105aada2c -[APMDatabase ensureAllTables] + 4676 18 AppName 0x0000000105aac668 -[APMDatabase initializeDatabaseResourcesWithContext:databasePath:error:] + 120 19 AppName 0x0000000105aa3908 -[APMDatabase initWithDatabaseName:persistedConfig:error:] + 172 20 AppName 0x0000000105acc1e0 __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 524 21 AppName 0x0000000105acbf0c -[APMMeasurement startMeasurementOnWorkerQueue] + 140 22 AppName 0x0000000105acb770 -[APMMeasurement setEnabledOnWorkerQueue:] + 216 23 AppName 0x0000000105acb688 __29-[APMMeasurement setEnabled:]_block_invoke + 36 24 AppName 0x0000000105b24f9c __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44 25 libdispatch.dylib 0x000000019837813c _dispatch_call_block_and_release + 32 (init.c:1530) 26 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 27 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 28 libdispatch.dylib 0x0000000198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 29 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 30 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 31 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 32 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 8: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 9: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 10: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 11: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 AppName 0x0000000104d5bef0 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:328) 8 Foundation 0x000000018f3db718 __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001a088a504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:45) 3 hermes 0x0000000106ffcf24 void std::__1::condition_variable::wait<hermes::vm::HadesGC::Executor::worker()::'lambda'()>(std::__1::unique_lock<std::__1::mutex>&, hermes::vm::HadesGC::Executor::worker()::'lambda'()) + 28 (__mutex_base:400) 4 hermes 0x0000000106ffcf24 hermes::vm::HadesGC::Executor::worker() + 116 (HadesGC.cpp:1062) 5 hermes 0x0000000106ffce8c hermes::vm::HadesGC::Executor::Executor()::'lambda'()::operator()() const + 4 (HadesGC.cpp:1033) 6 hermes 0x0000000106ffce8c decltype(std::declval<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>()()) std::__1::__invoke[abi:v160006]<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>(hermes::vm::HadesGC::Executo... + 4 (invoke.h:394) 7 hermes 0x0000000106ffce8c void std::__1::__thread_execute[abi:v160006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda... + 4 (thread:288) 8 hermes 0x0000000106ffce8c void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Exec... + 44 (thread:299) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 JavaScriptCore 0x00000001a7b570a4 scavenger_thread_main + 1512 (pas_scavenger.c:347) 3 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 4 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001a088a504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:45) 3 hermes 0x0000000106ffcf24 void std::__1::condition_variable::wait<hermes::vm::HadesGC::Executor::worker()::'lambda'()>(std::__1::unique_lock<std::__1::mutex>&, hermes::vm::HadesGC::Executor::worker()::'lambda'()) + 28 (__mutex_base:400) 4 hermes 0x0000000106ffcf24 hermes::vm::HadesGC::Executor::worker() + 116 (HadesGC.cpp:1062) 5 hermes 0x0000000106ffce8c hermes::vm::HadesGC::Executor::Executor()::'lambda'()::operator()() const + 4 (HadesGC.cpp:1033) 6 hermes 0x0000000106ffce8c decltype(std::declval<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>()()) std::__1::__invoke[abi:v160006]<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>(hermes::vm::HadesGC::Executo... + 4 (invoke.h:394) 7 hermes 0x0000000106ffce8c void std::__1::__thread_execute[abi:v160006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda... + 4 (thread:288) 8 hermes 0x0000000106ffce8c void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Exec... + 44 (thread:299) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 2 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x00000001ed2512c3 x5: 0x000000016b506810 x6: 0x000000000000006e x7: 0x0000000000000000 x8: 0x3a3c167f574e25c4 x9: 0x3a3c167e3c1e55c4 x10: 0x0000000000000200 x11: 0x000000016b506340 x12: 0x0000000000000000 x13: 0x00000000001ff800 x14: 0x0000000000000010 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x000000016b507000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000001907 x21: 0x000000016b5070e0 x22: 0x0000000000000114 x23: 0x000000016b5070e0 x24: 0x00000003005674e8 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000303e450c0 x28: 0x0000000000000000 fp: 0x000000016b506780 lr: 0x00000001ed32ec0c sp: 0x000000016b506760 pc: 0x00000001d958f42c cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x104a0c000 - 0x105f03fff AppName arm64 <e5352ff0d8bf3e9ba124020737411e38> /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/AppName 0x1065e4000 - 0x1065effff libobjc-trampolines.dylib arm64e <2e2c05f8377a30899ad91926d284dd03> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x106f30000 - 0x10712bfff hermes arm64 <58a2b46fbc4e34ae82ceef76dfdea9a8> /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/Frameworks/hermes.framework/hermes 0x188374000 - 0x1883c1f43 libobjc.A.dylib arm64e <53115e1fe35330d99e8a4e6e73489f05> /usr/lib/libobjc.A.dylib 0x18f2fd000 - 0x18fe72fff Foundation arm64e <3d3a12e3f5e9361fb00a4a5e8861aa55> /System/Library/Frameworks/Foundation.framework/Foundation 0x190451000 - 0x19097efff CoreFoundation arm64e <00e76a98210c3cb5930bf236807ff24c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x191587000 - 0x191963fff CFNetwork arm64e <a5124019e235371686c7e75cf0163945> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1926d2000 - 0x1941f2fff UIKitCore arm64e <1741fa374e53371e8daed611aab0043d> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x198376000 - 0x1983bcfff libdispatch.dylib arm64e <81d355df266a3010bab8113b76a206c1> /usr/lib/system/libdispatch.dylib 0x1983bd000 - 0x19843aff3 libsystem_c.dylib arm64e <b122f07fa15637f3a22d64627c0c4b24> /usr/lib/system/libsystem_c.dylib 0x1a087d000 - 0x1a0906fff libc++.1.dylib arm64e <badf6383449432f297ef716ea17420f6> /usr/lib/libc++.1.dylib 0x1a65fc000 - 0x1a7d2cf3f JavaScriptCore arm64e <52d2aba5f8113d4fb077afae7e6f44cc> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1b3b19000 - 0x1b3ba5ef7 dyld arm64e <71846eacee653697bf7d790b6a07dcdb> /usr/lib/dyld 0x1ba309000 - 0x1ba48affb libsqlite3.dylib arm64e <9d3d6676aeba33aca5894241dea0f580> /usr/lib/libsqlite3.dylib 0x1d5353000 - 0x1d535bfff GraphicsServices arm64e <c19b2aeb6aa83f998a53f76c7a0d98fe> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1d9583000 - 0x1d95bcfef libsystem_kernel.dylib arm64e <13b5134e819c3baab3004856112114cb> /usr/lib/system/libsystem_kernel.dylib 0x1ed238000 - 0x1ed253ffb libc++abi.dylib arm64e <f603d156e9c5356380a6d2ebedc07a02> /usr/lib/libc++abi.dylib 0x1ed327000 - 0x1ed333ff3 libsystem_pthread.dylib arm64e <1196b6c3333d3450818ff3663484b8eb> /usr/lib/system/libsystem_pthread.dylib 0x1fff00000 - 0x20107bfe7 libLAPACK.dylib arm64e <11ae005c2cb832249f4f5ae397b6fa4e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib EOF ### Steps to reproduce I just build with bar and I add expo eas build --platform ios --profile production --clear-cache NB: only IOS crash ### React Native Version 0.75.3 ### Affected Platforms Runtime - Android, Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 14.5 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 81.60 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.9.0 path: /usr/local/bin/node Yarn: version: 1.22.22 path: ~/Documents/projects-software/my-projects/manage-app/songyammmERP/node_modules/.bin/yarn npm: version: 10.8.3 path: /usr/local/bin/npm Watchman: version: 2024.10.07.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Android NDK: 22.1.7171670 IDEs: Android Studio: 2024.1 AI-241.18034.62.2412.12266719 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.11 path: /Users/sandwidimohamed/.jenv/shims/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.75.3 wanted: 0.75.3 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text Incident Identifier: B98FEE63-9E2B-45DC-A6E3-A22E503B501E Distributor ID: com.apple.TestFlight Hardware Model: iPhone12,3 Process: AppName [1609] Path: /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/AppName Identifier: com.company.xxx Version: 2.0.1 (26) AppStoreTools: 16B39 AppVariant: 1:iPhone12,3:17.4 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.company.xxx [992] Date/Time: 2024-11-13 23:02:14.7723 +0000 Launch Time: 2024-11-13 23:02:13.0576 +0000 OS Version: iPhone OS 17.5.1 (21F90) Release Type: User Baseband Version: 5.00.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: AppName [1609] Triggered by Thread: 2 Last Exception Backtrace: 0 CoreFoundation 0x1904d4f20 __exceptionPreprocess + 164 (NSException.m:249) 1 libobjc.A.dylib 0x18838a018 objc_exception_throw + 60 (objc-exception.mm:356) 2 AppName 0x104d44afc RCTFatal + 568 (RCTAssert.m:147) 3 AppName 0x104dbc888 -[RCTExceptionsManager reportFatal:stack:exceptionId:extraDataAsJSON:] + 488 (RCTExceptionsManager.mm:82) 4 AppName 0x104dbd098 -[RCTExceptionsManager reportException:] + 1304 (RCTExceptionsManager.mm:154) 5 CoreFoundation 0x190471814 __invoking___ + 148 (:-1) 6 CoreFoundation 0x190470860 -[NSInvocation invoke] + 428 (NSForwarding.m:3411) 7 CoreFoundation 0x1904e71dc -[NSInvocation invokeWithTarget:] + 64 (NSForwarding.m:3508) 8 AppName 0x104d7a4bc -[RCTModuleMethod invokeWithBridge:module:arguments:] + 388 (RCTModuleMethod.mm:584) 9 AppName 0x104d7c610 facebook::react::invokeInner(RCTBridge*, RCTModuleData*, unsigned int, folly::dynamic const&, int, (anonymous namespace)::SchedulingContext) + 456 (RCTNativeModule.mm:196) 10 AppName 0x104d7c268 facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int)::$_0::operator()() const + 68 (RCTNativeModule.mm:113) 11 AppName 0x104d7c268 invocation function for block in facebook::react::RCTNativeModule::invoke(unsigned int, folly::dynamic&&, int) + 112 (RCTNativeModule.mm:104) 12 libdispatch.dylib 0x19837813c _dispatch_call_block_and_release + 32 (init.c:1530) 13 libdispatch.dylib 0x198379dd4 _dispatch_client_callout + 20 (object.m:576) 14 libdispatch.dylib 0x198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 15 libdispatch.dylib 0x198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 16 libdispatch.dylib 0x19838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 17 libdispatch.dylib 0x19838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 18 libsystem_pthread.dylib 0x1ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 19 libsystem_pthread.dylib 0x1ed3280cc start_wqthread + 8 (:-1) Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 GraphicsServices 0x00000001d53541a8 GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x0000000192adc90c -[UIApplication _run] + 888 (UIApplication.m:3713) 9 UIKitCore 0x0000000192b909d0 UIApplicationMain + 340 (UIApplication.m:5303) 10 AppName 0x0000000104a141c4 main + 80 (main.m:8) 11 dyld 0x00000001b3b55e4c start + 2240 (dyldMain.cpp:1298) Thread 1: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 2 name: Thread 2 Crashed: 0 libsystem_kernel.dylib 0x00000001d958f42c __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32ec0c pthread_kill + 268 (pthread.c:1721) 2 libsystem_c.dylib 0x0000000198432ba0 abort + 180 (abort.c:118) 3 libc++abi.dylib 0x00000001ed24cca4 abort_message + 132 (abort_message.cpp:78) 4 libc++abi.dylib 0x00000001ed23ce5c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77) 5 libobjc.A.dylib 0x00000001883a5e2c _objc_terminate() + 144 (objc-exception.mm:496) 6 libc++abi.dylib 0x00000001ed24c068 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x00000001ed24c00c std::terminate() + 108 (cxa_handlers.cpp:88) 8 libdispatch.dylib 0x0000000198379de8 _dispatch_client_callout + 40 (object.m:579) 9 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 10 libdispatch.dylib 0x0000000198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 11 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 12 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 13 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 14 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 3: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 4: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x000000018f3c4e4c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018f3c4c9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x0000000192af0640 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1207) 10 Foundation 0x000000018f3db718 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 12 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001d9589958 __fcntl + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9589924 fcntl + 88 (fcntl-base.c:84) 2 libsqlite3.dylib 0x00000001ba355a94 unixSync + 200 (sqlite3.c:44599) 3 libsqlite3.dylib 0x00000001ba3a4724 pagerWalFrames + 1316 (sqlite3.c:66940) 4 libsqlite3.dylib 0x00000001ba355614 sqlite3PagerCommitPhaseOne + 316 (sqlite3.c:70256) 5 libsqlite3.dylib 0x00000001ba345d68 sqlite3BtreeCommitPhaseOne + 172 (sqlite3.c:80934) 6 libsqlite3.dylib 0x00000001ba345930 vdbeCommit + 1136 (sqlite3.c:93952) 7 libsqlite3.dylib 0x00000001ba31ec60 sqlite3VdbeHalt + 1352 (sqlite3.c:94362) 8 libsqlite3.dylib 0x00000001ba33fb50 sqlite3VdbeExec + 42536 (sqlite3.c:101084) 9 libsqlite3.dylib 0x00000001ba334c6c sqlite3_step + 964 (sqlite3.c:97699) 10 libsqlite3.dylib 0x00000001ba3118cc sqlite3_exec + 368 (sqlite3.c:142129) 11 CFNetwork 0x0000000191667288 -[_NSHTTPAlternativeServicesStorage _createDBSchemaForPath:] + 536 (HTTPAlternativeServicesStorage.mm:855) 12 CFNetwork 0x00000001915ae6b4 -[_NSHTTPAlternativeServicesStorage _onqueue_initializeDatabaseIfNotEmpty:] + 420 (HTTPAlternativeServicesStorage.mm:416) 13 CFNetwork 0x00000001915ae134 __66-[_NSHTTPAlternativeServicesStorage HTTPServiceEntriesWithFilter:]_block_invoke + 56 (HTTPAlternativeServicesStorage.mm:443) 14 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 15 libdispatch.dylib 0x00000001983892c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1100) 16 CFNetwork 0x00000001915adf44 -[_NSHTTPAlternativeServicesStorage HTTPServiceEntriesWithFilter:] + 208 (HTTPAlternativeServicesStorage.mm:442) 17 CFNetwork 0x00000001915acfe0 TubeManager::_onqueue_enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, BaseAwaitingTube*) + 344 (TubeManager.cpp:416) 18 CFNetwork 0x00000001915acab0 invocation function for block in XTubeManager::enqueueRequestForProtocol(MetaConnectionCacheClient*, HTTPRequestMessage const*, MetaConnectionOptions, CoreSchedulingSet const*) + 440 (LocalSession.mm:212) 19 CFNetwork 0x00000001915ac538 XTubeManager::withTubeManager(CoreSchedulingSet const*, void (GlueTubeManager*) block_pointer) + 552 (LocalSession.mm:270) 20 CFNetwork 0x00000001915a69d8 HTTPProtocol::asynchronouslyCreateAndOpenStream_WithMessage_AfterCookiesAndAuthenticatorHeaders(__CFHTTPMessage*) + 4436 (HTTPProtocol.cpp:3207) 21 CFNetwork 0x00000001916585a8 HTTPProtocol::asynchronouslyAddAuthenticatorHeadersAndContinue(__CFHTTPMessage*) + 132 (HTTPProtocol.cpp:0) 22 CFNetwork 0x00000001916584f8 invocation function for block in HTTPProtocol::asynchronouslyAddCookiesAndContinue(__CFHTTPMessage*) + 32 (HTTPProtocol.cpp:3661) 23 CFNetwork 0x0000000191657604 invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 60 (CoreSchedulingSet.mm:156) 24 libdispatch.dylib 0x000000019837813c _dispatch_call_block_and_release + 32 (init.c:1530) 25 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 26 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 27 libdispatch.dylib 0x0000000198381f64 _dispatch_lane_invoke + 432 (queue.c:3991) 28 libdispatch.dylib 0x0000000198383284 _dispatch_workloop_invoke + 1756 (queue.c:4570) 29 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 30 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 31 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 32 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001d958c338 fsync + 8 (:-1) 1 AppName 0x00000001059e11a4 full_fsync + 44 (sqlite3.c:41714) 2 AppName 0x00000001059e11a4 unixSync + 72 (sqlite3.c:41815) 3 AppName 0x00000001059e6838 sqlite3OsSync + 12 (sqlite3.c:25876) 4 AppName 0x00000001059e6838 syncJournal + 396 (sqlite3.c:61099) 5 AppName 0x00000001059d3fd4 sqlite3PagerCommitPhaseOne + 316 (sqlite3.c:63352) 6 AppName 0x00000001059d4314 sqlite3BtreeCommitPhaseOne + 176 (sqlite3.c:74438) 7 AppName 0x00000001059f238c vdbeCommit + 748 (sqlite3.c:87363) 8 AppName 0x00000001059f1ae4 sqlite3VdbeHalt + 784 (sqlite3.c:87773) 9 AppName 0x00000001059fcdf0 sqlite3VdbeExec + 33304 (sqlite3.c:93960) 10 AppName 0x00000001059d1d30 sqlite3Step + 284 (sqlite3.c:90771) 11 AppName 0x00000001059d1d30 sqlite3_step + 392 (sqlite3.c:90832) 12 AppName 0x0000000105b2e54c -[APMSqliteStore executeSQLStatement:error:] + 96 13 AppName 0x0000000105b2e4c4 -[APMSqliteStore executeSQL:error:] + 132 14 AppName 0x0000000105b2befc -[APMSqliteStore ensureTableWithName:createSQL:requiredColumnNames:addOnColumns:error:] + 280 15 AppName 0x0000000105b2b3d0 -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:error:] + 1356 16 AppName 0x0000000105b2bb38 -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:modifyColumnInfo:error:] + 116 17 AppName 0x0000000105aada2c -[APMDatabase ensureAllTables] + 4676 18 AppName 0x0000000105aac668 -[APMDatabase initializeDatabaseResourcesWithContext:databasePath:error:] + 120 19 AppName 0x0000000105aa3908 -[APMDatabase initWithDatabaseName:persistedConfig:error:] + 172 20 AppName 0x0000000105acc1e0 __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 524 21 AppName 0x0000000105acbf0c -[APMMeasurement startMeasurementOnWorkerQueue] + 140 22 AppName 0x0000000105acb770 -[APMMeasurement setEnabledOnWorkerQueue:] + 216 23 AppName 0x0000000105acb688 __29-[APMMeasurement setEnabled:]_block_invoke + 36 24 AppName 0x0000000105b24f9c __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44 25 libdispatch.dylib 0x000000019837813c _dispatch_call_block_and_release + 32 (init.c:1530) 26 libdispatch.dylib 0x0000000198379dd4 _dispatch_client_callout + 20 (object.m:576) 27 libdispatch.dylib 0x0000000198381400 _dispatch_lane_serial_drain + 748 (queue.c:3900) 28 libdispatch.dylib 0x0000000198381f30 _dispatch_lane_invoke + 380 (queue.c:3991) 29 libdispatch.dylib 0x000000019838ccb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 30 libdispatch.dylib 0x000000019838c528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 31 libsystem_pthread.dylib 0x00000001ed32b934 _pthread_wqthread + 288 (pthread.c:2696) 32 libsystem_pthread.dylib 0x00000001ed3280cc start_wqthread + 8 (:-1) Thread 8: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 9: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 10: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 11: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001d9584808 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001d9588008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001d9587f20 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001d9587d60 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001904a4f5c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001904a4600 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001904a3cd8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 AppName 0x0000000104d5bef0 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:328) 8 Foundation 0x000000018f3db718 __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001a088a504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:45) 3 hermes 0x0000000106ffcf24 void std::__1::condition_variable::wait<hermes::vm::HadesGC::Executor::worker()::'lambda'()>(std::__1::unique_lock<std::__1::mutex>&, hermes::vm::HadesGC::Executor::worker()::'lambda'()) + 28 (__mutex_base:400) 4 hermes 0x0000000106ffcf24 hermes::vm::HadesGC::Executor::worker() + 116 (HadesGC.cpp:1062) 5 hermes 0x0000000106ffce8c hermes::vm::HadesGC::Executor::Executor()::'lambda'()::operator()() const + 4 (HadesGC.cpp:1033) 6 hermes 0x0000000106ffce8c decltype(std::declval<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>()()) std::__1::__invoke[abi:v160006]<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>(hermes::vm::HadesGC::Executo... + 4 (invoke.h:394) 7 hermes 0x0000000106ffce8c void std::__1::__thread_execute[abi:v160006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda... + 4 (thread:288) 8 hermes 0x0000000106ffce8c void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Exec... + 44 (thread:299) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000001ed3280c4 start_wqthread + 0 (:-1) Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 JavaScriptCore 0x00000001a7b570a4 scavenger_thread_main + 1512 (pas_scavenger.c:347) 3 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 4 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001d958a1cc __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001ed32a6e4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001a088a504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:45) 3 hermes 0x0000000106ffcf24 void std::__1::condition_variable::wait<hermes::vm::HadesGC::Executor::worker()::'lambda'()>(std::__1::unique_lock<std::__1::mutex>&, hermes::vm::HadesGC::Executor::worker()::'lambda'()) + 28 (__mutex_base:400) 4 hermes 0x0000000106ffcf24 hermes::vm::HadesGC::Executor::worker() + 116 (HadesGC.cpp:1062) 5 hermes 0x0000000106ffce8c hermes::vm::HadesGC::Executor::Executor()::'lambda'()::operator()() const + 4 (HadesGC.cpp:1033) 6 hermes 0x0000000106ffce8c decltype(std::declval<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>()()) std::__1::__invoke[abi:v160006]<hermes::vm::HadesGC::Executor::Executor()::'lambda'()>(hermes::vm::HadesGC::Executo... + 4 (invoke.h:394) 7 hermes 0x0000000106ffce8c void std::__1::__thread_execute[abi:v160006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda... + 4 (thread:288) 8 hermes 0x0000000106ffce8c void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Exec... + 44 (thread:299) 9 libsystem_pthread.dylib 0x00000001ed32d06c _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x00000001ed3280d8 thread_start + 8 (:-1) Thread 2 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x00000001ed2512c3 x5: 0x000000016b506810 x6: 0x000000000000006e x7: 0x0000000000000000 x8: 0x3a3c167f574e25c4 x9: 0x3a3c167e3c1e55c4 x10: 0x0000000000000200 x11: 0x000000016b506340 x12: 0x0000000000000000 x13: 0x00000000001ff800 x14: 0x0000000000000010 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x000000016b507000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000001907 x21: 0x000000016b5070e0 x22: 0x0000000000000114 x23: 0x000000016b5070e0 x24: 0x00000003005674e8 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000303e450c0 x28: 0x0000000000000000 fp: 0x000000016b506780 lr: 0x00000001ed32ec0c sp: 0x000000016b506760 pc: 0x00000001d958f42c cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x104a0c000 - 0x105f03fff AppName arm64 <e5352ff0d8bf3e9ba124020737411e38> /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/AppName 0x1065e4000 - 0x1065effff libobjc-trampolines.dylib arm64e <2e2c05f8377a30899ad91926d284dd03> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x106f30000 - 0x10712bfff hermes arm64 <58a2b46fbc4e34ae82ceef76dfdea9a8> /private/var/containers/Bundle/Application/09C8F893-2A65-430E-B949-BA8F1B03B5AA/AppName.app/Frameworks/hermes.framework/hermes 0x188374000 - 0x1883c1f43 libobjc.A.dylib arm64e <53115e1fe35330d99e8a4e6e73489f05> /usr/lib/libobjc.A.dylib 0x18f2fd000 - 0x18fe72fff Foundation arm64e <3d3a12e3f5e9361fb00a4a5e8861aa55> /System/Library/Frameworks/Foundation.framework/Foundation 0x190451000 - 0x19097efff CoreFoundation arm64e <00e76a98210c3cb5930bf236807ff24c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x191587000 - 0x191963fff CFNetwork arm64e <a5124019e235371686c7e75cf0163945> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1926d2000 - 0x1941f2fff UIKitCore arm64e <1741fa374e53371e8daed611aab0043d> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x198376000 - 0x1983bcfff libdispatch.dylib arm64e <81d355df266a3010bab8113b76a206c1> /usr/lib/system/libdispatch.dylib 0x1983bd000 - 0x19843aff3 libsystem_c.dylib arm64e <b122f07fa15637f3a22d64627c0c4b24> /usr/lib/system/libsystem_c.dylib 0x1a087d000 - 0x1a0906fff libc++.1.dylib arm64e <badf6383449432f297ef716ea17420f6> /usr/lib/libc++.1.dylib 0x1a65fc000 - 0x1a7d2cf3f JavaScriptCore arm64e <52d2aba5f8113d4fb077afae7e6f44cc> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1b3b19000 - 0x1b3ba5ef7 dyld arm64e <71846eacee653697bf7d790b6a07dcdb> /usr/lib/dyld 0x1ba309000 - 0x1ba48affb libsqlite3.dylib arm64e <9d3d6676aeba33aca5894241dea0f580> /usr/lib/libsqlite3.dylib 0x1d5353000 - 0x1d535bfff GraphicsServices arm64e <c19b2aeb6aa83f998a53f76c7a0d98fe> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1d9583000 - 0x1d95bcfef libsystem_kernel.dylib arm64e <13b5134e819c3baab3004856112114cb> /usr/lib/system/libsystem_kernel.dylib 0x1ed238000 - 0x1ed253ffb libc++abi.dylib arm64e <f603d156e9c5356380a6d2ebedc07a02> /usr/lib/libc++abi.dylib 0x1ed327000 - 0x1ed333ff3 libsystem_pthread.dylib arm64e <1196b6c3333d3450818ff3663484b8eb> /usr/lib/system/libsystem_pthread.dylib 0x1fff00000 - 0x20107bfe7 libLAPACK.dylib arm64e <11ae005c2cb832249f4f5ae397b6fa4e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib EOF ``` ### Reproducer not have ### Screenshots and Videos _No response_
{ "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://api.github.com/users/react-native-bot/followers", "following_url": "https://api.github.com/users/react-native-bot/following{/other_user}", "gists_url": "https://api.github.com/users/react-native-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/react-native-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/react-native-bot/subscriptions", "organizations_url": "https://api.github.com/users/react-native-bot/orgs", "repos_url": "https://api.github.com/users/react-native-bot/repos", "events_url": "https://api.github.com/users/react-native-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/react-native-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47602/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47602/timeline
null
not_planned
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47601
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47601/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47601/comments
https://api.github.com/repos/facebook/react-native/issues/47601/events
https://github.com/facebook/react-native/issues/47601
2,657,963,057
I_kwDOAbrxp86ebUwx
47,601
Physics Device not connect metro, but works fine on simulator
{ "login": "yedi97", "id": 20843653, "node_id": "MDQ6VXNlcjIwODQzNjUz", "avatar_url": "https://avatars.githubusercontent.com/u/20843653?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yedi97", "html_url": "https://github.com/yedi97", "followers_url": "https://api.github.com/users/yedi97/followers", "following_url": "https://api.github.com/users/yedi97/following{/other_user}", "gists_url": "https://api.github.com/users/yedi97/gists{/gist_id}", "starred_url": "https://api.github.com/users/yedi97/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yedi97/subscriptions", "organizations_url": "https://api.github.com/users/yedi97/orgs", "repos_url": "https://api.github.com/users/yedi97/repos", "events_url": "https://api.github.com/users/yedi97/events{/privacy}", "received_events_url": "https://api.github.com/users/yedi97/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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. Applying this label will cause issue to be closed." }, { "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": "" } ]
closed
false
null
[]
null
7
2024-11-14T08:03:25
2024-12-03T14:16:07
2024-12-03T14:16:06
NONE
null
null
null
null
### Description It works fine on simulator but with physics device it cannot connect. Sure i'm using the same wifi network, tried many ways like: 1. Reset my phone 2. Unpair and reconnect my phone 3. reset cache (npm start -- --reset-cache) 4. run with xcode ### Steps to reproduce 1. connect ios physics device with usb and same wifi 2. npx react-native run-ios --udid "my Identifier" 3. my iphone using IOS 18.1, XS model ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Output of `npx react-native info` ```text System: OS: macOS 15.1 CPU: (8) arm64 Apple M1 Memory: 338.73 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.9.0 path: /opt/homebrew/bin/node Yarn: version: 4.1.1 path: /opt/homebrew/bin/yarn npm: version: 10.8.3 path: /opt/homebrew/bin/npm Watchman: Not Found Managers: CocoaPods: Not Found SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Android NDK: 22.1.7171670 IDEs: Android Studio: 2023.1 AI-231.9392.1.2311.11255304 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 18.0.2 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.1.2 wanted: ^15.1.2 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB. info Reloading connected app(s)... ``` ### Reproducer https://github.com/yedi97/reproducer-react-native ### Screenshots and Videos _No response_
{ "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://api.github.com/users/react-native-bot/followers", "following_url": "https://api.github.com/users/react-native-bot/following{/other_user}", "gists_url": "https://api.github.com/users/react-native-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/react-native-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/react-native-bot/subscriptions", "organizations_url": "https://api.github.com/users/react-native-bot/orgs", "repos_url": "https://api.github.com/users/react-native-bot/repos", "events_url": "https://api.github.com/users/react-native-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/react-native-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47601/reactions", "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47601/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47600
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47600/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47600/comments
https://api.github.com/repos/facebook/react-native/issues/47600/events
https://github.com/facebook/react-native/issues/47600
2,657,422,663
I_kwDOAbrxp86eZQ1H
47,600
[iOS] Navigation Bar Size Issue with codegenNativeComponent and modalPresentationStyle: .pageSheet in React Native
{ "login": "dp221125", "id": 10572119, "node_id": "MDQ6VXNlcjEwNTcyMTE5", "avatar_url": "https://avatars.githubusercontent.com/u/10572119?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dp221125", "html_url": "https://github.com/dp221125", "followers_url": "https://api.github.com/users/dp221125/followers", "following_url": "https://api.github.com/users/dp221125/following{/other_user}", "gists_url": "https://api.github.com/users/dp221125/gists{/gist_id}", "starred_url": "https://api.github.com/users/dp221125/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dp221125/subscriptions", "organizations_url": "https://api.github.com/users/dp221125/orgs", "repos_url": "https://api.github.com/users/dp221125/repos", "events_url": "https://api.github.com/users/dp221125/events{/privacy}", "received_events_url": "https://api.github.com/users/dp221125/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 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": "" }, { "id": 3815166274, "node_id": "LA_kwDOAbrxp87jZtFC", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20New%20Architecture", "name": "Type: New Architecture", "color": "f9d0c4", "default": false, "description": "Issues and PRs related to new architecture (Fabric/Turbo Modules)" } ]
open
false
null
[]
null
17
2024-11-14T03:16:23
2025-01-30T02:13:40
null
NONE
null
null
null
null
### Description In a React Native environment, I'm using `codegenNativeComponent` to display a native screen. On this native screen, when I present a new screen with `modalPresentationStyle` set to `.pageSheet`, the navigation bar size becomes abnormal. **Although this might appear to be an issue with the native side because I’m using native screens, I don’t experience this problem when presenting a modal with .pageSheet without React Native.** ### Steps to reproduce 1. Clone the repository: [RNPlayground](https://github.com/dp221125/RNPlayground). 2. Navigate to the RNPlayground/react-native-playground folder. 3. Run yarn install. 4. Return to the root directory and run pod install (or bundle install followed by bundle exec pod install if using Bundler). 5. Open RNPlayground.xcworkspace and build the project for an iPhone targeting iOS 16 or 17. 6. When the app launches, tap the "Show Detail" button displayed on the screen. ### React Native Version 0.76.1 ### Affected Platforms Runtime - iOS ### Areas Other (please specify) ### Output of `npx react-native info` ```text System: OS: macOS 14.7 CPU: (10) arm64 Apple M1 Pro Memory: 227.33 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 20.17.0 path: ~/.asdf/installs/nodejs/20.17.0/bin/node Yarn: version: 4.5.0 path: ~/.asdf/installs/nodejs/20.17.0/bin/yarn npm: version: 10.8.2 path: ~/.asdf/plugins/nodejs/shims/npm Watchman: Not Found Managers: CocoaPods: version: 1.16.2 path: /Users/seokho/.rbenv/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 24.0 - iOS 18.0 - macOS 15.0 - tvOS 18.0 - visionOS 2.0 - watchOS 11.0 Android SDK: Not Found IDEs: Android Studio: 2022.2 AI-222.4459.24.2221.10121639 Xcode: version: 16.0/16A242 path: /usr/bin/xcodebuild Languages: Java: Not Found Ruby: version: 3.1.3 path: /Users/seokho/.rbenv/shims/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: 15.0.0 react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.76.1 wanted: 0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: true newArchEnabled: true ``` ### Stacktrace or Logs ```text Not a crash, not a failure, just a UI bug. ``` ### Reproducer https://github.com/dp221125/RNPlayground ### Screenshots and Videos ### React Native https://github.com/user-attachments/assets/39d5709e-ec54-416d-a16b-03674dbb89c9 ### iOS Native (not using React Native) https://github.com/user-attachments/assets/347ac1d7-6210-4117-8452-4a7206ac5df2 ### ScreenShot <img width="534" alt="image" src="https://github.com/user-attachments/assets/9bc98814-3f14-4af2-8952-a099a4425c46">
null
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47600/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47600/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47599
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47599/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47599/comments
https://api.github.com/repos/facebook/react-native/issues/47599/events
https://github.com/facebook/react-native/issues/47599
2,657,180,685
I_kwDOAbrxp86eYVwN
47,599
Error compiling Metro iOS XCode 14.2
{ "login": "edoardocarpentiero", "id": 26868982, "node_id": "MDQ6VXNlcjI2ODY4OTgy", "avatar_url": "https://avatars.githubusercontent.com/u/26868982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edoardocarpentiero", "html_url": "https://github.com/edoardocarpentiero", "followers_url": "https://api.github.com/users/edoardocarpentiero/followers", "following_url": "https://api.github.com/users/edoardocarpentiero/following{/other_user}", "gists_url": "https://api.github.com/users/edoardocarpentiero/gists{/gist_id}", "starred_url": "https://api.github.com/users/edoardocarpentiero/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edoardocarpentiero/subscriptions", "organizations_url": "https://api.github.com/users/edoardocarpentiero/orgs", "repos_url": "https://api.github.com/users/edoardocarpentiero/repos", "events_url": "https://api.github.com/users/edoardocarpentiero/events{/privacy}", "received_events_url": "https://api.github.com/users/edoardocarpentiero/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 718241807, "node_id": "MDU6TGFiZWw3MTgyNDE4MDc=", "url": "https://api.github.com/repos/facebook/react-native/labels/Stale", "name": "Stale", "color": "e99695", "default": false, "description": "There has been a lack of activity on this issue and it may be closed soon." }, { "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 the issue." }, { "id": 1877909121, "node_id": "MDU6TGFiZWwxODc3OTA5MTIx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Attention", "name": "Needs: Attention", "color": "f9c884", "default": false, "description": "Issues where the author has responded to feedback." }, { "id": 5021085328, "node_id": "LA_kwDOAbrxp88AAAABK0eukA", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Unsupported%20Version", "name": "Type: Unsupported Version", "color": "ffffff", "default": false, "description": "Issues reported to a version of React Native that is no longer supported" } ]
closed
false
null
[]
null
7
2024-11-14T00:23:49
2025-05-14T13:34:58
2025-05-14T13:34:58
NONE
null
null
null
null
### Description Hi everyone, I'm having this problem while compiling the App iOS with Xcode 14.2 on simulator <img width="320" alt="Schermata 2024-11-14 alle 01 17 27" src="https://github.com/user-attachments/assets/22299156-fe1c-40cf-800c-2948a97a79b8"> I tried to check possible solutions, but I can't figure out how to solve this problem! **node: v20.18** **node-modules:** _package.json_ { "name": "App", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-native-fontawesome": "^0.3.2", "@react-native-async-storage/async-storage": "^2.0.0", "@react-native-firebase/app": "^20.5.0", "@react-native-firebase/messaging": "^20.5.0", "@react-native-masked-view/masked-view": "^0.3.1", "@react-native-picker/picker": "^2.8.1", "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/core": "^6.4.17", "@react-navigation/native": "^6.1.18", "@react-navigation/stack": "^6.4.1", "axios": "^1.7.7", "expo-modules-core": "^1.12.24", "hermes-engine": "^0.11.0", "react": "18.2.0", "react-native": "^0.72.3", "react-native-bootsplash": "^6.1.3", "react-native-gesture-handler": "^2.19.0", "react-native-navigation": "^7.40.1", "react-native-picker-select": "^9.3.1", "react-native-reanimated": "^3.15.1", "react-native-safe-area-context": "^4.10.9", "react-native-screens": "^3.34.0", "react-native-svg": "^15.6.0", "react-navigation": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.75.2", "@react-native/eslint-config": "0.75.2", "@react-native/metro-config": "0.75.2", "@react-native/typescript-config": "0.75.2", "@types/react": "^18.0.24", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" }, "engines": { "node": ">=18" }, "packageManager": "[email protected]" } ### Steps to reproduce N/A ### React Native Version 0.72.3 ### Output of `npx react-native info` ```text System: OS: macOS 12.7.6 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 624.72 MB / 16.00 GB Shell: version: 5.8.1 path: /bin/zsh Binaries: Node: version: 20.18.0 path: ~/.nvm/versions/node/v20.18.0/bin/node Yarn: version: 1.22.22 path: ~/.nvm/versions/node/v20.18.0/bin/yarn npm: version: 10.8.2 path: ~/.nvm/versions/node/v20.18.0/bin/npm Watchman: Not Found Managers: CocoaPods: version: 1.16.2 path: /Users/edoardo/.rbenv/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 22.2 - iOS 16.2 - macOS 13.1 - tvOS 16.1 - watchOS 9.1 Android SDK: Not Found IDEs: Android Studio: Not Found Xcode: version: 14.2/14C18 path: /usr/bin/xcodebuild Languages: Java: Not Found Ruby: version: 3.2.6 path: /Users/edoardo/.rbenv/shims/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.17 wanted: ^0.72.3 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false ``` ### Screenshots and Videos _No response_
{ "login": "edoardocarpentiero", "id": 26868982, "node_id": "MDQ6VXNlcjI2ODY4OTgy", "avatar_url": "https://avatars.githubusercontent.com/u/26868982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/edoardocarpentiero", "html_url": "https://github.com/edoardocarpentiero", "followers_url": "https://api.github.com/users/edoardocarpentiero/followers", "following_url": "https://api.github.com/users/edoardocarpentiero/following{/other_user}", "gists_url": "https://api.github.com/users/edoardocarpentiero/gists{/gist_id}", "starred_url": "https://api.github.com/users/edoardocarpentiero/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/edoardocarpentiero/subscriptions", "organizations_url": "https://api.github.com/users/edoardocarpentiero/orgs", "repos_url": "https://api.github.com/users/edoardocarpentiero/repos", "events_url": "https://api.github.com/users/edoardocarpentiero/events{/privacy}", "received_events_url": "https://api.github.com/users/edoardocarpentiero/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47599/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47599/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47598
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47598/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47598/comments
https://api.github.com/repos/facebook/react-native/issues/47598/events
https://github.com/facebook/react-native/pull/47598
2,657,085,841
PR_kwDOAbrxp86B2cyZ
47,598
Make NativeModules.foo also load turbo modules
{ "login": "RSNara", "id": 5885721, "node_id": "MDQ6VXNlcjU4ODU3MjE=", "avatar_url": "https://avatars.githubusercontent.com/u/5885721?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RSNara", "html_url": "https://github.com/RSNara", "followers_url": "https://api.github.com/users/RSNara/followers", "following_url": "https://api.github.com/users/RSNara/following{/other_user}", "gists_url": "https://api.github.com/users/RSNara/gists{/gist_id}", "starred_url": "https://api.github.com/users/RSNara/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/RSNara/subscriptions", "organizations_url": "https://api.github.com/users/RSNara/orgs", "repos_url": "https://api.github.com/users/RSNara/repos", "events_url": "https://api.github.com/users/RSNara/events{/privacy}", "received_events_url": "https://api.github.com/users/RSNara/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
9
2024-11-13T23:24:52
2024-11-19T01:26:11
2024-11-19T01:26:00
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47598", "html_url": "https://github.com/facebook/react-native/pull/47598", "diff_url": "https://github.com/facebook/react-native/pull/47598.diff", "patch_url": "https://github.com/facebook/react-native/pull/47598.patch", "merged_at": null }
Summary: ## Changes Now: - in bridgeless, NativeModules.foo will also return turbo modules. And, global.__turboModuleProxy no longer exists. - in bridge, nothing changes. | **JS API** | **Bridge** | ***[Before]* Bridgeless** | ***[Before]* Bridgeless w/ Interop**| ***[After]* Bridgeless** | global.__turboModuleProxy | turbo modules | turbo modules | turbo modules |**deleted** | global.nativeModuleProxy | legacy modules | error | legacy modules | turbo + legacy modules ## Justification This reduces the cost for adopting the new architecture: - Prior, you had to migrate the module itself, **and** all its callsites: NativeModules.foo -> NativeFoo - Now, you have to migrate the module itself **only**. This simplifies the interop layer logic in bridgeless: all modules come from the same thing. Changelog: [General][Breaking] Bridgeless: Make NativeModules.foo load turbomodules (unset turboModuleProxy in bridgeless). Differential Revision: D65896934
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47598/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47598/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47597
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47597/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47597/comments
https://api.github.com/repos/facebook/react-native/issues/47597/events
https://github.com/facebook/react-native/pull/47597
2,656,942,449
PR_kwDOAbrxp86B2FrJ
47,597
Fix generated EventEmitter code for nested objects in arrays. (#47514)
{ "login": "elicwhite", "id": 249164, "node_id": "MDQ6VXNlcjI0OTE2NA==", "avatar_url": "https://avatars.githubusercontent.com/u/249164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/elicwhite", "html_url": "https://github.com/elicwhite", "followers_url": "https://api.github.com/users/elicwhite/followers", "following_url": "https://api.github.com/users/elicwhite/following{/other_user}", "gists_url": "https://api.github.com/users/elicwhite/gists{/gist_id}", "starred_url": "https://api.github.com/users/elicwhite/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/elicwhite/subscriptions", "organizations_url": "https://api.github.com/users/elicwhite/orgs", "repos_url": "https://api.github.com/users/elicwhite/repos", "events_url": "https://api.github.com/users/elicwhite/events{/privacy}", "received_events_url": "https://api.github.com/users/elicwhite/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
2
2024-11-13T21:59:07
2024-11-20T17:25:48
2024-11-20T17:25:47
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47597", "html_url": "https://github.com/facebook/react-native/pull/47597", "diff_url": "https://github.com/facebook/react-native/pull/47597.diff", "patch_url": "https://github.com/facebook/react-native/pull/47597.patch", "merged_at": null }
Summary: This PR fixes the code for generating EventEmitter C++ code in case nested objects in arrays are used. ```typescript export interface NativeProps extends ViewProps { onEvent: DirectEventHandler< Readonly<{ payloadArray: Readonly< { obj: Readonly<{ str: string }> }[] > }> >; } export default codegenNativeComponent<NativeProps>('SomeComponent'); ``` In this case the generated `EventEmitters.cpp` code would contain: ```c obj.setProperty(runtime, "str", payloadArrayValue,obj.str); ``` while ```c obj.setProperty(runtime, "str", payloadArrayValue.obj.str); ``` is expected. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [GENERAL] [FIXED] - Codegen: Support nested objects in arrays Test Plan: Tested with the reproduction case above to verify correct output. Reviewed By: christophpurrer Differential Revision: D65884936 Pulled By: elicwhite
{ "login": "elicwhite", "id": 249164, "node_id": "MDQ6VXNlcjI0OTE2NA==", "avatar_url": "https://avatars.githubusercontent.com/u/249164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/elicwhite", "html_url": "https://github.com/elicwhite", "followers_url": "https://api.github.com/users/elicwhite/followers", "following_url": "https://api.github.com/users/elicwhite/following{/other_user}", "gists_url": "https://api.github.com/users/elicwhite/gists{/gist_id}", "starred_url": "https://api.github.com/users/elicwhite/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/elicwhite/subscriptions", "organizations_url": "https://api.github.com/users/elicwhite/orgs", "repos_url": "https://api.github.com/users/elicwhite/repos", "events_url": "https://api.github.com/users/elicwhite/events{/privacy}", "received_events_url": "https://api.github.com/users/elicwhite/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47597/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47597/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47596
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47596/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47596/comments
https://api.github.com/repos/facebook/react-native/issues/47596/events
https://github.com/facebook/react-native/pull/47596
2,656,918,791
PR_kwDOAbrxp86B2A9v
47,596
RN: Improve `usePressability` Return Type
{ "login": "yungsters", "id": 55161, "node_id": "MDQ6VXNlcjU1MTYx", "avatar_url": "https://avatars.githubusercontent.com/u/55161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yungsters", "html_url": "https://github.com/yungsters", "followers_url": "https://api.github.com/users/yungsters/followers", "following_url": "https://api.github.com/users/yungsters/following{/other_user}", "gists_url": "https://api.github.com/users/yungsters/gists{/gist_id}", "starred_url": "https://api.github.com/users/yungsters/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yungsters/subscriptions", "organizations_url": "https://api.github.com/users/yungsters/orgs", "repos_url": "https://api.github.com/users/yungsters/repos", "events_url": "https://api.github.com/users/yungsters/events{/privacy}", "received_events_url": "https://api.github.com/users/yungsters/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-13T21:49:27
2025-03-13T16:09:53
2024-11-14T22:16:49
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47596", "html_url": "https://github.com/facebook/react-native/pull/47596", "diff_url": "https://github.com/facebook/react-native/pull/47596.diff", "patch_url": "https://github.com/facebook/react-native/pull/47596.patch", "merged_at": null }
Summary: Improves the Flow type of `usePressability` so that if the `config` argument is non-nullable, the return value is non-nullable. This helps reduce unnecessary null checks. Changelog: [Internal] Differential Revision: D65908791
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47596/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47596/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47595
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47595/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47595/comments
https://api.github.com/repos/facebook/react-native/issues/47595/events
https://github.com/facebook/react-native/pull/47595
2,656,808,321
PR_kwDOAbrxp86B1wO3
47,595
RN: Enable `useInsertionEffectsForAnimations`
{ "login": "yungsters", "id": 55161, "node_id": "MDQ6VXNlcjU1MTYx", "avatar_url": "https://avatars.githubusercontent.com/u/55161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yungsters", "html_url": "https://github.com/yungsters", "followers_url": "https://api.github.com/users/yungsters/followers", "following_url": "https://api.github.com/users/yungsters/following{/other_user}", "gists_url": "https://api.github.com/users/yungsters/gists{/gist_id}", "starred_url": "https://api.github.com/users/yungsters/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yungsters/subscriptions", "organizations_url": "https://api.github.com/users/yungsters/orgs", "repos_url": "https://api.github.com/users/yungsters/repos", "events_url": "https://api.github.com/users/yungsters/events{/privacy}", "received_events_url": "https://api.github.com/users/yungsters/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215116864, "node_id": "MDU6TGFiZWwxMjE1MTE2ODY0", "url": "https://api.github.com/repos/facebook/react-native/labels/Reverted", "name": "Reverted", "color": "e11d21", "default": false, "description": "" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-13T21:14:06
2025-03-13T16:09:53
2024-11-14T00:33:36
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47595", "html_url": "https://github.com/facebook/react-native/pull/47595", "diff_url": "https://github.com/facebook/react-native/pull/47595.diff", "patch_url": "https://github.com/facebook/react-native/pull/47595.patch", "merged_at": null }
Summary: Enables the `useInsertionEffectsForAnimations` feature flag by default. This changes `useAnimatedProps` to enqueue updates to the `AnimatedNode` graph in `useInsertionEffect` instead of `useLayoutEffect`. The main motivation for `useInsertionEffect` is to avoid unmounting `AnimatedNode` graphs when an `Activity` subtree becomes hidden. Both `useInsertionEffect` and `useLayoutEffect` occur during the commit phase. Although they occur at different moments in the commit phase, the different is difficult to observe and unlikely to impact product code. One observable impact is that with `useInsertionEffect`, animations can now be started from layout effects. Changelog: [General][Changed] - The `AnimatedNode` graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. Differential Revision: D65906157
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47595/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47595/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47594
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47594/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47594/comments
https://api.github.com/repos/facebook/react-native/issues/47594/events
https://github.com/facebook/react-native/pull/47594
2,656,481,803
PR_kwDOAbrxp86B04_h
47,594
add nativeId to shadow node logs
{ "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-SC/followers", "following_url": "https://api.github.com/users/sammy-SC/following{/other_user}", "gists_url": "https://api.github.com/users/sammy-SC/gists{/gist_id}", "starred_url": "https://api.github.com/users/sammy-SC/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sammy-SC/subscriptions", "organizations_url": "https://api.github.com/users/sammy-SC/orgs", "repos_url": "https://api.github.com/users/sammy-SC/repos", "events_url": "https://api.github.com/users/sammy-SC/events{/privacy}", "received_events_url": "https://api.github.com/users/sammy-SC/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
4
2024-11-13T18:57:43
2024-11-14T16:15:28
2024-11-14T16:15:16
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47594", "html_url": "https://github.com/facebook/react-native/pull/47594", "diff_url": "https://github.com/facebook/react-native/pull/47594.diff", "patch_url": "https://github.com/facebook/react-native/pull/47594.patch", "merged_at": null }
Summary: changelog: [internal] helpful for debugging. Differential Revision: D65895429
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47594/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47594/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47593
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47593/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47593/comments
https://api.github.com/repos/facebook/react-native/issues/47593/events
https://github.com/facebook/react-native/pull/47593
2,656,417,902
PR_kwDOAbrxp86B0yTr
47,593
Update debugger-frontend from ff343d8...b61aae3
{ "login": "EdmondChuiHW", "id": 1967998, "node_id": "MDQ6VXNlcjE5Njc5OTg=", "avatar_url": "https://avatars.githubusercontent.com/u/1967998?v=4", "gravatar_id": "", "url": "https://api.github.com/users/EdmondChuiHW", "html_url": "https://github.com/EdmondChuiHW", "followers_url": "https://api.github.com/users/EdmondChuiHW/followers", "following_url": "https://api.github.com/users/EdmondChuiHW/following{/other_user}", "gists_url": "https://api.github.com/users/EdmondChuiHW/gists{/gist_id}", "starred_url": "https://api.github.com/users/EdmondChuiHW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/EdmondChuiHW/subscriptions", "organizations_url": "https://api.github.com/users/EdmondChuiHW/orgs", "repos_url": "https://api.github.com/users/EdmondChuiHW/repos", "events_url": "https://api.github.com/users/EdmondChuiHW/events{/privacy}", "received_events_url": "https://api.github.com/users/EdmondChuiHW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." }, { "id": 1208510250, "node_id": "MDU6TGFiZWwxMjA4NTEwMjUw", "url": "https://api.github.com/repos/facebook/react-native/labels/p:%20Facebook", "name": "p: Facebook", "color": "0052cc", "default": false, "description": "Partner: Facebook" }, { "id": 1215208045, "node_id": "MDU6TGFiZWwxMjE1MjA4MDQ1", "url": "https://api.github.com/repos/facebook/react-native/labels/Partner", "name": "Partner", "color": "0052cc", "default": false, "description": "" }, { "id": 1690952236, "node_id": "MDU6TGFiZWwxNjkwOTUyMjM2", "url": "https://api.github.com/repos/facebook/react-native/labels/fb-exported", "name": "fb-exported", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
3
2024-11-13T18:40:11
2024-11-13T19:31:30
2024-11-13T19:31:20
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47593", "html_url": "https://github.com/facebook/react-native/pull/47593", "diff_url": "https://github.com/facebook/react-native/pull/47593.diff", "patch_url": "https://github.com/facebook/react-native/pull/47593.patch", "merged_at": null }
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from ff343d8...b61aae3 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](https://github.com/facebookexperimental/rn-chrome-devtools-frontend/compare/ff343d805527223750fafb8573ee48f8e2fb0d1e...b61aae3ccc6e2684dfbf1e2a06b0f985b459f11f). Differential Revision: D65894096
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47593/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47593/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47592
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47592/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47592/comments
https://api.github.com/repos/facebook/react-native/issues/47592/events
https://github.com/facebook/react-native/issues/47592
2,655,992,074
I_kwDOAbrxp86eTzkK
47,592
[0.76] Android old-architecture crash when app started via headlessJS init pathway - was: Some Android Devices Crash After Upgrade to 0.76.1
{ "login": "nes123", "id": 7921778, "node_id": "MDQ6VXNlcjc5MjE3Nzg=", "avatar_url": "https://avatars.githubusercontent.com/u/7921778?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nes123", "html_url": "https://github.com/nes123", "followers_url": "https://api.github.com/users/nes123/followers", "following_url": "https://api.github.com/users/nes123/following{/other_user}", "gists_url": "https://api.github.com/users/nes123/gists{/gist_id}", "starred_url": "https://api.github.com/users/nes123/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nes123/subscriptions", "organizations_url": "https://api.github.com/users/nes123/orgs", "repos_url": "https://api.github.com/users/nes123/repos", "events_url": "https://api.github.com/users/nes123/events{/privacy}", "received_events_url": "https://api.github.com/users/nes123/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 Snack or an attached project." }, { "id": 856933610, "node_id": "MDU6TGFiZWw4NTY5MzM2MTA=", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20PR%20Submitted", "name": "Resolution: PR Submitted", "color": "0052cc", "default": false, "description": "A pull request with a fix has been provided." }, { "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": 4139601962, "node_id": "LA_kwDOAbrxp872vVAq", "url": "https://api.github.com/repos/facebook/react-native/labels/Type:%20Old%20Architecture", "name": "Type: Old Architecture", "color": "E99695", "default": false, "description": "For issues related to the old architecture" }, { "id": 7658506934, "node_id": "LA_kwDOAbrxp88AAAAByHuKtg", "url": "https://api.github.com/repos/facebook/react-native/labels/0.76", "name": "0.76", "color": "D93F0B", "default": false, "description": "" } ]
closed
false
{ "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/cortinico/followers", "following_url": "https://api.github.com/users/cortinico/following{/other_user}", "gists_url": "https://api.github.com/users/cortinico/gists{/gist_id}", "starred_url": "https://api.github.com/users/cortinico/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cortinico/subscriptions", "organizations_url": "https://api.github.com/users/cortinico/orgs", "repos_url": "https://api.github.com/users/cortinico/repos", "events_url": "https://api.github.com/users/cortinico/events{/privacy}", "received_events_url": "https://api.github.com/users/cortinico/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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/cortinico/followers", "following_url": "https://api.github.com/users/cortinico/following{/other_user}", "gists_url": "https://api.github.com/users/cortinico/gists{/gist_id}", "starred_url": "https://api.github.com/users/cortinico/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cortinico/subscriptions", "organizations_url": "https://api.github.com/users/cortinico/orgs", "repos_url": "https://api.github.com/users/cortinico/repos", "events_url": "https://api.github.com/users/cortinico/events{/privacy}", "received_events_url": "https://api.github.com/users/cortinico/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
40
2024-11-13T16:02:24
2024-12-13T11:13:02
2024-12-06T20:09:34
NONE
null
null
null
null
### Description After upgrading from react-native 0.73 to 0.76.1 few android apps in production crash on start. any help will be much appreciated ### Steps to reproduce Reproducer is here: https://github.com/mikehardy/old-arch-android-receiver-boot-crash ### React Native Version 0.76.1 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text System: OS: macOS 15.0.1 CPU: (12) x64 Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz Memory: 283.44 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.2 path: ~/.nvm/versions/node/v18.18.2/bin/node Yarn: version: 1.22.4 path: /usr/local/bin/yarn npm: version: 8.8.0 path: ~/workspace/argi/node_modules/.bin/npm Watchman: version: 2023.10.30.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.0 - iOS 18.0 - macOS 15.0 - tvOS 18.0 - visionOS 2.0 - watchOS 11.0 Android SDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12483815 Xcode: version: 16.0/16A242d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.1 path: /usr/bin/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": installed: 15.0.0 wanted: ^15.0.0 react: installed: 18.3.1 wanted: ^18.3.1 react-native: installed: 0.76.1 wanted: ^0.76.1 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: Not found newArchEnabled: Not found iOS: hermesEnabled: Not found newArchEnabled: false ``` ### Stacktrace or Logs ```text 0 libc.so +0x59b38 abort 1 libc++_shared.so +0x9dd80 0x7b4d2e5d84 2 libc++_shared.so +0x9ca40 0x7b4d2e4a44 3 libc++_shared.so +0x9ced0 0x7b4d2e4ed4 4 split_config.arm64_v8a.apk!libc++_shared.so +0x9ce70 std::terminate() 5 libreactnative.so +0x345620 0x7b4a9f2624 6 libreactnative.so +0x540404 0x7b4abed408 7 split_config.arm64_v8a.apk!libreactnative.so +0x39af80 facebook::react::JsErrorHandler::handleFatalError(facebook::jsi::Runtime&, facebook::jsi::JSError&) 8 libreactnative.so +0x350110 0x7b4a9fd114 9 libhermes.so +0xbb7ec 0x7b46db67f0 10 libhermes.so +0xbb44c 0x7b46db6450 11 libhermes.so +0xc2524 0x7b46dbd528 12 libhermes.so +0xd2870 0x7b46dcd874 13 libhermes.so +0xd4220 0x7b46dcf224 14 libhermes.so +0xd38dc 0x7b46dce8e0 15 libhermes.so +0x106cb0 0x7b46e01cb4 16 libhermes.so +0xae920 0x7b46da9924 17 split_config.arm64_v8a.apk!libhermes.so +0xae7a8 facebook::hermes::HermesRuntime::evaluateJavaScriptWithSourceMap(std::__ndk1::shared_ptr<facebook::jsi::Buffer const> const&, std::__ndk1::shared_ptr<facebook::jsi::Buffer const> const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char> > const&) 18 libhermes.so +0xaf7c4 0x7b46daa7c8 19 libreactnative.so +0x34c220 0x7b4a9f9224 20 libreactnative.so +0x4dc134 0x7b4ab89138 21 libreactnative.so +0x349e24 0x7b4a9f6e28 22 libreactnative.so +0x51b7b0 0x7b4abc87b4 23 split_config.arm64_v8a.apk!libfbjni.so +0x19800 facebook::jni::detail::MethodWrapper<void (facebook::jni::JNativeRunnable::*)(), &facebook::jni::JNativeRunnable::run, facebook::jni::JNativeRunnable, void>::dispatch(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>) 24 split_config.arm64_v8a.apk!libfbjni.so +0x19740 facebook::jni::detail::FunctionWrapper<void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>), facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*, void>::call(_JNIEnv*, _jobject*, void (*)(facebook::jni::alias_ref<facebook::jni::detail::JTypeFor<facebook::jni::HybridClass<facebook::jni::JNativeRunnable, facebook::jni::JRunnable>::JavaPart, facebook::jni::JRunnable, void>::_javaobject*>)) 25 boot.oat +0x3343bc art_jni_trampoline ``` ### Reproducer N/A ### Screenshots and Videos _No response_
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47592/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/47592/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
false
https://api.github.com/repos/facebook/react-native/issues/47591
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47591/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47591/comments
https://api.github.com/repos/facebook/react-native/issues/47591/events
https://github.com/facebook/react-native/pull/47591
2,655,951,030
PR_kwDOAbrxp86BzcRt
47,591
Fix ScrollView centerContent losing taps and causing jitter on iOS
{ "login": "gaearon", "id": 810438, "node_id": "MDQ6VXNlcjgxMDQzOA==", "avatar_url": "https://avatars.githubusercontent.com/u/810438?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gaearon", "html_url": "https://github.com/gaearon", "followers_url": "https://api.github.com/users/gaearon/followers", "following_url": "https://api.github.com/users/gaearon/following{/other_user}", "gists_url": "https://api.github.com/users/gaearon/gists{/gist_id}", "starred_url": "https://api.github.com/users/gaearon/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gaearon/subscriptions", "organizations_url": "https://api.github.com/users/gaearon/orgs", "repos_url": "https://api.github.com/users/gaearon/repos", "events_url": "https://api.github.com/users/gaearon/events{/privacy}", "received_events_url": "https://api.github.com/users/gaearon/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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 before a PR can be reviewed." }, { "id": 982010329, "node_id": "MDU6TGFiZWw5ODIwMTAzMjk=", "url": "https://api.github.com/repos/facebook/react-native/labels/Merged", "name": "Merged", "color": "6f42c1", "default": false, "description": "This PR has been merged." } ]
closed
false
null
[]
null
12
2024-11-13T15:48:03
2024-11-25T23:00:42
2024-11-25T23:00:30
COLLABORATOR
null
null
false
{ "url": "https://api.github.com/repos/facebook/react-native/pulls/47591", "html_url": "https://github.com/facebook/react-native/pull/47591", "diff_url": "https://github.com/facebook/react-native/pull/47591.diff", "patch_url": "https://github.com/facebook/react-native/pull/47591.patch", "merged_at": null }
## Summary: The React Native `<ScrollView>` has a peculiar `centerContent` prop. It solves a common need — keeping the image "centered" while it's not fully zoomed in (but then allowing full panning after it's sufficiently zoomed in). This prop sort of works but it has a few wonky behaviors: - If you start tapping immediately after pinch (and don't stop), the taps will not be recognized until a second after you stop tapping. I suspect this is because the existing `centerContent` implementation hijacks the `contentOffset` setter, but the calling UIKit code _does not know_ it's being hijacked, and so the calling UIKit code _thinks_ it needs to do a momentum animation. This (invisible) momentum animation causes the scroll view to keep eating the tap touches. - While you're zooming in, once you cross the threshold where `contentOffset` hijacking stops adjusting values, there will be a sudden visual jump during the pinch. This is because the "real" `contentOffset` tracks the accumulated translation from the pinch gesture, and once it gets taken into account with no "correction", the new offset snaps into place. - While not sufficiently pinched in, the vertical axis is completely rigid. It does not have the natural rubber banding. The solution to all of these issues is described [here](https://petersteinberger.com/blog/2013/how-to-center-uiscrollview/). Instead of hijacking `contentOffset`, it is more reliable to track zooming, child view, and frame changes, and adjust `contentInsets` instead. This solves all three issues: - UIKit isn't confused by the content offset changing from under it so it doesn't mistrigger a faux momentum animation. - There is no sudden jump because it's the insets that are being adjusted. - Rubber banding just works. ## Changelog: <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [IOS] [FIXED] - Fixed centerContent losing taps and causing jitter ## Test Plan: <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. --> I'm extracting this from [a patch we're applying to Bluesky](https://github.com/bluesky-social/social-app/blob/2ef697fe3d7dec198544ed6834553f33b95790b3/patches/react-native%2B0.74.1.patch). I'll be honest — I have not tested this in isolation, and it likely requires some testing to get merged in. I do not, unfortuntately, have the capacity to do it myself so this is more of a "throw over the wall" kind of patch. Maybe it will be helpful to somebody else. I've tested these in our real open source app (https://github.com/bluesky-social/social-app/pull/6298). You can reproduce it in any of the lightboxes in the feed or the profile. ### Before the fix Observe the failing tap gestures, sudden jump while pinching, lack of rubber banding. https://github.com/user-attachments/assets/c9883201-c9f0-4782-9b80-8e0a9f77c47c ### After the fix Observe the natural iOS behavior. https://github.com/user-attachments/assets/c025e1df-6963-40ba-9e28-d48bfa5e631d Unfortunately I do not have the capacity to verify this fix in other scenarios outside of our app.
{ "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": "https://api.github.com/users/facebook-github-bot/followers", "following_url": "https://api.github.com/users/facebook-github-bot/following{/other_user}", "gists_url": "https://api.github.com/users/facebook-github-bot/gists{/gist_id}", "starred_url": "https://api.github.com/users/facebook-github-bot/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/facebook-github-bot/subscriptions", "organizations_url": "https://api.github.com/users/facebook-github-bot/orgs", "repos_url": "https://api.github.com/users/facebook-github-bot/repos", "events_url": "https://api.github.com/users/facebook-github-bot/events{/privacy}", "received_events_url": "https://api.github.com/users/facebook-github-bot/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47591/reactions", "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47591/timeline
null
null
null
true
https://api.github.com/repos/facebook/react-native/issues/47590
https://api.github.com/repos/facebook/react-native
https://api.github.com/repos/facebook/react-native/issues/47590/labels{/name}
https://api.github.com/repos/facebook/react-native/issues/47590/comments
https://api.github.com/repos/facebook/react-native/issues/47590/events
https://github.com/facebook/react-native/issues/47590
2,655,910,981
I_kwDOAbrxp86eTfxF
47,590
Production Android: app is not compatible with app android 12 after upgrade from 0.73 to 0.75
{ "login": "wogno", "id": 31076843, "node_id": "MDQ6VXNlcjMxMDc2ODQz", "avatar_url": "https://avatars.githubusercontent.com/u/31076843?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wogno", "html_url": "https://github.com/wogno", "followers_url": "https://api.github.com/users/wogno/followers", "following_url": "https://api.github.com/users/wogno/following{/other_user}", "gists_url": "https://api.github.com/users/wogno/gists{/gist_id}", "starred_url": "https://api.github.com/users/wogno/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/wogno/subscriptions", "organizations_url": "https://api.github.com/users/wogno/orgs", "repos_url": "https://api.github.com/users/wogno/repos", "events_url": "https://api.github.com/users/wogno/events{/privacy}", "received_events_url": "https://api.github.com/users/wogno/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "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": 1794148631, "node_id": "MDU6TGFiZWwxNzk0MTQ4NjMx", "url": "https://api.github.com/repos/facebook/react-native/labels/Needs:%20Author%20Feedback", "name": "Needs: Author Feedback", "color": "d4c5f9", "default": false, "description": "" }, { "id": 1794376073, "node_id": "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 the issue." }, { "id": 1794380150, "node_id": "MDU6TGFiZWwxNzk0MzgwMTUw", "url": "https://api.github.com/repos/facebook/react-native/labels/Newer%20Patch%20Available", "name": "Newer Patch Available", "color": "d4c5f9", "default": false, "description": "" }, { "id": 4139937040, "node_id": "LA_kwDOAbrxp872wm0Q", "url": "https://api.github.com/repos/facebook/react-native/labels/Resolution:%20Answered", "name": "Resolution: Answered", "color": "C2E0C6", "default": false, "description": "When the issue is resolved with a simple answer" } ]
closed
false
null
[]
null
4
2024-11-13T15:35:46
2024-12-02T18:34:40
2024-12-02T18:34:35
NONE
null
null
null
null
### Description After upgraded my app to 0.73 to 0.75.3, many customer cannot install or update their app, The minsdk is 23, follow to below compativilty android 6 and above should support but we get app is not compatible witth android 11, 12 and some above. <img width="1124" alt="Capture d’écran 2024-11-13 à 15 29 42" src="https://github.com/user-attachments/assets/e589d42d-75aa-4801-868e-acd1cb11854e"> My gradle buildscript { ext { buildToolsVersion = "34.0.0" minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125" kotlinVersion = "1.9.24" } repositories { google() mavenCentral() } dependencies { classpath("com.android.tools.build:gradle") classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") classpath("com.google.gms:google-services:4.4.2") } } apply plugin: "com.facebook.react.rootproject" My gradle properties # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m # org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=4g # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app's APK # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Use this property to specify which architecture you want to build. # You can also override it from the CLI using # ./gradlew <task> -PreactNativeArchitectures=x86_64 reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # Use this property to enable support to the new architecture. # This will allow you to use TurboModules and the Fabric render in # your application. You should enable this flag either if you want # to write custom TurboModules/Fabric components OR use libraries that # are providing them. newArchEnabled=true # Use this property to enable or disable the Hermes JS engine. # If set to false, you will be using JSC instead. hermesEnabled=true VisionCamera_enableCodeScanner=true ### Steps to reproduce Build app and move to production for Android ### React Native Version 0.75.3 ### Affected Platforms Runtime - Android ### Output of `npx react-native info` ```text System: OS: macOS 14.5 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 49.38 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.9.0 path: /usr/local/bin/node Yarn: version: 1.22.22 path: ~/Documents/projects-software/my-projects/manage-app/songyammmERP/node_modules/.bin/yarn npm: version: 10.8.3 path: /usr/local/bin/npm Watchman: version: 2024.10.07.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 24.1 - iOS 18.1 - macOS 15.1 - tvOS 18.1 - visionOS 2.1 - watchOS 11.1 Android SDK: Android NDK: 22.1.7171670 IDEs: Android Studio: 2024.1 AI-241.18034.62.2412.12266719 Xcode: version: 16.1/16B40 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.11 path: /Users/sandwidimohamed/.jenv/shims/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.3.1 wanted: 18.3.1 react-native: installed: 0.75.3 wanted: 0.75.3 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: true iOS: hermesEnabled: true newArchEnabled: true info React Native v0.76.1 is now available (your project is running on v0.75.3). info Changelog: https://github.com/facebook/react-native/releases/tag/v0.76.1 ``` ### Stacktrace or Logs ```text App is not compatible to this devices(android 11 and 12 and some above) ``` ### Reproducer No one ### Screenshots and Videos _No response_
{ "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/cortinico/followers", "following_url": "https://api.github.com/users/cortinico/following{/other_user}", "gists_url": "https://api.github.com/users/cortinico/gists{/gist_id}", "starred_url": "https://api.github.com/users/cortinico/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cortinico/subscriptions", "organizations_url": "https://api.github.com/users/cortinico/orgs", "repos_url": "https://api.github.com/users/cortinico/repos", "events_url": "https://api.github.com/users/cortinico/events{/privacy}", "received_events_url": "https://api.github.com/users/cortinico/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/facebook/react-native/issues/47590/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/facebook/react-native/issues/47590/timeline
null
not_planned
{ "total": 0, "completed": 0, "percent_completed": 0 }
false