Closed markrity closed 2 years ago
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?
@LinusU Boom 💥 ! Thank you.
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 :)