Skip to content

Commit

Permalink
Add missing import in docs (#2950)
Browse files Browse the repository at this point in the history
## Description

Just documentation fix
  • Loading branch information
piaskowyk authored Jun 18, 2024
1 parent 0b983ed commit ed67fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/gestures/gesture-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import FunctionalComponents from './\_shared/gesture-detector-functional1.md';
## Reference

```javascript
import { GestureDetector } from 'react-native-gesture-handler';
import { Gesture, GestureDetector } from 'react-native-gesture-handler';

function App() {
const tap = Gesture.Tap();
Expand Down

0 comments on commit ed67fba

Please sign in to comment.