0.1.2 • Published 1 year ago

react-native-rn-sellentis-device-info v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-native-rn-sellentis-device-info

device info

Installation

npm install react-native-rn-sellentis-device-info

Usage

import { getSystemInfo } from 'react-native-rn-sellentis-device-info';

// ...

getSystemInfo((data) => console.log(data));

System Information Table

PropertyDescriptionExample
deviceNameThe name assigned to the device by the user."iPhone 15 Pro"
systemNameThe name of the operating system running on the device."iOS"
systemVersionThe current version of the operating system."17.4"
modelThe model of the device."iPhone"
localizedModelThe localized version of the device model name."iPhone"
identifierForVendorThe unique identifier for the vendor (UUID) associated with the device."AC0AB8F4-556C-47B1-8346-C181E84692E4"

License

MIT


Made with create-react-native-library

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago