react-native-device-info
Advanced tools
Changelog
1.5.0
getBuildId
method to gets build number of the operating system. (https://github.com/react-native-community/react-native-device-info/pull/640)Changelog
1.4.3
Changelog
1.4.2
RCTSharedApplication
so compile works for ios app extensions (https://github.com/react-native-community/react-native-device-info/pull/408)getUserAgent()
on old androids (API level <= 16) (https://github.com/react-native-community/react-native-device-info/pull/545)This is existing policy but is worth mentioning: The list with device names (returned by getModel()
) is maintained by the community and could lag new devices. It is recommended to use getDeviceId()
since it's more reliable and always up-to-date with new iOS devices. We do accept pull requests that add new iOS devices to the list with device names
Changelog
1.4.0
Changelog
1.3.0
Changelog
1.2.0
Changelog
1.1.0
supportedABIs()
(https://github.com/react-native-community/react-native-device-info/pull/598)Changelog
1.0.1