New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@chainplatform/device

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainplatform/device

@chainplatform/device is a React Native library that provides a Device Info component for react-native and react-native-web.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

React Native Device Info

@chainplatform/device is a React Native library that provides a Device Info component for react-native and react-native-web.

Follow @doansan

Install

npm install @chainplatform/device --save

or

yarn add @chainplatform/device

Usage

import React from 'react';
import {StyleSheet} from 'react-native';
import DeviceInfo from '@chainplatform/device';

class App extends React.Component {

  constructor(props) {
    super(props);

    this.state = {};
  }

  render() {
    console.log("DeviceInfo ", DeviceInfo);
    return null;
  }
}

Keywords

react

FAQs

Package last updated on 29 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts