Unverified Commit ab452735 authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #297 from pterolex/master

Add documentation about is24Hour function
parents f9a96527 2294df27
...@@ -170,6 +170,7 @@ var DeviceInfo = require('react-native-device-info'); ...@@ -170,6 +170,7 @@ var DeviceInfo = require('react-native-device-info');
| Device Brand | `getBrand()` | `string` e.g. "Apple / htc / Xiaomi" | | | Device Brand | `getBrand()` | `string` e.g. "Apple / htc / Xiaomi" | |
| Device Model | `getModel()` | `string` e.g. "iPhone 6" | | | Device Model | `getModel()` | `string` e.g. "iPhone 6" | |
| Device ID | `getDeviceId()` | `string` e.g. "iPhone7,2" | Or the board on Android e.g. goldfish | | Device ID | `getDeviceId()` | `string` e.g. "iPhone7,2" | Or the board on Android e.g. goldfish |
| Device is set to 24 hour time format | `is24Hour()` | `boolean` e.g. true | |
| System Name | `getSystemName()` | `string` e.g. "iPhone OS" | | | System Name | `getSystemName()` | `string` e.g. "iPhone OS" | |
| System Version | `getSystemVersion()` | `string` e.g. "9.0" | | | System Version | `getSystemVersion()` | `string` e.g. "9.0" | |
| Bundle ID | `getBundleId()` | `string` e.g. "com.learnium.mobile" | | | Bundle ID | `getBundleId()` | `string` e.g. "com.learnium.mobile" | |
......
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