This project is mirrored from https://github.com/facebook/react-native.git.
Pull mirroring updated .
- Sep 05, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46343 Changelog: [Internal] Reviewed By: gkz Differential Revision: D62226470 fbshipit-source-id: 58fb884fa9071cb3f6c5d4a046ce0a494297a495
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46328 Changelog: [Internal] Reviewed By: gkz Differential Revision: D62186461 fbshipit-source-id: 280794aac3b627af430fc132283b06d512c52f2d
-
- Aug 31, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46272 Changelog: [Internal] Reviewed By: gkz Differential Revision: D62012136 fbshipit-source-id: ae94c6db62cdccec2ba3a175fb71464f16cbeb71
-
- Aug 20, 2024
-
-
Blake Friedman authored
Summary: ## Summary There are old references to the react-native/template. This code has moved to react-native-community/template. Changelog: [Internal] Pull Request resolved: https://github.com/facebook/react-native/pull/46082 Test Plan: CI closes facebook/metro#1324 Reviewed By: cipolleschi Differential Revision: D61472439 Pulled By: blakef fbshipit-source-id: fc40145c03002a7c3117b72d07981a96aa3d8760
-
- Aug 18, 2024
-
-
Sam Zhou authored
Summary: Changelog: [Internal] Reviewed By: gkz Differential Revision: D61435279 fbshipit-source-id: 05212fe00d352c32d2be9d93ad0fcd6d414ef828
-
- Aug 08, 2024
-
-
Sam Zhou authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45937 Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D60935044 fbshipit-source-id: 898ccfa0fd9dbd0551bbc9afe46a7ac322191351
-
- Aug 05, 2024
-
-
Jordan Brown authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45886 Changelog: [Internal] Reviewed By: gkz Differential Revision: D60688497 fbshipit-source-id: 09c6daeef56e87317cbdb5c9ee0a8bc0828fa4ce
-
- Jul 18, 2024
-
-
Alex Taylor (alta) authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45507 Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D59891129 fbshipit-source-id: c1da0730d6c1b52cce5de730b47b3f3c854dff6b
-
Peter Abbondanzo authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45334 Adds support for the `xml` file extension as a loadable asset, and lets Flow treat the type signature as an image Changelog: [Internal] Reviewed By: robhogan Differential Revision: D58261501 fbshipit-source-id: b29cffee81d0438827529711e86267edd5d2a0f7
-
- 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
-