react-native-device-info

Device Information for React Native iOS and Android

MIT License

Downloads
2.5M
Stars
6.4K
Committers
310

Bot releases are visible (Hide)

react-native-device-info - v10.2.1

Published by rndi-bot about 2 years ago

10.2.1 (2022-10-05)

Bug Fixes

  • android: getDeviceName handle new exception beginning API>=32 (#1471) (2364514)
react-native-device-info - v10.2.0

Published by rndi-bot about 2 years ago

10.2.0 (2022-09-18)

Features

  • ios, firstInstallTime: implement first install time for iOS (63b9feb)
react-native-device-info - v10.1.2

Published by rndi-bot about 2 years ago

10.1.2 (2022-09-13)

Bug Fixes

  • hasNotch: add iPhone 14 Pro / Pro Max to devices with notch (b818d9f)
react-native-device-info - v10.1.1

Published by rndi-bot about 2 years ago

10.1.1 (2022-09-09)

Bug Fixes

  • add getDeviceType and getDeviceTypeSync mocks (#1437) (d92e9f9)
react-native-device-info - v10.1.0

Published by rndi-bot about 2 years ago

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)
react-native-device-info - v10.0.2

Published by rndi-bot over 2 years ago

10.0.2 (2022-07-18)

Bug Fixes

  • types, flow: add missing getUniqueIdSync in index.js.flow (#1441) (1d3890a)
react-native-device-info - v10.0.1

Published by rndi-bot over 2 years ago

10.0.1 (2022-07-11)

Bug Fixes

  • types: add missing hasGms hasHms flow types (#1436) (f51fb98)
react-native-device-info - v10.0.0

Published by rndi-bot over 2 years ago

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 conform 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)
react-native-device-info - v9.0.2

Published by rndi-bot over 2 years ago

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
react-native-device-info - v9.0.1

Published by rndi-bot over 2 years ago

9.0.1 (2022-06-04)

Bug Fixes

react-native-device-info - v9.0.0

Published by rndi-bot over 2 years ago

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
react-native-device-info - v8.7.1

Published by rndi-bot over 2 years ago

8.7.1 (2022-04-30)

Bug Fixes

  • windows: addListener/removeListeners native stubs to quiet warnings (#1408) (55166b4), closes #1288
react-native-device-info - v8.7.0

Published by rndi-bot over 2 years ago

8.7.0 (2022-03-29)

Features

react-native-device-info - v8.6.0

Published by rndi-bot over 2 years ago

8.6.0 (2022-03-28)

Features

react-native-device-info - v8.5.1

Published by rndi-bot over 2 years ago

8.5.1 (2022-03-21)

Bug Fixes

  • ios: add device name for iPhone SE 3rd gen (#1394) (8923995)
react-native-device-info - v8.5.0

Published by rndi-bot over 2 years ago

8.5.0 (2022-03-04)

Features

  • windows, supportedAbis: Add supportedAbis for windows (#1389) (8a97c4c)
react-native-device-info - v8.4.9

Published by rndi-bot over 2 years ago

8.4.9 (2022-02-07)

Bug Fixes

  • has-notch: add huawei p40 lite to notches list (#1378) (bbca38f)
react-native-device-info - v8.4.8

Published by rndi-bot almost 3 years ago

8.4.8 (2021-11-17)

Bug Fixes

  • useBatteryIsLow: return battery level only if low on first run (#1347) (6b6fb5e)
react-native-device-info - v8.4.7

Published by rndi-bot almost 3 years ago

8.4.7 (2021-11-13)

Bug Fixes

  • android, serial: Fix permission access to serial number (#1344) (ebc2e10)
react-native-device-info - v8.4.6

Published by rndi-bot almost 3 years ago

8.4.6 (2021-11-12)

Bug Fixes

  • android: gracefully handle SecurityException in getPhoneNumber (3745097)