1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 13:53:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Add set local hash info for ios

This commit is contained in:
sunnylqm
2021-10-05 14:08:56 +08:00
parent 775e567062
commit 94d52bb415
8 changed files with 33 additions and 55 deletions

View File

@@ -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);
}