Skip to content

Commit

Permalink
Add documentation about is24Hour function
Browse files Browse the repository at this point in the history
  • Loading branch information
pterolex committed Jan 21, 2018
1 parent 583f7f5 commit 2294df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -170,6 +170,7 @@ var DeviceInfo = require('react-native-device-info');
| Device Brand | `getBrand()` | `string` e.g. "Apple / htc / Xiaomi" | |
| 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 is set to 24 hour time format | `is24Hour()` | `boolean` e.g. true | |
| System Name | `getSystemName()` | `string` e.g. "iPhone OS" | |
| System Version | `getSystemVersion()` | `string` e.g. "9.0" | |
| Bundle ID | `getBundleId()` | `string` e.g. "com.learnium.mobile" | |
Expand Down

0 comments on commit 2294df2

Please sign in to comment.