react-native-get-random-values icon indicating copy to clipboard operation
react-native-get-random-values copied to clipboard

feat(#38): make module TurboModule-compatible

Open mateusz1913 opened this issue 3 months ago • 1 comments

Closes #38

👋 This PR adds TurboModule support

List of changes:

  • create JS Codegen spec
  • use install_modules_dependencies util in podspec if possible, to install React deps
  • migrate Android module class to conform to codegenerated spec when new arch enabled
  • copy codegen-ed to oldarch Android source set to make module work when new arch disabled
  • migrate iOS module class to conform to codegenerated spec when new arch enabled

mateusz1913 avatar Mar 24 '24 19:03 mateusz1913