Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Aug 6, 2024
1 parent 996575c commit 74ede7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-native-easy-uuid

Library to provide native uuids
Library to provide native uuids. 2.0.0+ supports TurboModules/New Arch only.

## Installation

Expand All @@ -12,11 +12,11 @@ npm install react-native-easy-uuid


```js
import { multiply } from 'react-native-easy-uuid';
import { uuid } from 'react-native-easy-uuid';

// ...

const result = multiply(3, 7);
const result = uuid();
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-easy-uuid",
"version": "0.1.0",
"version": "2.1.0",
"description": "Library to provide native uuids",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 74ede7c

Please sign in to comment.