about summary refs log tree commit diff
path: root/src/view/shell/TrendingGestureContext.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2025-01-10 18:06:07 +0000
committerGitHub <noreply@github.com>2025-01-10 18:06:07 +0000
commit6ca97406c1e1f2df6d39694dd1616d9abe081baa (patch)
tree6ecb3f6ae59b9d32fec1e120a02bb6caa656cbe5 /src/view/shell/TrendingGestureContext.tsx
parenta7da6462865558c7d3766628f4cd8eabd93b68f9 (diff)
downloadvoidsky-6ca97406c1e1f2df6d39694dd1616d9abe081baa.tar.zst
A simpler fix for trending swipe issue (#7424)
Diffstat (limited to 'src/view/shell/TrendingGestureContext.tsx')
-rw-r--r--src/view/shell/TrendingGestureContext.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/view/shell/TrendingGestureContext.tsx b/src/view/shell/TrendingGestureContext.tsx
deleted file mode 100644
index 8f21f444b..000000000
--- a/src/view/shell/TrendingGestureContext.tsx
+++ /dev/null
@@ -1,7 +0,0 @@
-import {createContext} from 'react'
-import {Gesture} from 'react-native-gesture-handler'
-
-// Not really used but serves as a fallback for types.
-const noopGesture = Gesture.Native()
-
-export const TrendingGestureContext = createContext(noopGesture)