{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":623910450,"defaultBranch":"main","name":"react-native","ownerLogin":"OlimpiaZurek","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-05T10:52:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19835085?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696937326.0","currentOid":""},"activityList":{"items":[{"before":"f91c45f9d364c0f8b725315b5b15bf2a5543319f","after":"1f3fd22b5e6ea6e3331893cebc54182004c0c8d0","ref":"refs/heads/feature/text-input-ios-support-for-adjusting-caret","pushedAt":"2024-04-05T11:05:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"changes after cr","shortMessageHtmlLink":"changes after cr"}},{"before":"f55a9ffeedcd1f7b50702d0f75b0d4950846ab37","after":"f91c45f9d364c0f8b725315b5b15bf2a5543319f","ref":"refs/heads/feature/text-input-ios-support-for-adjusting-caret","pushedAt":"2024-02-26T08:05:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"remove double double underscores and fix error","shortMessageHtmlLink":"remove double double underscores and fix error"}},{"before":"bd5c76984c3c852cb43228d341009014d735d698","after":"f55a9ffeedcd1f7b50702d0f75b0d4950846ab37","ref":"refs/heads/feature/text-input-ios-support-for-adjusting-caret","pushedAt":"2024-02-23T12:44:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"minor changes after code review","shortMessageHtmlLink":"minor changes after code review"}},{"before":"04c501fa4ae9eccd6daa946f62b0369cf5023c5a","after":"30b088d245f449874806f26d2b79b756242cbc94","ref":"refs/heads/main","pushedAt":"2024-02-23T11:03:33.000Z","pushType":"push","commitsCount":1371,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"Adjust output package.json formatting in scripts (#43133)\n\nSummary:\nPull Request resolved: https://github.com/facebook/react-native/pull/43133\n\nI noticed inconsistent handling of terminating newlines in D54006327@V1, and had also been noticing `yarn build` reformatting unrelated sections of `package.json` files.\n\nFor now, this logic isn't moved to a shared util, since there will likely be a higher level abstraction for the release scripts in the next batch of improvements.\n\nChangelog: [Internal]\n\nReviewed By: lunaleaps, cipolleschi\n\nDifferential Revision: D54007565\n\nfbshipit-source-id: 74d58362a85be4fae2f9e058b6c6622a026ff0a0","shortMessageHtmlLink":"Adjust output package.json formatting in scripts (facebook#43133)"}},{"before":"094e645dd4004cc30f19cad1c4deea590b7505fc","after":"4d5fffda16b85ae5c0543de48d031bb2415484b1","ref":"refs/heads/fix/text-input-android-text-overflowed-position","pushedAt":"2023-10-10T11:31:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"fix cursor position for overflowed text on Android TextInput","shortMessageHtmlLink":"fix cursor position for overflowed text on Android TextInput"}},{"before":null,"after":"094e645dd4004cc30f19cad1c4deea590b7505fc","ref":"refs/heads/fix/text-input-android-text-overflowed-position","pushedAt":"2023-10-10T11:28:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"fix cursor position for overflowed text on Android TextInput","shortMessageHtmlLink":"fix cursor position for overflowed text on Android TextInput"}},{"before":"60f5a80c1d5900e5213aabd3d3a762174996cfd1","after":"04c501fa4ae9eccd6daa946f62b0369cf5023c5a","ref":"refs/heads/main","pushedAt":"2023-10-10T09:46:57.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"OlimpiaZurek","name":"Olimpia","path":"/OlimpiaZurek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19835085?s=80&v=4"},"commit":{"message":"refactor: removed `Object.es8 {entries, values}` from js polyfills (#40747)\n\nSummary:\nBoth `hermes` and `JSC` supports `Object.{values & entries}`, so this polyfills aren't used any more.\n\n## Changelog:\n[GENERAL][REMOVED]: removed `Object.{values & entries}` from polyfills\n\n