Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Jul 10, 2024
  2. Jul 09, 2024
    • Sam Zhou's avatar
      Deploy 0.239.1 to xplat · 34416416
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: gkz
      
      Differential Revision: D59493995
      
      fbshipit-source-id: 9f0c6d030ef44cc833940e8c33ad72b3489d3a43
      34416416
  3. Jul 04, 2024
    • Sam Zhou's avatar
      Deploy 0.239.0 to xplat · af506372
      Sam Zhou authored
      Summary:
      Changelog: [Internal]
      
      allow-large-files
      
      Reviewed By: alexmckenley
      
      Differential Revision: D59348364
      
      fbshipit-source-id: e3d56ebb78fa19b70f2a689f85882fbe3071223f
      af506372
  4. Jun 28, 2024
  5. Jun 22, 2024
  6. Jun 14, 2024
  7. Jun 07, 2024
  8. Jun 06, 2024
  9. Jun 04, 2024
    • Sam Zhou's avatar
      Deploy 0.237.2 to xplat · e0a2e86d
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: alexmckenley
      
      Differential Revision: D58120938
      
      fbshipit-source-id: f789623005f47ab9d6dd134819a08bc832642a22
      e0a2e86d
  10. May 30, 2024
    • Sam Zhou's avatar
      Deploy 0.237.1 to xplat · f1265f77
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: pieterv
      
      Differential Revision: D57939041
      
      fbshipit-source-id: 738523fac25112ab3c75bde0c09b2df62c29aa9c
      f1265f77
  11. May 10, 2024
  12. Apr 26, 2024
    • Blake Friedman's avatar
      exclude react-native/sdks from consideration · 2876fae8
      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
      2876fae8
  13. Apr 25, 2024
    • Sam Zhou's avatar
      Deploy 0.235.1 to xplat · 132563d8
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: alexmckenley
      
      Differential Revision: D56505986
      
      fbshipit-source-id: 2eb4ca02d766f4e2a88ab050e4acd25cd15c490b
      132563d8
  14. Apr 19, 2024
    • Alex Taylor (alta)'s avatar
      Deploy 0.234.0 to xplat · 739a8dfc
      Alex Taylor (alta) authored
      Summary: Changelog: [Internal]
      
      Reviewed By: SamChou19815
      
      Differential Revision: D56280192
      
      fbshipit-source-id: 68e0288bb214644d24f3d9f132c3ffff2a3d512a
      739a8dfc
  15. Apr 13, 2024
  16. Mar 27, 2024
  17. Mar 14, 2024
  18. Mar 08, 2024
  19. Feb 27, 2024
    • Sam Zhou's avatar
      Deploy 0.229.2 to xplat · 8003189b
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: GijsWeterings
      
      Differential Revision: D54166486
      
      fbshipit-source-id: 204102267edb9d975b166ecd27b17650f554d24a
      8003189b
  20. Feb 21, 2024
  21. Feb 06, 2024
  22. Jan 19, 2024
    • Pieter Vanderwerff's avatar
      Deploy 0.227.0 to xplat · c33ac4b3
      Pieter Vanderwerff authored
      Summary: Changelog: [Internal]
      
      Reviewed By: gkz
      
      Differential Revision: D52893857
      
      fbshipit-source-id: 2a4edd77d91d4d6206d59f57afe6feee6fffc8a8
      c33ac4b3
  23. Jan 12, 2024
  24. Dec 21, 2023
  25. Dec 20, 2023
  26. Dec 15, 2023
  27. Dec 09, 2023
  28. Dec 06, 2023
  29. Dec 05, 2023
  30. Dec 02, 2023
    • Sam Zhou's avatar
      Deploy 0.223.2 to xplat · 448e6b8f
      Sam Zhou authored
      Summary: Changelog: [Internal]
      
      Reviewed By: pieterv
      
      Differential Revision: D51768863
      
      fbshipit-source-id: 716add02d82cdfa56f2d3fc4d4560fcb26e8f426
      448e6b8f
  31. Dec 01, 2023
  32. Nov 16, 2023
  33. Nov 10, 2023
  34. Nov 09, 2023
    • George Zahariev's avatar
      Enable Flow casting_syntax=both in fbsource · c95b2d97
      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
      c95b2d97
  35. Nov 04, 2023
  36. Nov 01, 2023
  37. Oct 24, 2023
  38. Oct 21, 2023
    • Eric Rozell's avatar
      Ignore .windows.js and .macos.js in root .flowconfig (#41126) · 4ed32602
      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
      4ed32602