getting device serial number React native (expo) how to get the device ( serial number) unique id

229 Views Asked by At

I have a React Native application where multiple Android devices are connected. I need to obtain the serial number of each connected device to store it in a database. I attempted to retrieve the ID or serial using expo-device, but I was unsuccessful

1

There are 1 best solutions below

3
BetterReact Developer On

You can use react-native-device-info library, gives various device related details.