Skip to content

Commit

Permalink
Ensure link to getrandomvalues-not-supported is maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrito committed Dec 4, 2024
1 parent f992ff4 commit bafb6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in

### React Native / Expo

<a name="getrandomvalues-not-supported"></a>
1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme)
1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point:

Expand Down
1 change: 1 addition & 0 deletions README_js.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in

### React Native / Expo

<a name="getrandomvalues-not-supported"></a>
1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme)
1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point:

Expand Down

0 comments on commit bafb6d9

Please sign in to comment.