You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import uuid from 'react-native-uuid';
//Not a real component - just a concept
const DummyComponent = () => {
console.log({
actualId: uuid.v5("orderId","f87ff660-ef24-47a6-b9a8-d64545dd6a4e"),
expectedId: "02cd8985-1b72-5e1f-a597-392fc492ca68",
});
}
Using v5 in the internet:
Using v5 with this library:
Result is:
I have look inside the V5 code and its look like you changing the variables for some reason. Any reason why?
The text was updated successfully, but these errors were encountered: