This project is mirrored from https://github.com/facebook/react-native.git.
Pull mirroring updated .
- Jul 10, 2024
-
-
Panos Vekris authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45349 This is on by default as of version 0.239.0: https://github.com/facebook/flow/blob/v0.239/src/commands/config/flowConfig.ml#L268 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D59525192 fbshipit-source-id: b4bf456e3c03a712f4c6f5d72d157b3abf8f9895
-
- Jul 09, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D59493995 fbshipit-source-id: 9f0c6d030ef44cc833940e8c33ad72b3489d3a43
-
- Jul 04, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] allow-large-files Reviewed By: alexmckenley Differential Revision: D59348364 fbshipit-source-id: e3d56ebb78fa19b70f2a689f85882fbe3071223f
-
- Jun 28, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45209 Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D59119421 fbshipit-source-id: a547a153c051c103ecd16ad0497d30d43dbe80a7
-
- Jun 22, 2024
-
-
Panos Vekris authored
Summary: This diff enables: 1. [one-sided type guards](https://flow.org/en/docs/types/type-guards/#one-sided-type-guards) (`implies x is T`), and 2. stricter checking of type guard consistency (see [relevant docs page](https://flow.org/en/docs/types/type-guards/#toc-consistency-checks-of-type-guard-functions)). To prevent many new errors from being introduced this diff also converts some two-sided type guards to [one-sided](https://flow.org/en/docs/types/type-guards/#one-sided-type-guards) ones. Pull Request resolved: https://github.com/facebook/react-native/pull/45107 Updated the flowconfigs and synced flow_runner/codemods since the change has already been applied there: ``` js1 upgrade www-shared -p flow_runner/codemods ``` Changelog: [Internal] Reviewed By: gkz Differential Revision: D58874409 fbshipit-source-id: 959a6773701518a1d6aa35e2ec28fd4ce12d2e75
-
- Jun 14, 2024
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44941 Changelog: [Internal] Reviewed By: cyan33 Differential Revision: D58565114 fbshipit-source-id: ba6cba0445327ff7ff57505dbb498f2b5d8d5fe7
-
- Jun 07, 2024
-
-
zhongwuzw authored
Summary: Fixes https://github.com/facebook/react-native/issues/44632 ## Changelog: [GENERAL] [FIXED] - [codegen] Fixes enum codegen value cases Pull Request resolved: https://github.com/facebook/react-native/pull/44654 Test Plan: https://github.com/facebook/react-native/issues/44632 Reviewed By: cipolleschi, dmytrorykun Differential Revision: D58135645 Pulled By: cortinico fbshipit-source-id: 5c0634ef1d1d7375d2ecfcf7f916d67fd39b7300
-
- Jun 06, 2024
-
-
Blake Friedman authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44722 Add support for bundling, building and uploading on iOS. I've verified these locally and will enable on CircleCI to validate. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D57915365 fbshipit-source-id: 1e73918b31f70d337de4d3aee934c8acf88c86d0
-
- Jun 04, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D58120938 fbshipit-source-id: f789623005f47ab9d6dd134819a08bc832642a22
-
- May 30, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: pieterv Differential Revision: D57939041 fbshipit-source-id: 738523fac25112ab3c75bde0c09b2df62c29aa9c
-
- May 10, 2024
-
-
Panos Vekris authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44515 this has been the default for a while Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D57195561 fbshipit-source-id: b441d972134dba754d714ae5694d94537707ded3
-
Pieter Vanderwerff authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44510 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D57186863 fbshipit-source-id: 389dcb039c7d4c461b3be28f4eba32d5d9781e61
-
- Apr 26, 2024
-
-
Blake Friedman authored
Summary: Flow shouldn't consider definitions inside this folder. This speeds up working in the OSS checkout if you happen to have Hermes built. Changelog: [Internal] Reviewed By: huntie Differential Revision: D56575537 fbshipit-source-id: 8e5cdd0436712322a4a7298a24c721d9659d98af
-
- Apr 25, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D56505986 fbshipit-source-id: 2eb4ca02d766f4e2a88ab050e4acd25cd15c490b
-
- Apr 19, 2024
-
-
Alex Taylor (alta) authored
Summary: Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D56280192 fbshipit-source-id: 68e0288bb214644d24f3d9f132c3ffff2a3d512a
-
- Apr 13, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44062 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D55773070 fbshipit-source-id: 685e290e27c9ea22d925fe6f8fbfaa30d0af3bb4
-
- Mar 27, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43668 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D55393289 fbshipit-source-id: 069bd01ed6cb772a97c4e581d30aae8b2fd7b0f3
-
- Mar 14, 2024
-
-
Pieter Vanderwerff authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43475 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D54886285 fbshipit-source-id: cc4f6eeb7986a25d2bb423dac0b7d1d5a74b9703
-
- Mar 08, 2024
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43373 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D54640661 fbshipit-source-id: 6d09ec126ea55bbe0d7a6b3a2823b1a0ffef7d21
-
- Feb 27, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: GijsWeterings Differential Revision: D54166486 fbshipit-source-id: 204102267edb9d975b166ecd27b17650f554d24a
-
- Feb 21, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43115 Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D53955506 fbshipit-source-id: bfccb5674ece70dbe6b6d6d9a4982592bdff645a
-
- Feb 06, 2024
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42802 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D53337590 fbshipit-source-id: 31e40d692495fc795d3d69b20ba12fcb420b28e7
-
- Jan 19, 2024
-
-
Pieter Vanderwerff authored
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D52893857 fbshipit-source-id: 2a4edd77d91d4d6206d59f57afe6feee6fffc8a8
-
- Jan 12, 2024
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42252 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D52708681 fbshipit-source-id: a864d2f5654ce011a4658564ec140aca03fb9ac8
-
- Dec 21, 2023
-
-
Panos Vekris authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42027 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D52353283 fbshipit-source-id: 4f6cefdcfe38d34c8629178823df6b39c5aebbfb
-
- Dec 20, 2023
-
-
Pieter Vanderwerff authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42004 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D52305312 fbshipit-source-id: b18045c450dc3204b08452ede17b76d1a43cce50
-
- Dec 15, 2023
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41949 Changelog: [internal] Reviewed By: gkz Differential Revision: D52177280 fbshipit-source-id: 37fe478645ad30b40f4fb4e81d7fc467ac971928
-
- Dec 09, 2023
-
-
Oskar Kwaśniewski authored
Summary: This PR adds build generated files to *ignore config files. This allows to locally run `yarn lint` ## Changelog: [INTERNAL] [ADDED] - Add build generated files to local config files Pull Request resolved: https://github.com/facebook/react-native/pull/41826 Test Plan: CI Green Reviewed By: huntie Differential Revision: D51939024 Pulled By: cortinico fbshipit-source-id: cfd6c1c13dd23c692859cd06fa5955024fafc522
-
- Dec 06, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41809 Changelog: [Internal] Reviewed By: samwgoldman Differential Revision: D51855821 fbshipit-source-id: 4fe9c937aff925150fb015be2ea93fa120e7f462
-
- Dec 05, 2023
-
-
Ji An Yang authored
Differential Revision: D51839509 Original commit changeset: 961fc4e8fc0f Original Phabricator Diff: D51839509 fbshipit-source-id: 71a97ee1971d5c882cb704f4f9ff42a95e6d52f6
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41797 Changelog: [Internal] Reviewed By: gkz Differential Revision: D51839509 fbshipit-source-id: 961fc4e8fc0f7a45c3882753301d027f319b9ea6
-
- Dec 02, 2023
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: pieterv Differential Revision: D51768863 fbshipit-source-id: 716add02d82cdfa56f2d3fc4d4560fcb26e8f426
-
- Dec 01, 2023
-
-
Pieter Vanderwerff authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41725 Reviewed By: SamChou19815 Differential Revision: D51713020 fbshipit-source-id: 84dc8c882f7603d642cb4ccb735fad0fb7e25d4d
-
- Nov 16, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41505 Changelog: [Internal] Reviewed By: gkz Differential Revision: D51385560 fbshipit-source-id: 66848643776e40bd92b23d8b6147b32659ec6ec5
-
- Nov 10, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41400 Changelog: [Internal] Reviewed By: pieterv Differential Revision: D51181099 fbshipit-source-id: 9489dc78e305eb44602baf0a719aaee0ba898a76
-
- Nov 09, 2023
-
-
George Zahariev authored
Summary: Enable Flow `casting_syntax=both` in fbsource, before the announcement so that when people see it they can check it out without rebasing. bypass-github-export-checks bypass-lint Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D51097870 fbshipit-source-id: dfcb04000df26140c971422389b6fce0b1ba51e7
-
- Nov 04, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41318 Changelog: [Internal] Reviewed By: gkz Differential Revision: D50992189 fbshipit-source-id: 0b3b9adfdef6cffbb9f3dacce3ced8b8dbbffc4e
-
- Nov 01, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41246 Changelog: [Internal] Reviewed By: mroch Differential Revision: D50793514 fbshipit-source-id: 33ac73116e94c7dbf892afa9b6bb26a456c0c4b0
-
- Oct 24, 2023
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41173 Changelog: [Internal] Reviewed By: gkz Differential Revision: D50589991 fbshipit-source-id: c221988e75fccccabec8ee69f6941bb83e42a052
-
- Oct 21, 2023
-
-
Eric Rozell authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41126 Long term, we'll want to flow check React Native desktop code, but in the near term, we can side step flow issues entirely by denylisting the desktop forked files in .flowconfig [ignore]. In fact, we don't do any flow checks on react-native desktop today
😬 . For the most part, the .macos.js and .windows.js forked files will be trivial changes to existing modules from react-native-github, and they will be kept in sync in an automated way, so there's an argument that the value of flow checks on these files is pretty limited. However, at least until flow supports sub-directory multi-platform extensions and interface type hierarchies, we'll need to have entirely separate .flowconfigs for mobile and desktop (as desktop adds APIs to react-native mobile for things like keyboard input and navigation on arbitrary views). These desktop .flowconfigs will come in a later diff. ## Changelog [General][Internal] Reviewed By: shwanton Differential Revision: D50426512 fbshipit-source-id: f174268468056d510be0993ef619469c9cee3b4e
-