gpt4 book ai didi

react-native - 在 expo 应用程序中使用库时 react-native-Uuid-generator 崩溃

转载 作者:行者123 更新时间:2023-12-05 09:13:24 27 4
gpt4 key购买 nike

我想在使用 expo cli 构建的 ReactNative 应用程序中生成一个 uuid。当我从 React-native-uuid-generator 安装 UUIDGenerator 时,我得到了 undefined 不是一个对象(评估'RNUUIDGenerator.getRandomUUID'..)

尝试了两个 dif 库,react-native-uuidReact-native-uuid-generator,同样的问题,认为可能与 expo 不喜欢有关链接命令。

UUIDGenerator.getRandomUUID().then(uuid => console.log(uuid));

期望打印新的 uuid,实际上收到错误消息。

最佳答案

react-native-uuid 与 expo 配合使用。

npm install react-native-uuid --save

import uuid from 'react-native-uuid';

然后像这样生成uuid

const uuid = uuid.v1();

关于react-native - 在 expo 应用程序中使用库时 react-native-Uuid-generator 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56316713/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com