{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":29028775,"defaultBranch":"main","name":"react-native","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-01-09T18:10:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715098210.0","currentOid":""},"activityList":{"items":[{"before":"1be073e8326017cdb5fcd790cd355b1b30880f2c","after":"2a96dba075367047be6bdb88d2fee6a1a05bc85c","ref":"refs/heads/main","pushedAt":"2024-05-20T20:15:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"remove shadowed static (#44626)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44626\n\nThis variable is unused and is shadowed by a function local.\nChangelog: [Internal]\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57568098\n\nfbshipit-source-id: e5f56b7ef88497d4b9935275eb7e805660741146","shortMessageHtmlLink":"remove shadowed static (#44626)"}},{"before":"30d7a0f1d7f85f173ff296eef6e301d62aa30e14","after":"1be073e8326017cdb5fcd790cd355b1b30880f2c","ref":"refs/heads/main","pushedAt":"2024-05-20T17:35:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix assert Turbo Module example crash the app when tap `Run all tests` (#44607)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44607\n\nSame as https://github.com/facebook/react-native/pull/41521?fbclid=IwAR1X3qRAyVCZIy2w2T7tmqd1FYVCqrT2TyO-gszIgJ0XKN6F60ODkq_K3nI for the Java / ObjC Turbo Module example.\n\nChangelog: [INTERNAL] [FIXED] - [RN-Tester] Fix assert Turbo Module example crash the app when tap `Run all tests`\n\nReviewed By: cortinico\n\nDifferential Revision: D57531736\n\nfbshipit-source-id: 7cad5dfd31c306dff4763b67466664f2dde6b239","shortMessageHtmlLink":"Fix assert Turbo Module example crash the app when tap Run all tests ("}},{"before":"4fb5573796e33868aefe4ebdcb8250e171af4989","after":"30d7a0f1d7f85f173ff296eef6e301d62aa30e14","ref":"refs/heads/main","pushedAt":"2024-05-20T16:41:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"handle re-entry in RuntimeScheduler::executeNowOnTheSameThread (#44606)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44606\n\nchangelog: [internal]\n\nProtect RuntimeScheduler::executeNowOnTheSameThread against re-entry to prevent deadlocks.\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57514317\n\nfbshipit-source-id: 88309aa27fedefcce7bf8ce5be9a382fdf72cfae","shortMessageHtmlLink":"handle re-entry in RuntimeScheduler::executeNowOnTheSameThread (#44606)"}},{"before":"252519666fb948895e18f8246f90fafab106127a","after":"4fb5573796e33868aefe4ebdcb8250e171af4989","ref":"refs/heads/main","pushedAt":"2024-05-20T16:31:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update ColorPropConverterto support color function values (#44237)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44237\n\nThis adds support for color function values to ColorPropConverter per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). It updates the color conversion code so that it returns a Color instance before ultimately being converted to an Integer in preparation for returning long values as needed.\n\n## Changelog:\n\n[ANDROID] [ADDED] - Update ColorPropConverter to support color function values\n\nPull Request resolved: https://github.com/facebook/react-native/pull/43031\n\nTest Plan:\nColors should work exactly the same as before.\n\nFollow test steps from https://github.com/facebook/react-native/pull/42831 to test support for color() function syntax.\n\nWhile colors specified with color() function syntax will not yet render in DisplayP3 color space they will not be misrecognized as resource path colors but will instead fallback to their sRGB color space values.\n\n ---\n\nAfter the failure with the tests, I reapplied the changes and test some Jest e2e tests that were failing yesterday:\n\n{F1495277376}\n\nReviewed By: cortinico\n\nDifferential Revision: D56517579\n\nPulled By: cipolleschi\n\nfbshipit-source-id: ae9b5bc2afe9eb9760dd91afb090385daf7102b8","shortMessageHtmlLink":"Update ColorPropConverterto support color function values (#44237)"}},{"before":"417ff5fec92cb8e7e91581942e0431064b4b4d52","after":"252519666fb948895e18f8246f90fafab106127a","ref":"refs/heads/main","pushedAt":"2024-05-20T15:02:30.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Deduplicate test case for TextExample in preparation of rntester android onboarding\n\nSummary:\nD57197676 reordered the TextExample test cases, but accidentally reused the same string as the case in packages/rn-tester/js/examples/Text/TextInlineViewsExample.js\n\nChangelog: [Internal]\n\nReviewed By: rshest\n\nDifferential Revision: D57279961\n\nfbshipit-source-id: 60a41eaf13d82538ee149fe4ef5531e42c00b012","shortMessageHtmlLink":"Deduplicate test case for TextExample in preparation of rntester andr…"}},{"before":"7349dabae2eae35c8c24d544d7abf0d710ca26f8","after":"417ff5fec92cb8e7e91581942e0431064b4b4d52","ref":"refs/heads/main","pushedAt":"2024-05-20T14:38:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add to CSSParser (#44624)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44624\n\nThe syntax for is defined as (https://www.w3.org/TR/css-color-4/#color-syntax):\n\n```\n = | currentColor | \n\n = | | | transparent\n = | | | | | | | | | \n```\n\nThis diff implements in particular:\n```\n = \n```\n\nWe parse over a `` to extract a 3, 4, 6 or 8 digit long hexadecimal and parse it into a CSSColor struct representation:\n\n```\nstruct Color {\n uint8_t r // 0-255\n uint8_t g // 0-255\n uint8_t b // 0-255\n uint8_t a // 0.0 - 1.0\n}\n```\nChangelog: [Internal]\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57287309\n\nfbshipit-source-id: 35ce82e52fdc8fc86425e03d7883ae09b429b9e4","shortMessageHtmlLink":"Add <hex-color> to CSSParser (#44624)"}},{"before":"99704800a13136510562f197bcb54d603a7c35a5","after":"7349dabae2eae35c8c24d544d7abf0d710ca26f8","ref":"refs/heads/main","pushedAt":"2024-05-20T14:24:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Make StatusBarModule nullsafe (#44618)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44618\n\nThis change is a prerequisite to converting this file to Kotlin. It adds null checks to potentially nullable window and inset getters that were previously not there.\n\n## Changelog:\n[Android] [Changed] - Added null checks, marked null safety in StatusBarModule\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57553395\n\nfbshipit-source-id: 5293bb74a95d22bb82971c0a9d691c9e5e36d81f","shortMessageHtmlLink":"Make StatusBarModule nullsafe (#44618)"}},{"before":"1945939808de953d6a932851344a742930d4ad50","after":"99704800a13136510562f197bcb54d603a7c35a5","ref":"refs/heads/main","pushedAt":"2024-05-20T13:43:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"chore: Increase iOS script portability (#44417)\n\nSummary:\n`pod install` and CocoaPods are actually not macOS specific.\nStill, the pod lifecycle scripts of `react-native` depend on macOS-only utilities and will fail on Linux.\n\nThis is an attempt to make the scripts portable and make the pod install cleanly on Linux as well as macOS.\n\n## Changelog:\n\n [INTERNAL] [FIXED] - Skip XCode patching when not run on macOS\n [INTERNAL] [FIXED] - Fall back to `which gcc`/`which g++` to identify C/C++ compiler when `xcrun` not available\n [INTERNAL] [FEAT] - Recognize CC and CXX env vars supplied to the script and prefer them over autodetection\n\nPull Request resolved: https://github.com/facebook/react-native/pull/44417\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57055928\n\nPulled By: cipolleschi\n\nfbshipit-source-id: 1c49f70c52b4667abf0a215cbee52ee6aa6dd052","shortMessageHtmlLink":"chore: Increase iOS script portability (#44417)"}},{"before":"8d5bbca1eb8b91d0f678b557996a78c091976a53","after":"1945939808de953d6a932851344a742930d4ad50","ref":"refs/heads/main","pushedAt":"2024-05-20T13:01:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"avoid calling setState when onScrollEmitter exists (#44609)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44609\n\nchangelog: [internal]\n\nDo not call setState when onScrollEmitter exists to prevent unnecessary re-render.\n\nReviewed By: yungsters\n\nDifferential Revision: D57537436\n\nfbshipit-source-id: 3a0883171e8fa7995b715aff84702daca075f843","shortMessageHtmlLink":"avoid calling setState when onScrollEmitter exists (#44609)"}},{"before":"06e37bb194cbf170945ba00da0ccdfe5c63d6840","after":"8d5bbca1eb8b91d0f678b557996a78c091976a53","ref":"refs/heads/main","pushedAt":"2024-05-20T12:22:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix borderRadius incorrect overrides (#44602)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44602\n\nFix regression caused by D56943825 where radii set to 0 was not being considered. Also preemptively fix a possible bug with RTL due to incorrect overrides.\n\nChangelog:\n[Android][Fixed] - Fix borderRadius incorrect overrides\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57473482\n\nfbshipit-source-id: d22a46bdd271d5f254e7d7e54abc55c00a8da8f2","shortMessageHtmlLink":"Fix borderRadius incorrect overrides (#44602)"}},{"before":"fbf9c4343ae922013b008a7d855c5927b7113e60","after":"06e37bb194cbf170945ba00da0ccdfe5c63d6840","ref":"refs/heads/main","pushedAt":"2024-05-20T12:07:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove tests using Xcode 14 (#44448)\n\nSummary:\nApple is enforcing that new apps submission to the store mst use XCode 15. There is no reason to keep testing on Xcode 14.3 anymore, hence we are removing those jobs.\nWhile doing that, we are also aligning the tests between Test_All and test_iOS workflows.\n\nbypass-github-export-checks\n\n## Changelog:\n[Internal] - Remove CircleCI tests for Xcode 14.3\n\nPull Request resolved: https://github.com/facebook/react-native/pull/44448\n\nTest Plan: CircleCI must stay Green\n\nReviewed By: huntie\n\nDifferential Revision: D57153939\n\nPulled By: cipolleschi\n\nfbshipit-source-id: 82278bcb598b134238852e32b667a28619fb74cb","shortMessageHtmlLink":"Remove tests using Xcode 14 (#44448)"}},{"before":"de1967d631a98195317d6318930e7141391c6cdc","after":"fbf9c4343ae922013b008a7d855c5927b7113e60","ref":"refs/heads/main","pushedAt":"2024-05-20T10:34:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove _logWarnIfCreateRootViewWithBridgeIsOverridden (#44271)\n\nSummary:\nFixes customizeRootView migration comment. cc cipolleschi\n\n## Changelog:\n\n[IOS] [FIXED] - Fixes customizeRootView migration comment\n\nPull Request resolved: https://github.com/facebook/react-native/pull/44271\n\nTest Plan: ![image](https://github.com/facebook/react-native/assets/5061845/bf8b7628-9c23-4920-80bb-72b3ab08fbe3)\n\nReviewed By: christophpurrer\n\nDifferential Revision: D56821755\n\nPulled By: cipolleschi\n\nfbshipit-source-id: 5f85929d35ffc8768e5a7f1e76d738613bc70b14","shortMessageHtmlLink":"Remove _logWarnIfCreateRootViewWithBridgeIsOverridden (#44271)"}},{"before":"1ad69d94bc00ebf2e1abede02dbbad575afdaaa2","after":"de1967d631a98195317d6318930e7141391c6cdc","ref":"refs/heads/main","pushedAt":"2024-05-20T10:18:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"convert circleci to github actions part 3 (#44511)\n\nSummary:\nOne of the last parts of the migration. This PR foucuses on bringing the template jobs to Github actions.\n\nbypass-github-export-checks\n\n## Changelog:\n[Internal] - Migrate template jobs from CCI to GH\n\nPull Request resolved: https://github.com/facebook/react-native/pull/44511\n\nTest Plan: https://fburl.com/workplace/f6mz6tmw\n\nReviewed By: blakef\n\nDifferential Revision: D57202477\n\nPulled By: cipolleschi\n\nfbshipit-source-id: be562cd3690d221f094dc734dd501aac25c36f59","shortMessageHtmlLink":"convert circleci to github actions part 3 (#44511)"}},{"before":"93c079b92a028354cb7926b2029601238bf82d7d","after":"1ad69d94bc00ebf2e1abede02dbbad575afdaaa2","ref":"refs/heads/main","pushedAt":"2024-05-20T10:12:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add consumption for CSSTokenizer (#44613)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44613\n\nWe are building a native CSS parser for Fabric, to allow broader support for CSS. One area not yet implemented are features required for color.\n\n is a pre-requisite.\n\nChangelog: [Internal]\n\nReviewed By: NickGerleman\n\nDifferential Revision: D57180293\n\nfbshipit-source-id: 0932c44d881f205aed55bcdf4fa23ad04b336c11","shortMessageHtmlLink":"Add <hash-token> consumption for CSSTokenizer (#44613)"}},{"before":"355ca28b5d2dbd0a0a4161db3ce6b893ffced024","after":"93c079b92a028354cb7926b2029601238bf82d7d","ref":"refs/heads/main","pushedAt":"2024-05-18T03:42:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Mark CSSBackgroundDrawable as Nullsafe (#44541)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44541\n\nChangelog: [Internal]\n\nReviewed By: rshest\n\nDifferential Revision: D57250750\n\nfbshipit-source-id: 433213b83ebd8fba8d326434787a2d7e6cf1c626","shortMessageHtmlLink":"Mark CSSBackgroundDrawable as Nullsafe (#44541)"}},{"before":"af721084afd5ba530e47fb353e8e5b1c4d9f56b7","after":"355ca28b5d2dbd0a0a4161db3ce6b893ffced024","ref":"refs/heads/main","pushedAt":"2024-05-18T02:16:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Reland: Sanitize measure function results\n\nSummary:\nD57285584 was reverted because we have service code with a faulty measure function, and adding logging to Yoga when invalid measurements were received was enough to spike error rate to elevated levels and block release.\n\nThis is a reland of the below change, with a couple modifications:\n1. We log warnings instead of errors, which from what I heard, shouldn't block release, but should still make signal\n2. We only zero the dimension which was NaN, to preserve exact behavior\n\n## Original\n\nWe've started seeing assertion failures in Yoga where a `NaN` value makes its way to an `availableHeight` constraint when measuring Litho tree.\n\nBecause it's only happening on Litho, I have some suspicion this might be originating from a Litho-specific measure function. This adds sanitization in Yoga to measure function results, where we will log an error, and set size to zero, if either dimension ends up being negative of `NaN`.\n\nThis doesn't really help track down where the error was happening, but Yoga doesn't have great context to show this to begin with. If we see this is issue, next steps would be Litho internal intrumentation to find culprit.\n\nChangelog: [Internal]\n\nReviewed By: sbuggay\n\nDifferential Revision: D57473295\n\nfbshipit-source-id: 979f1b9a51f5550a8d3ca534276ec191a3cb7b9e","shortMessageHtmlLink":"Reland: Sanitize measure function results"}},{"before":"044aadbaf6830b21aab821804dc5a7989010022e","after":"af721084afd5ba530e47fb353e8e5b1c4d9f56b7","ref":"refs/heads/main","pushedAt":"2024-05-17T23:40:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix SurfaceMountingManager leaking activity from stopped surfaces (#44584)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44584\n\nChangelog: [Android][Fixed] Surfaces no longer leak activity once stopped\n\nReviewed By: javache\n\nDifferential Revision: D57367419\n\nfbshipit-source-id: 7aa69256284f97679ebcc3309f2b74650ec3fb51","shortMessageHtmlLink":"Fix SurfaceMountingManager leaking activity from stopped surfaces (#4…"}},{"before":"355fe7717cf4b16aefa17345d3ab7067ca489991","after":"044aadbaf6830b21aab821804dc5a7989010022e","ref":"refs/heads/main","pushedAt":"2024-05-17T13:24:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix bad merge of I18nUtil (#44600)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44600\n\nI didn't pay close enough attention during merge between V1 and V2 of D57248205, and what I ultimately checked in is not correct. Fix the logic here.\n\nChangelog: [Internal]\n\nReviewed By: yungsters\n\nDifferential Revision: D57488372\n\nfbshipit-source-id: c9db597a6ae4ca5ae81e6ccd9913a14be268dd57","shortMessageHtmlLink":"Fix bad merge of I18nUtil (#44600)"}},{"before":"f997b81288148b4eee30b65375059feac2a14cd8","after":"355fe7717cf4b16aefa17345d3ab7067ca489991","ref":"refs/heads/main","pushedAt":"2024-05-17T10:44:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"mark hasRtlSupport as public API (#44599)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/44599\n\nContributed in D57248205 / facebook/react-native#44538\n\nFrom:\n```\nbuck2 run //xplat/js/scripts/rn-api:generate-rn-api-metadata\n```\n\nChangelog: [Internal]\n\nReviewed By: rshest\n\nDifferential Revision: D57487065\n\nfbshipit-source-id: 35308c7a1ef7368b4b1792fe26cf057e45de1360","shortMessageHtmlLink":"mark hasRtlSupport as public API (#44599)"}},{"before":"82c6f8a58056cfa163a61a4e6668a54625b15d06","after":"f997b81288148b4eee30b65375059feac2a14cd8","ref":"refs/heads/main","pushedAt":"2024-05-17T02:38:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"feat(iOS/fabric): percentage support in translate (#43192)\n\nSummary:\nThis PR adds percentage support in translate properties for new arch iOS. Isolating this PR for easier reviews.\n\nThe approach taken here introduces usage of `ValueUnit` struct for transform operations so it can support `%` in translates and delay the generation of actual transform matrix until view dimensions are known. I have tried to keep the changes minimal and reuse existing APIs, open to changes if there's an alternative approach.\n\n## Changelog:\n[IOS] [ADDED] - Percentage support in translate in new arch.\n\n\n[iOS] [Fixed] - Fix RCTPerfMonitor not showing up in scene based app\n\nPull Request resolved: https://github.com/facebook/react-native/pull/43476\n\nTest Plan:\n- Tested RCTPerfMonitor in app not using scenes;\n- Tested RCTPerfMonitor in app using scenes in iOS 13 & 14;\n- Tested RCTPerfMonitor in app using scenes in iOS 15+.\n\nReviewed By: rshest\n\nDifferential Revision: D57381551\n\nPulled By: javache\n\nfbshipit-source-id: fd6cce20c9a4ed41d7aae84751fc0c83391d0865","shortMessageHtmlLink":"Fix RCTPerfMonitor not showing up in scene based app (#43476)"}},{"before":"d94c4c46f27139d68d5303d0dafe106c4c685ea6","after":"46d4b837a581168507b569744cae459bd1f4a70c","ref":"refs/heads/main","pushedAt":"2024-05-16T09:34:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"fix hint when using createRootViewWithBridge to show correct method name (#44585)\n\nSummary:\nI used the `createRootViewWithBridge` in a Project and got the hint to migrate to the `customiseView` Method. I searched for the Method, but found it under a different name: `customizeRootView`.\nSo i thought it would be helpful to use the correct Method name inside the hint message.\n\n## Changelog:\n\n[IOS] [FIXED] - fixed Method name in hint from customiseView to customizeRootView\n\nPull Request resolved: https://github.com/facebook/react-native/pull/44585\n\nTest Plan:\n* Use `createRootViewWithBridge`\n* Should get a hint to migrate to `customizeRootView` method\n\nReviewed By: fabriziocucci\n\nDifferential Revision: D57431185\n\nPulled By: javache\n\nfbshipit-source-id: 14f8c33771551ea3fb66d2c8f3fce4b4e3ef962a","shortMessageHtmlLink":"fix hint when using createRootViewWithBridge to show correct method n…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETygyowA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/react-native"}