diff options
author | Ansh <anshnanda10@gmail.com> | 2023-08-17 17:47:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 17:47:10 -0700 |
commit | c219fbe57af6b8095d44faf023fb5c2d30e45e20 (patch) | |
tree | 39a023be48f410f02752c614cb7cb878cf3b6b6e /package.json | |
parent | 43d1f002f5abbc6f93d4ffad0da60ab06bb0e715 (diff) | |
download | voidsky-c219fbe57af6b8095d44faf023fb5c2d30e45e20.tar.zst |
upgrade react-native-reanimated (#1198)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c897ead5f..a2f6ff929 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "react-native-linear-gradient": "^2.6.2", "react-native-pager-view": "6.1.4", "react-native-progress": "bluesky-social/react-native-progress", - "react-native-reanimated": "^3.3.0", + "react-native-reanimated": "^3.4.2", "react-native-root-siblings": "^4.1.1", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.20.0", |