about summary refs log tree commit diff
path: root/src/view/shell/TrendingGestureContext.tsx
diff options
context:
space:
mode:
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)