Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-device-info

Package Overview
Dependencies
Maintainers
4
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-device-info - npm Package Versions

1
26

10.1.2

Diff

Changelog

Source

10.1.2 (2022-09-13)

Bug Fixes

  • hasNotch: add iPhone 14 Pro / Pro Max to devices with notch (b818d9f)
schie
published 10.1.1 •

Changelog

Source

10.1.1 (2022-09-09)

Bug Fixes

  • add getDeviceType and getDeviceTypeSync mocks (#1437) (d92e9f9)
schie
published 10.1.0 •

Changelog

Source

10.1.0 (2022-09-09)

Bug Fixes

  • hasNotch: add iPhone 14 / iPhone 14 Plus to devices with notch (fc3b488)

Features

  • add device names for iPhone 14 family (2df220f)
  • add method to check if device has dynamic island (6119011)
schie
published 10.0.2 •

Changelog

Source

10.0.2 (2022-07-18)

Bug Fixes

  • types, flow: add missing getUniqueIdSync in index.js.flow (#1441) (1d3890a)
schie
published 10.0.1 •

Changelog

Source

10.0.1 (2022-07-11)

Bug Fixes

  • types: add missing hasGms hasHms flow types (#1436) (f51fb98)
schie
published 10.0.0 •

Changelog

Source

10.0.0 (2022-07-08)

  • fix!: remove uniqueId from constants, move to sync/async methods (#1433) (449e1a8), closes #1433

BREAKING CHANGES

  • uniqueId constant is no longer available, use either getUniqueIdSync() or getUniqueId() (which now returns Promise<string>) instead. This is to confirm with app store policies that may reject your app if you access this constant before obtaining consent (thus requiring removal from the set of constants, which are fetched on startup)
schie
published 9.0.2 •

Changelog

Source

9.0.2 (2022-06-04)

Bug Fixes

  • example, windows: Define an explicit 10.0 in example project to use latest windows 10 sdk (#1424) (92c4db6), closes #1288
schie
published 9.0.1 •

Changelog

Source

9.0.1 (2022-06-04)

Bug Fixes

schie
published 9.0.0 •

Changelog

Source

9.0.0 (2022-06-02)

  • fix(windows)!: Misc cleanup to windows. Support only RNW63 and newer. (#1419) (3bd6f88), closes #1419

BREAKING CHANGES

  • needs react-native-windows 0.63+ and MSVC build tools v142+ (Visual Studio 2019+), drop arm32
schie
published 8.7.1 •

Changelog

Source

8.7.1 (2022-04-30)

Bug Fixes

  • windows: addListener/removeListeners native stubs to quiet warnings (#1408) (55166b4), closes #1288
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc