To ensure all necessary headers are included during the build process for React Native 0.74+, we were previously missing some header directories on iOS. install_modules_dependencies() installs React-Core and RCT-Folly as well as some New Architecture specific dependencies if New Architecture is enabled.
This change ensures all the required packages are included on newer react-native versions while maintaining backwards compatibility.
Note: This does not make the package compatible with New Architecture.
Description
To ensure all necessary headers are included during the build process for React Native 0.74+, we were previously missing some header directories on iOS.
install_modules_dependencies()
installs React-Core and RCT-Folly as well as some New Architecture specific dependencies if New Architecture is enabled. This change ensures all the required packages are included on newer react-native versions while maintaining backwards compatibility.Note: This does not make the package compatible with New Architecture.
Work done
install_modules_dependencies()
if available.