Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Apr 09, 2024
  2. Mar 12, 2024
  3. Mar 11, 2024
  4. Mar 09, 2024
  5. Mar 08, 2024
  6. Mar 07, 2024
  7. Mar 01, 2024
  8. Feb 29, 2024
  9. Feb 27, 2024
  10. Feb 20, 2024
  11. Feb 17, 2024
  12. Feb 09, 2024
  13. Jan 29, 2024
  14. Jan 18, 2024
  15. Jan 15, 2024
  16. Jan 08, 2024
  17. Jan 06, 2024
  18. Jan 05, 2024
  19. Jan 04, 2024
  20. Dec 20, 2023
  21. Dec 19, 2023
  22. Dec 07, 2023
    • Tommy Nguyen's avatar
      Fix `build_codegen!` not finding `@react-native/codegen` in pnpm setups (#41456) · e70166a3
      Tommy Nguyen authored
      `build_codegen!` currently assumes that `@react-native/codegen` gets
      installed next to `react-native`. In a pnpm setup, it's found under
      `/~/react-native/node_modules/@react-native/codegen` instead.
      
      However, as @dmytrorykun pointed out, we don't actually need to build
      it outside of this repository.
      e70166a3
    • Tommy Nguyen's avatar
      Correctly declare runtime dependencies (#41445) · df2bbba5
      Tommy Nguyen authored
      In pnpm setups, codegen will fail during build because it cannot find
      its dependencies. Some of the dependencies it relies on at runtime are
      currently declared under `devDependencies`. This change moves them to
      `dependencies`.
      df2bbba5
  23. Nov 14, 2023
  24. Nov 10, 2023