Skip to content

Commit

Permalink
add importing section
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Jul 15, 2024
1 parent ae8c0cb commit 86eaeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/components/pressable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Pressable is a component that can detect various stages of tap, press and hover

### Usage:

TODO: How to import
To use `Pressable`, import it in the following way:

```js
import X from 'react-native-gesture-handler/X';
import { Pressable } from 'react-native-gesture-handler';
```

## Properties
Expand Down

0 comments on commit 86eaeda

Please sign in to comment.