Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

upgrade react-native-reanimated (#1198)

authored by

Ansh and committed by
GitHub
c219fbe5 43d1f002

+5 -5
+1 -1
package.json
··· 127 127 "react-native-linear-gradient": "^2.6.2", 128 128 "react-native-pager-view": "6.1.4", 129 129 "react-native-progress": "bluesky-social/react-native-progress", 130 - "react-native-reanimated": "^3.3.0", 130 + "react-native-reanimated": "^3.4.2", 131 131 "react-native-root-siblings": "^4.1.1", 132 132 "react-native-safe-area-context": "^4.4.1", 133 133 "react-native-screens": "^3.20.0",
+4 -4
yarn.lock
··· 17093 17093 dependencies: 17094 17094 prop-types "^15.7.2" 17095 17095 17096 - react-native-reanimated@^3.3.0: 17097 - version "3.3.0" 17098 - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz#80f9d58e28fddf62fe4c1bc792337b8ab57936ab" 17099 - integrity sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ== 17096 + react-native-reanimated@^3.4.2: 17097 + version "3.4.2" 17098 + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.4.2.tgz#744154fead6d8d31d5bd9ac617d8c84d74a6f697" 17099 + integrity sha512-FbtG+f1PB005vDTJSv4zAnTK7nNXi+FjFgbAM5gOzIZDajfph2BFMSUstzIsN8T77+OKuugUBmcTqLnQ24EBVg== 17100 17100 dependencies: 17101 17101 "@babel/plugin-transform-object-assign" "^7.16.7" 17102 17102 "@babel/preset-typescript" "^7.16.7"