Unverified Commit e533ed79 authored by Viktor Dlouhy's avatar Viktor Dlouhy Committed by GitHub

Update README.md

parent af214073
...@@ -195,7 +195,7 @@ var DeviceInfo = require('react-native-device-info'); ...@@ -195,7 +195,7 @@ var DeviceInfo = require('react-native-device-info');
| Carrier | `getCarrier()` | `string` e.g. "SOFTBANK" | | | Carrier | `getCarrier()` | `string` e.g. "SOFTBANK" | |
| Total Memory | `getTotalMemory()` | `number` e.g. 1995018240 | Total amount of memory on the device | | Total Memory | `getTotalMemory()` | `number` e.g. 1995018240 | Total amount of memory on the device |
| Max Memory | `getMaxMemory()` | `number` e.g. 268435456 | ANDROID ONLY - see https://developer.android.com/reference/java/lang/Runtime.html#maxMemory() | | Max Memory | `getMaxMemory()` | `number` e.g. 268435456 | ANDROID ONLY - see https://developer.android.com/reference/java/lang/Runtime.html#maxMemory() |
| App Name | `getApplicationName()` | Learnium Mobile | | | App Name | `getApplicationName()` | `string` e.g.Learnium Mobile | |
Since the device setting for PIN/Fingerprint can be modified while the app is still open, this is available via callback instead of as a constant. To use, pass a callback function to the returned bridge function in your javascript: Since the device setting for PIN/Fingerprint can be modified while the app is still open, this is available via callback instead of as a constant. To use, pass a callback function to the returned bridge function in your javascript:
......
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