react-native-device-info
Advanced tools
Changelog
10.0.0 (2022-07-08)
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)