Closed dengcqw closed 2 months ago
build with React Native 0.75.1 shows error: 'rndocumentpicker/rndocumentpicker.h' file not found
chang podfile like below
if respond_to?(:install_modules_dependencies, true) install_modules_dependencies(s) else s.dependency "React-Core" s.dependency "React-Codegen" s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core" end
Issue Reproduced in RN 0.75.2 as well.
build with React Native 0.75.1 shows error: 'rndocumentpicker/rndocumentpicker.h' file not found
chang podfile like below
if respond_to?(:install_modules_dependencies, true) install_modules_dependencies(s) else s.dependency "React-Core" s.dependency "React-Codegen" s.dependency "RCT-Folly" s.dependency "RCTRequired" s.dependency "RCTTypeSafety" s.dependency "ReactCommon/turbomodule/core" end