1 post tagged with "expo"

View All Tags

UUID in React Native with Expo

Quddus George

Building a Mobile Application

What is a UUID?

What is a UUID?

UUID stands for Universally Unique Identifier. Usually it will be a string that is programmatically generated and thoroughly random. There are standards and measurements as to how random and how unique a string will be.

At what point will a given ID repeat itself? Hopefully never in your app. 😆