Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nuke-dimensions

nuke41Apache-2.02.3.12

屏幕参数

nuke, dimensions

readme

Dimensions

  • category: API
  • chinese: 屏幕参数
  • type: API

Usage

Because the weex container does not support height: 100%. When you need to get the REM value of the screen width, hegith and set the style, you may be use the Dimensions component.

API

Dimensions.get('window/screen')

catch the size of window or screen, default vertical.

//catch width and height of the screen (rem)
let { height, width } = Dimensions.get('window');

Dimensions.getWindowInfo(isLandscape)

When isLandscape is true, it returns the width of the screen.

You need to open the current page under the container screen, otherwise the unpredictable value will appear.

// Catch width and height in horizontal screen mode
let { height, width } = Dimensions.getWindowInfo(true);

The Other

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.3.12 (2019-09-26)

Note: Version bump only for package nuke-dimensions

2.3.11 (2019-09-26)

Note: Version bump only for package nuke-dimensions

2.3.10 (2019-09-26)

Note: Version bump only for package nuke-dimensions

2.3.9 (2019-09-26)

Note: Version bump only for package nuke-dimensions

2.3.8 (2019-09-25)

Note: Version bump only for package nuke-dimensions

2.3.7 (2019-07-24)

Note: Version bump only for package nuke-dimensions

2.3.6 (2019-07-19)

Note: Version bump only for package nuke-dimensions

2.3.5 (2019-07-02)

Note: Version bump only for package nuke-dimensions

2.3.4 (2019-05-10)

Note: Version bump only for package nuke-dimensions

2.3.3 (2019-04-28)

Note: Version bump only for package nuke-dimensions

2.3.2 (2019-01-15)

Note: Version bump only for package nuke-dimensions

2.3.1 (2019-01-15)

Note: Version bump only for package nuke-dimensions

2.3.0 (2018-11-14)

Bug Fixes

Features

  • 将UI组件与功能库拆分 (f5d0a2c)

2.2.29 (2018-10-09)

Bug Fixes

2.2.28 (2018-10-09)

Note: Version bump only for package nuke-dimensions

2.2.27 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.26 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.25 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.24 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.23 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.22 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.21 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.20 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.19 (2018-10-08)

Note: Version bump only for package nuke-dimensions

2.2.18 (2018-09-30)

Note: Version bump only for package nuke-dimensions

2.2.17 (2018-09-26)

Note: Version bump only for package nuke-dimensions

2.2.16 (2018-09-19)

Note: Version bump only for package nuke-dimensions

2.2.15 (2018-09-19)

Note: Version bump only for package nuke-dimensions

2.2.14 (2018-09-11)

Note: Version bump only for package nuke-dimensions

2.2.13 (2018-09-11)

Note: Version bump only for package nuke-dimensions

2.2.12 (2018-09-11)

Note: Version bump only for package nuke-dimensions

2.2.11 (2018-09-06)

Note: Version bump only for package nuke-dimensions

2.2.10 (2018-09-06)

Note: Version bump only for package nuke-dimensions

2.2.9 (2018-09-06)

Note: Version bump only for package nuke-dimensions

2.2.8 (2018-09-05)

Note: Version bump only for package nuke-dimensions

2.2.7 (2018-09-05)

Note: Version bump only for package nuke-dimensions

2.2.6 (2018-09-04)

Note: Version bump only for package nuke-dimensions

2.2.5 (2018-09-04)

Note: Version bump only for package nuke-dimensions

2.2.4 (2018-09-04)

Note: Version bump only for package nuke-dimensions

2.2.3 (2018-08-24)

Note: Version bump only for package nuke-dimensions

2.2.2 (2018-08-23)

Note: Version bump only for package nuke-dimensions

2.2.1 (2018-08-23)

Note: Version bump only for package nuke-dimensions

2.2.0 (2018-08-23)

Bug Fixes

Features

2.1.10 (2018-08-20)

Note: Version bump only for package nuke-dimensions

2.1.9 (2018-08-20)

Note: Version bump only for package nuke-dimensions

2.1.8 (2018-08-20)

Note: Version bump only for package nuke-dimensions

2.1.6 (2018-08-15)

Note: Version bump only for package nuke-dimensions

2.1.3 (2018-08-15)

Note: Version bump only for package nuke-dimensions

2.1.1 (2018-08-15)

Note: Version bump only for package nuke-dimensions