From 617e76d6cb6f77c17cd1045c532589b20cd702e7 Mon Sep 17 00:00:00 2001 From: sumo_slonik Date: Tue, 17 Dec 2024 13:00:29 +0100 Subject: [PATCH 1/2] fix metro config and patch draggable flat list --- metro.config.js | 3 +- ...eact-native-draggable-flatlist+4.0.1.patch | 456 +++++++++++++++++- 2 files changed, 449 insertions(+), 10 deletions(-) diff --git a/metro.config.js b/metro.config.js index c6e4ba6bb4ec..7452e4c97401 100644 --- a/metro.config.js +++ b/metro.config.js @@ -4,6 +4,7 @@ const {getDefaultConfig: getReactNativeDefaultConfig} = require('@react-native/m const {mergeConfig} = require('@react-native/metro-config'); const defaultAssetExts = require('metro-config/src/defaults/defaults').assetExts; const defaultSourceExts = require('metro-config/src/defaults/defaults').sourceExts; +const { wrapWithReanimatedMetroConfig, } = require('react-native-reanimated/metro-config'); require('dotenv').config(); const defaultConfig = getReactNativeDefaultConfig(__dirname); @@ -26,4 +27,4 @@ const config = { }, }; -module.exports = mergeConfig(defaultConfig, expoConfig, config); +module.exports = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config)); \ No newline at end of file diff --git a/patches/react-native-draggable-flatlist+4.0.1.patch b/patches/react-native-draggable-flatlist+4.0.1.patch index 348f1aa5de8a..3e7af5a99a89 100644 --- a/patches/react-native-draggable-flatlist+4.0.1.patch +++ b/patches/react-native-draggable-flatlist+4.0.1.patch @@ -1,5 +1,385 @@ +diff --git a/node_modules/react-native-draggable-flatlist/.github/FUNDING.yml b/node_modules/react-native-draggable-flatlist/.github/FUNDING.yml +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/bug_report.md b/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/bug_report.md +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/feature_request.md b/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/feature_request.md +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/.prettierignore b/node_modules/react-native-draggable-flatlist/.prettierignore +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/.vscode/settings.json b/node_modules/react-native-draggable-flatlist/.vscode/settings.json +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/LICENSE.txt b/node_modules/react-native-draggable-flatlist/LICENSE.txt +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/README.md b/node_modules/react-native-draggable-flatlist/README.md +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/babel.config.js b/node_modules/react-native-draggable-flatlist/babel.config.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/jest-setup.js b/node_modules/react-native-draggable-flatlist/jest-setup.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js b/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js b/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js b/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js b/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js b/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/constants.js b/node_modules/react-native-draggable-flatlist/lib/module/constants.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/constants.js.map b/node_modules/react-native-draggable-flatlist/lib/module/constants.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/index.js b/node_modules/react-native-draggable-flatlist/lib/module/index.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/index.js.map b/node_modules/react-native-draggable-flatlist/lib/module/index.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/types.js b/node_modules/react-native-draggable-flatlist/lib/module/types.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/types.js.map b/node_modules/react-native-draggable-flatlist/lib/module/types.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/utils.js b/node_modules/react-native-draggable-flatlist/lib/module/utils.js +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/module/utils.js.map b/node_modules/react-native-draggable-flatlist/lib/module/utils.js.map +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellDecorators.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellDecorators.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellRendererComponent.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellRendererComponent.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/DraggableFlatList.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/DraggableFlatList.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableDraggableFlatList.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableDraggableFlatList.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableScrollContainer.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableScrollContainer.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/PlaceholderItem.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/PlaceholderItem.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/RowItem.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/RowItem.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/ScrollOffsetListener.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/ScrollOffsetListener.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/constants.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/constants.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/animatedValueContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/animatedValueContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/cellContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/cellContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/draggableFlatListContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/draggableFlatListContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/nestableScrollContainerContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/nestableScrollContainerContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/propsContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/propsContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/refContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/refContext.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useAutoScroll.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useAutoScroll.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useCellTranslate.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useCellTranslate.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useNestedAutoScroll.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useNestedAutoScroll.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useOnCellActiveAnimation.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useOnCellActiveAnimation.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useStableCallback.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useStableCallback.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/index.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/index.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/types.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/types.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/utils.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/utils.d.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/CellDecorators.tsx b/node_modules/react-native-draggable-flatlist/src/components/CellDecorators.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/CellRendererComponent.tsx b/node_modules/react-native-draggable-flatlist/src/components/CellRendererComponent.tsx +old mode 100644 +new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx -index d7d98c2..2f59c7a 100644 +old mode 100644 +new mode 100755 +index d7d98c2..2f59c7a --- a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx +++ b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx @@ -295,7 +295,7 @@ function DraggableFlatListInner(props: DraggableFlatListProps) { @@ -11,8 +391,43 @@ index d7d98c2..2f59c7a 100644 () => { runOnJS(onDragEnd)({ from: activeIndexAnim.value, +diff --git a/node_modules/react-native-draggable-flatlist/src/components/NestableDraggableFlatList.tsx b/node_modules/react-native-draggable-flatlist/src/components/NestableDraggableFlatList.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/NestableScrollContainer.tsx b/node_modules/react-native-draggable-flatlist/src/components/NestableScrollContainer.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/PlaceholderItem.tsx b/node_modules/react-native-draggable-flatlist/src/components/PlaceholderItem.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/RowItem.tsx b/node_modules/react-native-draggable-flatlist/src/components/RowItem.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/components/ScrollOffsetListener.tsx b/node_modules/react-native-draggable-flatlist/src/components/ScrollOffsetListener.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/constants.ts b/node_modules/react-native-draggable-flatlist/src/constants.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/context/animatedValueContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/animatedValueContext.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/context/cellContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/cellContext.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/context/draggableFlatListContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/draggableFlatListContext.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/context/nestableScrollContainerContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/nestableScrollContainerContext.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/context/propsContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/propsContext.tsx +old mode 100644 +new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx -index ea21575..66c5eed 100644 +old mode 100644 +new mode 100755 +index ea21575..dc6b095 --- a/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx +++ b/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx @@ -1,14 +1,14 @@ @@ -32,19 +447,23 @@ index ea21575..66c5eed 100644 cellDataRef: React.MutableRefObject>; keyToIndexRef: React.MutableRefObject>; containerRef: React.RefObject; -@@ -54,8 +54,8 @@ function useSetupRefs({ +@@ -54,8 +54,7 @@ function useSetupRefs({ ...DEFAULT_PROPS.animationConfig, ...animationConfig, } as WithSpringConfig; - const animationConfigRef = useRef(animConfig); - animationConfigRef.current = animConfig; + const animationConfigRef = useSharedValue(animConfig); -+ animationConfigRef.value = animConfig; const cellDataRef = useRef(new Map()); const keyToIndexRef = useRef(new Map()); +diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useAutoScroll.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useAutoScroll.tsx +old mode 100644 +new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx -index ce4ab68..efea240 100644 +old mode 100644 +new mode 100755 +index ce4ab68..efea240 --- a/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx +++ b/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx @@ -101,7 +101,7 @@ export function useCellTranslate({ cellIndex, cellSize, cellOffset }: Params) { @@ -56,8 +475,13 @@ index ce4ab68..efea240 100644 }, [activeKey, cellIndex]); return translate; +diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useNestedAutoScroll.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useNestedAutoScroll.tsx +old mode 100644 +new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts b/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts -index 7c20587..857c7d0 100644 +old mode 100644 +new mode 100755 +index 7c20587..33042e9 --- a/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts +++ b/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts @@ -1,8 +1,9 @@ @@ -72,18 +496,17 @@ index 7c20587..857c7d0 100644 } from "react-native-reanimated"; import { DEFAULT_ANIMATION_CONFIG } from "../constants"; import { useAnimatedValues } from "../context/animatedValueContext"; -@@ -15,8 +16,8 @@ type Params = { +@@ -15,8 +16,7 @@ type Params = { export function useOnCellActiveAnimation( { animationConfig }: Params = { animationConfig: {} } ) { - const animationConfigRef = useRef(animationConfig); - animationConfigRef.current = animationConfig; + const animationConfigRef = useSharedValue(animationConfig); -+ animationConfigRef.value = animationConfig; const isActive = useIsActive(); -@@ -26,7 +27,7 @@ export function useOnCellActiveAnimation( +@@ -26,7 +26,7 @@ export function useOnCellActiveAnimation( const toVal = isActive && isTouchActiveNative.value ? 1 : 0; return withSpring(toVal, { ...DEFAULT_ANIMATION_CONFIG, @@ -92,3 +515,18 @@ index 7c20587..857c7d0 100644 }); }, [isActive]); +diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useStableCallback.ts b/node_modules/react-native-draggable-flatlist/src/hooks/useStableCallback.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/index.tsx b/node_modules/react-native-draggable-flatlist/src/index.tsx +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/types.ts b/node_modules/react-native-draggable-flatlist/src/types.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/src/utils.ts b/node_modules/react-native-draggable-flatlist/src/utils.ts +old mode 100644 +new mode 100755 +diff --git a/node_modules/react-native-draggable-flatlist/tsconfig.json b/node_modules/react-native-draggable-flatlist/tsconfig.json +old mode 100644 +new mode 100755 From c1861b62824267c5ce7ffeac2ae9384ec3df5f68 Mon Sep 17 00:00:00 2001 From: sumo_slonik Date: Tue, 17 Dec 2024 13:59:46 +0100 Subject: [PATCH 2/2] fix .patch file --- metro.config.js | 4 +- ...eact-native-draggable-flatlist+4.0.1.patch | 448 +----------------- 2 files changed, 6 insertions(+), 446 deletions(-) diff --git a/metro.config.js b/metro.config.js index 7452e4c97401..98bea7be80ed 100644 --- a/metro.config.js +++ b/metro.config.js @@ -4,7 +4,7 @@ const {getDefaultConfig: getReactNativeDefaultConfig} = require('@react-native/m const {mergeConfig} = require('@react-native/metro-config'); const defaultAssetExts = require('metro-config/src/defaults/defaults').assetExts; const defaultSourceExts = require('metro-config/src/defaults/defaults').sourceExts; -const { wrapWithReanimatedMetroConfig, } = require('react-native-reanimated/metro-config'); +const {wrapWithReanimatedMetroConfig} = require('react-native-reanimated/metro-config'); require('dotenv').config(); const defaultConfig = getReactNativeDefaultConfig(__dirname); @@ -27,4 +27,4 @@ const config = { }, }; -module.exports = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config)); \ No newline at end of file +module.exports = wrapWithReanimatedMetroConfig(mergeConfig(defaultConfig, expoConfig, config)); diff --git a/patches/react-native-draggable-flatlist+4.0.1.patch b/patches/react-native-draggable-flatlist+4.0.1.patch index 3e7af5a99a89..a3d29b66de7a 100644 --- a/patches/react-native-draggable-flatlist+4.0.1.patch +++ b/patches/react-native-draggable-flatlist+4.0.1.patch @@ -1,385 +1,5 @@ -diff --git a/node_modules/react-native-draggable-flatlist/.github/FUNDING.yml b/node_modules/react-native-draggable-flatlist/.github/FUNDING.yml -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/bug_report.md b/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/bug_report.md -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/feature_request.md b/node_modules/react-native-draggable-flatlist/.github/ISSUE_TEMPLATE/feature_request.md -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/.prettierignore b/node_modules/react-native-draggable-flatlist/.prettierignore -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/.vscode/settings.json b/node_modules/react-native-draggable-flatlist/.vscode/settings.json -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/LICENSE.txt b/node_modules/react-native-draggable-flatlist/LICENSE.txt -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/README.md b/node_modules/react-native-draggable-flatlist/README.md -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/babel.config.js b/node_modules/react-native-draggable-flatlist/babel.config.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/jest-setup.js b/node_modules/react-native-draggable-flatlist/jest-setup.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellDecorators.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/CellRendererComponent.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/DraggableFlatList.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableDraggableFlatList.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/NestableScrollContainer.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/PlaceholderItem.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/RowItem.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/components/ScrollOffsetListener.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/constants.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/animatedValueContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/cellContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/draggableFlatListContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/nestableScrollContainerContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/propsContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/context/refContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useAutoScroll.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useCellTranslate.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useNestedAutoScroll.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useOnCellActiveAnimation.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/hooks/useStableCallback.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/index.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/types.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js b/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js.map b/node_modules/react-native-draggable-flatlist/lib/commonjs/utils.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js b/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/CellDecorators.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js b/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/CellRendererComponent.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/DraggableFlatList.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableDraggableFlatList.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/NestableScrollContainer.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js b/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/PlaceholderItem.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js b/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/RowItem.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js b/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js.map b/node_modules/react-native-draggable-flatlist/lib/module/components/ScrollOffsetListener.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/constants.js b/node_modules/react-native-draggable-flatlist/lib/module/constants.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/constants.js.map b/node_modules/react-native-draggable-flatlist/lib/module/constants.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/animatedValueContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/cellContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/draggableFlatListContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/nestableScrollContainerContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/propsContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js b/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js.map b/node_modules/react-native-draggable-flatlist/lib/module/context/refContext.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useAutoScroll.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useCellTranslate.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useNestedAutoScroll.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useOnCellActiveAnimation.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js.map b/node_modules/react-native-draggable-flatlist/lib/module/hooks/useStableCallback.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/index.js b/node_modules/react-native-draggable-flatlist/lib/module/index.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/index.js.map b/node_modules/react-native-draggable-flatlist/lib/module/index.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/types.js b/node_modules/react-native-draggable-flatlist/lib/module/types.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/types.js.map b/node_modules/react-native-draggable-flatlist/lib/module/types.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/utils.js b/node_modules/react-native-draggable-flatlist/lib/module/utils.js -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/module/utils.js.map b/node_modules/react-native-draggable-flatlist/lib/module/utils.js.map -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellDecorators.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellDecorators.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellRendererComponent.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/CellRendererComponent.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/DraggableFlatList.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/DraggableFlatList.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableDraggableFlatList.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableDraggableFlatList.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableScrollContainer.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/NestableScrollContainer.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/PlaceholderItem.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/PlaceholderItem.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/RowItem.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/RowItem.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/components/ScrollOffsetListener.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/components/ScrollOffsetListener.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/constants.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/constants.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/animatedValueContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/animatedValueContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/cellContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/cellContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/draggableFlatListContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/draggableFlatListContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/nestableScrollContainerContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/nestableScrollContainerContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/propsContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/propsContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/context/refContext.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/context/refContext.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useAutoScroll.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useAutoScroll.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useCellTranslate.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useCellTranslate.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useNestedAutoScroll.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useNestedAutoScroll.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useOnCellActiveAnimation.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useOnCellActiveAnimation.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useStableCallback.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/hooks/useStableCallback.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/index.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/index.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/types.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/types.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/lib/typescript/utils.d.ts b/node_modules/react-native-draggable-flatlist/lib/typescript/utils.d.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/CellDecorators.tsx b/node_modules/react-native-draggable-flatlist/src/components/CellDecorators.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/CellRendererComponent.tsx b/node_modules/react-native-draggable-flatlist/src/components/CellRendererComponent.tsx -old mode 100644 -new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx -old mode 100644 -new mode 100755 -index d7d98c2..2f59c7a +index d7d98c2..2f59c7a 100644 --- a/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx +++ b/node_modules/react-native-draggable-flatlist/src/components/DraggableFlatList.tsx @@ -295,7 +295,7 @@ function DraggableFlatListInner(props: DraggableFlatListProps) { @@ -391,43 +11,8 @@ index d7d98c2..2f59c7a () => { runOnJS(onDragEnd)({ from: activeIndexAnim.value, -diff --git a/node_modules/react-native-draggable-flatlist/src/components/NestableDraggableFlatList.tsx b/node_modules/react-native-draggable-flatlist/src/components/NestableDraggableFlatList.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/NestableScrollContainer.tsx b/node_modules/react-native-draggable-flatlist/src/components/NestableScrollContainer.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/PlaceholderItem.tsx b/node_modules/react-native-draggable-flatlist/src/components/PlaceholderItem.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/RowItem.tsx b/node_modules/react-native-draggable-flatlist/src/components/RowItem.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/components/ScrollOffsetListener.tsx b/node_modules/react-native-draggable-flatlist/src/components/ScrollOffsetListener.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/constants.ts b/node_modules/react-native-draggable-flatlist/src/constants.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/context/animatedValueContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/animatedValueContext.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/context/cellContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/cellContext.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/context/draggableFlatListContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/draggableFlatListContext.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/context/nestableScrollContainerContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/nestableScrollContainerContext.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/context/propsContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/propsContext.tsx -old mode 100644 -new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx b/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx -old mode 100644 -new mode 100755 -index ea21575..dc6b095 +index ea21575..dc6b095 100644 --- a/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx +++ b/node_modules/react-native-draggable-flatlist/src/context/refContext.tsx @@ -1,14 +1,14 @@ @@ -457,13 +42,8 @@ index ea21575..dc6b095 const cellDataRef = useRef(new Map()); const keyToIndexRef = useRef(new Map()); -diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useAutoScroll.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useAutoScroll.tsx -old mode 100644 -new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx -old mode 100644 -new mode 100755 -index ce4ab68..efea240 +index ce4ab68..efea240 100644 --- a/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx +++ b/node_modules/react-native-draggable-flatlist/src/hooks/useCellTranslate.tsx @@ -101,7 +101,7 @@ export function useCellTranslate({ cellIndex, cellSize, cellOffset }: Params) { @@ -475,13 +55,8 @@ index ce4ab68..efea240 }, [activeKey, cellIndex]); return translate; -diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useNestedAutoScroll.tsx b/node_modules/react-native-draggable-flatlist/src/hooks/useNestedAutoScroll.tsx -old mode 100644 -new mode 100755 diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts b/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts -old mode 100644 -new mode 100755 -index 7c20587..33042e9 +index 7c20587..33042e9 100644 --- a/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts +++ b/node_modules/react-native-draggable-flatlist/src/hooks/useOnCellActiveAnimation.ts @@ -1,8 +1,9 @@ @@ -515,18 +90,3 @@ index 7c20587..33042e9 }); }, [isActive]); -diff --git a/node_modules/react-native-draggable-flatlist/src/hooks/useStableCallback.ts b/node_modules/react-native-draggable-flatlist/src/hooks/useStableCallback.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/index.tsx b/node_modules/react-native-draggable-flatlist/src/index.tsx -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/types.ts b/node_modules/react-native-draggable-flatlist/src/types.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/src/utils.ts b/node_modules/react-native-draggable-flatlist/src/utils.ts -old mode 100644 -new mode 100755 -diff --git a/node_modules/react-native-draggable-flatlist/tsconfig.json b/node_modules/react-native-draggable-flatlist/tsconfig.json -old mode 100644 -new mode 100755