mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
13 lines
372 B
Markdown
13 lines
372 B
Markdown
---
|
|
nav-title: "platform How-To"
|
|
title: "How-To"
|
|
description: "Examples for using platform"
|
|
---
|
|
# Platform
|
|
Information about the current device and screen are defined in the platform module
|
|
### Declaring platform module to be available for further usage.
|
|
<snippet id='platform-require'/>
|
|
|
|
### Getting information about the current device:
|
|
<snippet id='platform-current'/>
|