反应原状设备INFO get getuniqueId()与Android中的React Native和Expo不起作用



我正在尝试获取设备信息&获取有关使用 React Antive&expo

检查我的步骤1.使用

安装NPM
npm install --save react-native-device-info

2。与

链接
react-native link react-native-device-info

3。使用

import DeviceInfo from 'react-native-device-info';
const deviceName = DeviceInfo.getUniqueID();

我的错误

未定义不是对象(评估'rndeviceinfo.uniqueid')

使用getUniqueId代替getUniqueID

import DeviceInfo from 'react-native-device-info';
const deviceName = DeviceInfo.getUniqueId();

相关内容

  • 没有找到相关文章

最新更新