Commit 3cf6a70d authored by Rebecca Hughes's avatar Rebecca Hughes

Release 0.8.2

parent 6af64a17
...@@ -51,7 +51,7 @@ import com.learnium.RNDeviceInfo.*; // <--- import ...@@ -51,7 +51,7 @@ import com.learnium.RNDeviceInfo.*; // <--- import
public class MainActivity extends ReactActivity { public class MainActivity extends ReactActivity {
...... ......
/** /**
* A list of packages used by the app. If the app uses additional views * A list of packages used by the app. If the app uses additional views
* or modules besides the default ones, add more packages here. * or modules besides the default ones, add more packages here.
...@@ -109,6 +109,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand ...@@ -109,6 +109,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
## Release Notes ## Release Notes
* 0.8.2 change deployment target to iOS 8
* 0.8.1 removes unnecessary peerDependencies * 0.8.1 removes unnecessary peerDependencies
* 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14) * 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14)
* 0.7.0 adds two new parameters, Device Locale and User Agent. * 0.7.0 adds two new parameters, Device Locale and User Agent.
......
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.8.1", "version": "0.8.2",
"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