Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Aug 24, 2023
1 parent fb58d96 commit 4ff0751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-native-x-draggable-list

hey
A cross platform compatible draggable list component for React-Native

## Installation

Expand All @@ -9,6 +9,7 @@ npm install react-native-x-draggable-list
```

## Usage
The example usage is avaiable in the `/example` directory.

```js
import { DraggableList } from 'react-native-x-draggable-list';
Expand Down

0 comments on commit 4ff0751

Please sign in to comment.