mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 13:53:11 +08:00
Add set local hash info for ios
This commit is contained in:
@@ -51,7 +51,7 @@ export async function getCurrentVersionInfo() {
|
||||
const eventEmitter = new NativeEventEmitter(Pushy);
|
||||
|
||||
if (!uuid) {
|
||||
uuid = require('nanoid/non-secure')();
|
||||
uuid = require('nanoid/non-secure').nanoid();
|
||||
Pushy.setUuid(uuid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user