Socket
Book a DemoInstallSign in
Socket

react-native-get-pixel-dimensions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

react-native-get-pixel-dimensions

Get the width and height of device in pixels

unpublished
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
470
41.57%
Maintainers
1
Weekly downloads
 
Created
Source

react-native-get-pixel-dimensions

Get the width and height of device in pixels

npm package version npm downloads standard JS linter prettier code formatting travis ci build status project license make a pull request


Built with ❤︎ by tiaanduplessis and contributors

Table of Contents

Table of Contents
  • Install
  • Usage
  • Contribute
  • License
  • Install

    $ npm install react-native-get-pixel-dimensions
    # OR
    $ yarn add react-native-get-pixel-dimensions
    

    Usage

    import getPixelDimensions from 'react-native-get-pixel-dimensions'
    
    getPixelDimensions()
    // {width: 750, height: 1334} // On iPhone 6
    

    Contributing

    Contributions are welcome!

    • Fork it.
    • Create your feature branch: git checkout -b my-new-feature
    • Commit your changes: git commit -am 'Add some feature'
    • Push to the branch: git push origin my-new-feature
    • Submit a pull request :D

    Or open up a issue.

    License

    Licensed under the MIT License.

    FAQs

    Package last updated on 24 Nov 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