Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove explicit folly version (#3416)
## Description As a version of folly can change between versions of React-native we need to remove an explicit version of `folly_version` from our libraries to let RN infer the correct version. Change based on th3rdwave/react-native-safe-area-context@eb111ff ## Changes Removed explicit folly version from RNReanimated.podspec <!-- ## Screenshots / GIFs Here you can add screenshots / GIFs documenting your change. You can add before / after section if you're changing some behavior. ### Before ### After --> ## Test code and steps to reproduce Build FabricExample/ ## Checklist - [ ] Ensured that CI passes
- Loading branch information