Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: downgrade native deps to avoid conflicts with other libs (softwa…
…re-mansion#1943) ## Description So I've recently bumped versions of few native library dependencies in software-mansion#1891, but it also bumped some transitive dependencies that conflicted with lower versions that are required by packages such as `gesture-handler`, `reanimated`, `safe-area-context` etc. I'm downgrading the versions as much I as can while also keeping possible high `material` version. ## Test code and steps to reproduce I downgraded kotlin to `1.6.21` in TestsExample && tested the build. ## Checklist - [ ] Ensured that CI passes
- Loading branch information