Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
install_modules_dependencies
by default in RNWorklets.podspec (#…
…6950) ## Summary `respond_to?(:install_modules_dependencies, true)` returns true on RN 0.71+ and currently we support RN 0.74+ so it's high time to remove the conditional in RNWorklets.podspec and always call `install_modules_dependencies`. ## Test plan
- Loading branch information