We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be9c8c commit ec0a7aeCopy full SHA for ec0a7ae
1 file changed
packages/react-native-gesture-handler/src/components/gestureHandlerRootHOC.tsx
@@ -5,7 +5,7 @@ import GestureHandlerRootView from './GestureHandlerRootView';
5
6
/**
7
* @deprecated `gestureHandlerRootHOC` is deprecated and will be removed in the future version of Gesture Handler.
8
- * Use `GestureHandlerRootView` instead.
+ * Use `GestureHandlerRootView` directly instead.
9
*/
10
export default function gestureHandlerRootHOC<P extends object>(
11
Component: React.ComponentType<P>,
0 commit comments