react-native-unique-id
generates a guid and stores it in the async store This is supposed to identify the device / user. It creates a guid if no exists and stores it in the AsyncStorage. If a Guid exists, this will be returned
Usage
npm install react-native-unique-id --save
const uniqueId = ; ; // or callback style ;