react-native-device-info
Advanced tools
Changelog
6.1.0
Changelog
6.0.4
Changelog
6.0.2
Changelog
6.0.1
Changelog
6.0.0
BREAKING CHANGE(android, storage): ReplacegetTotalDiskCapacity
and getFreeDiskStorage
implementations, original
implementations are getTotalDiskCapacityOld
and getFreeDiskStorageOld
. New implementation adds Root
and Data
file systems.
Old implementations are deprecated, they use deprecated Android APIs, and they will disappear in a future version.
This should be a positive change as the resulting calculation should match Android settings storage calculation,
but the old API is there if you need it, and you can open an issue to discuss if necessary. (#1054, thanks @gabriel-franzoni-pier!)
BREAKING CHANGE(windows, vNext): The windows support has been ported from C# (react-native-windows <= 0.59) to C++ (react-native-windows >= 0.59). This drops support for react-native-windows lower than 0.59. The port was developed and tested against react-native-windows 0.62.5. (1059#, thanks @tero-paananen!). The getTotalMemory APIs were dropped in the process (it appears react-native-windows vNext does not support them)
Changelog
5.6.4
Changelog
5.6.3
Changelog
5.6.2