I have tried the npm package mom install @react-native-device-info to get the device ID. But showing the error log.enter image description here
Using expo i tried the expo-device package where Expo.constants.deviceId , it is generating some id with alphabets,i read in GitHub that "this ID generated will changing each and every time when we uninstall and reinstall the application on the same device". I need the unique I'd which shouldn't be changed even the application is reinstalled in the same device.2