Skip to content

Commit bef1661

Browse files
committed
upgrade react-native-draggable-flatlist to 4.0.1
- We need to do this to because versions of library `react-native-draggable-flatlist` older than `4.0.0` rely on `react-native-reanimated ` v1 and that does not work for us if we wish to upgrade `react-native` further.
1 parent d3311c8 commit bef1661

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-native-camera-kit": "^13.0.0",
4545
"react-native-config": "^1.5.0",
4646
"react-native-dialogs": "^1.0.4",
47-
"react-native-draggable-flatlist": "^4.0.1",
47+
"react-native-draggable-flatlist": "4.0.1",
4848
"react-native-fast-image": "^8.5.11",
4949
"react-native-fetch-polyfill": "^1.1.2",
5050
"react-native-fs": "^2.14.1",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9924,7 +9924,8 @@ react-native-dialogs@^1.0.4:
99249924
resolved "https://registry.yarnpkg.com/react-native-dialogs/-/react-native-dialogs-1.1.0.tgz#8f7ee7f9d96574fc878fb7c1be101611fb4af517"
99259925
integrity sha512-clnxO0nMyML/6+G5dja3Yt34gPxegLY2OHTwb8BwYTEvQ2UhRKR49Uq91XqU0q6g7Ur9DiYxC0tqV3rcZWUrjQ==
99269926

9927-
react-native-draggable-flatlist@^4.0.1:
9927+
9928+
99289929
version "4.0.1"
99299930
resolved "https://registry.yarnpkg.com/react-native-draggable-flatlist/-/react-native-draggable-flatlist-4.0.1.tgz#2f027d387ba4b8f3eb0907340e32cb85e6460df2"
99309931
integrity sha512-ZO1QUTNx64KZfXGXeXcBfql67l38X7kBcJ3rxUVZzPHt5r035GnGzIC0F8rqSXp6zgnwgUYMfB6zQc5PKmPL9Q==

0 commit comments

Comments
 (0)