Commit 3a6881dd authored by Mehdi Achour's avatar Mehdi Achour

Merge branch 'master' of github.com:rebeccahughes/react-native-device-info

parents 41735bd0 8429ba1e
......@@ -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