crypto.randomUUID for react native
Closed this issue · 3 comments
markrity commented
Hi ,
Right now the implementation using v4 uuid , since Node 14.17.0 there were crypto.randomUUID
introduced, that is by 3 times faster by benchmarks than v4.
Any plans on adding crypto.randomUUID
implementation for this package?
Thanks :)
perry-mitchell commented
Hmm, not sure if this fits here though - the name of the package is literally the name of the function it's providing.. wouldn't it be better to publish react-native-random-uuid
instead?