Commit d08bbf9e authored by Rebecca Hughes's avatar Rebecca Hughes

Release 0.9.0

parent 818bc6a7
...@@ -69,6 +69,7 @@ public class MainActivity extends ReactActivity { ...@@ -69,6 +69,7 @@ public class MainActivity extends ReactActivity {
## Release Notes ## Release Notes
* 0.9.0 adds support for device country and changes the iOS device name to match Apple branding
* 0.8.4 don't use destructuring * 0.8.4 don't use destructuring
* 0.8.3 removes the default bluetooth permission * 0.8.3 removes the default bluetooth permission
* 0.8.2 change deployment target to iOS 8 * 0.8.2 change deployment target to iOS 8
...@@ -109,4 +110,5 @@ console.log("User Agent", DeviceInfo.getUserAgent()); // e.g. Dalvik/2.1.0 (Linu ...@@ -109,4 +110,5 @@ console.log("User Agent", DeviceInfo.getUserAgent()); // e.g. Dalvik/2.1.0 (Linu
console.log("Device Locale", DeviceInfo.getDeviceLocale()); // e.g en-US console.log("Device Locale", DeviceInfo.getDeviceLocale()); // e.g en-US
console.log("Device Country", DeviceInfo.getDeviceCountry()); // e.g US
``` ```
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.8.4", "version": "0.9.0",
"description": "Get device information using react-native", "description": "Get device information using react-native",
"main": "deviceinfo.js", "main": "deviceinfo.js",
"repository": { "repository": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment