npm react-native-device-info 10.0.0
v10.0.0

latest releases: 10.13.2, 10.13.1, 10.13.0...
22 months 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)

Don't miss a new react-native-device-info release

NewReleases is sending notifications on new releases.