-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lazy load getRandomValues (#537)
Without this change, React Native projects must manage an implicit dependency on `react-native-get-random-values`, and try to ensure that it gets loaded before `uuid` does. With this change, the React Native polyfill simply needs to be installed sometime before the first uuid is created. Fixes #536
- Loading branch information
1 parent
f3bd455
commit 16c8f6d
Showing
1 changed file
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters