You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: downgrade native deps to avoid conflicts with other libs (software-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
0 commit comments