Skip to content

Commit

Permalink
refactor: rename the library
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Aug 24, 2023
1 parent 8a4f0db commit a408740
Show file tree
Hide file tree
Showing 4 changed files with 16,966 additions and 21,626 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# react-native-awesome-module
# react-native-x-draggable-list

hey

## Installation

```sh
npm install react-native-awesome-module
npm install react-native-x-draggable-list
```

## Usage

```js
import { multiply } from 'react-native-awesome-module';
import { DraggableList } from 'react-native-x-draggable-list';

// ...

const result = await multiply(3, 7);
<DraggableList />
```

## Contributing
Expand Down
Loading

0 comments on commit a408740

Please sign in to comment.