Bump Reanimated from 3.19.1 to 4.3.1

This commit is contained in:
Tomek Zawadzki
2026-06-29 20:07:02 +02:00
committed by Oleksii Bulenok
parent 1fb24dc8a9
commit 8802dd1533
12 changed files with 69 additions and 467 deletions
-2
View File
@@ -89,14 +89,12 @@ const SPRING_IN: WithSpringConfig = {
mass: 0.75,
damping: 300,
stiffness: 1200,
restDisplacementThreshold: 0.01,
}
const SPRING_OUT: WithSpringConfig = {
mass: IS_IOS ? 1.25 : 0.75,
damping: 150,
stiffness: 1000,
restDisplacementThreshold: 0.01,
}
/**