Commit 8429ba1e authored by Kyle Bradford's avatar Kyle Bradford Committed by Mehdi Achour

docs: clarify iOS return values of getSystemName (#411)

This commit will clarify in the README that both "iOS" and "iPhone OS" are possible return values from calling getSystemName when running on an iOS device. "iOS" being reported on most iOS 10+ devices and "iPhone OS" reported on iOS 9 and less and some iOS 10 devices.
parent 3d45ba54
......@@ -656,7 +656,7 @@ Gets the device OS name.
```js
const systemName = DeviceInfo.getSystemName();
// iOS: "iOS"
// iOS: "iOS" on newer iOS devices "iPhone OS" on older devices, including older iPad's.
// Android: "Android"
// Windows: ?
```
......
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