Why I should use it instead of node-uuid ?
xcarpentier opened this issue · 3 comments
(not an issue)
Hi Xavier,
Thanks for your interest.
So in the recent version if you try to compile node-uuid it won't work
because of the node only dependency. So this plugin solves that issue by
replacing it to cryptojs library so it can be compiled in react native
environment.
Hope it helps!
Regards,
Eugene
On Saturday, June 25, 2016, Xavier Carpentier notifications@github.com
wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1, or mute the
thread
https://github.com/notifications/unsubscribe/ABxW7_FD14Ipc-J3ss9ZlNeQ7g4cTF_jks5qPUSXgaJpZM4I-XQ6
.
Awesome thank you, I'll use it soon ;)
Cool. Let me know how it goes.
Keep in mind, if you are building UUID for security reasons, I'd still recommend to go with the native hashing and generating functions on each mobile platform.