UNPKG

react-native-rn-sellentis-device-info

Version:

device info

39 lines (25 loc) 1.74 kB
# react-native-rn-sellentis-device-info device info ## Installation ```sh npm install react-native-rn-sellentis-device-info ``` ## Usage ```js import { getSystemInfo } from 'react-native-rn-sellentis-device-info'; // ... getSystemInfo((data) => console.log(data)); ``` ## System Information Table | **Property** | **Description** | **Example** | |------------------------|---------------------------------------------------------------------------------|------------------------------------------------------| | `deviceName` | The name assigned to the device by the user. | "iPhone 15 Pro" | | `systemName` | The name of the operating system running on the device. | "iOS" | | `systemVersion` | The current version of the operating system. | "17.4" | | `model` | The model of the device. | "iPhone" | | `localizedModel` | The localized version of the device model name. | "iPhone" | | `identifierForVendor` | The unique identifier for the vendor (UUID) associated with the device. | "AC0AB8F4-556C-47B1-8346-C181E84692E4" | ## License MIT --- Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)