react-native-rn-sellentis-device-info
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

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

/react-native-rn-sellentis-device-info/

    Package Sidebar

    Install

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

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    16.8 kB

    Total Files

    20

    Last publish

    Collaborators

    • sellentis