mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
how-tos made with markdown snippet injector
This commit is contained in:
12
apps/tests/platform.md
Normal file
12
apps/tests/platform.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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'/>
|
||||
Reference in New Issue
Block a user