Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Apr 30, 2024
  2. Apr 29, 2024
  3. Apr 19, 2024
  4. Apr 18, 2024
  5. Apr 16, 2024
    • Phillip Pan's avatar
      add privacy manifest to pod install · f3ecc0bf
      Phillip Pan authored
      Summary:
      Changelog: [iOS][Added]
      
      this creates the RN privacy manifest in the ios build step if user has not created one yet. the reasons have been added for the following APIs:
      
      NSPrivacyAccessedAPICategoryFileTimestamp
      - C617.1: We use fstat and stat in a few places in the C++ layer. We use these to read information about the JavaScript files in RN.
      
      NSPrivacyAccessedAPICategoryUserDefaults
      - CA92.1: We access NSUserDefaults in a few places.
      1) To store RTL preferences
      2) As part of caching server URLs for developer mode
      3) A generic native module that wraps NSUserDefaults
      
      NSPrivacyAccessedAPICategorySystemBootTime
      - 35F9.1: Best guess reason from RR API pulled in by boost
      
      Reviewed By: cipolleschi
      
      Differential Revision: D53687232
      
      fbshipit-source-id: 6dffb1a6013f8f29438a49752e47ed75c13f4a5c
      f3ecc0bf
  6. Apr 09, 2024
  7. Mar 12, 2024
  8. Mar 11, 2024
  9. Mar 09, 2024
  10. Mar 08, 2024
  11. Mar 07, 2024
  12. Mar 01, 2024
  13. Feb 29, 2024
  14. Feb 27, 2024
  15. Feb 20, 2024
  16. Feb 17, 2024
  17. Feb 09, 2024
  18. Jan 29, 2024
  19. Jan 18, 2024
  20. Jan 15, 2024
  21. Jan 08, 2024
  22. Jan 06, 2024
  23. Jan 05, 2024
  24. Jan 04, 2024
  25. Dec 20, 2023