@abhlabs/rn-helpers 中文文档教程

发布于 4年前 浏览 22 项目主页 更新于 3年前

@abhlabs/rn-helpers

React Native 的助手。

Contents

Installation

使用 npm:

npm install --save @abhlabs/rn-helpers

或使用 yarn:

yarn add @abhlabs/rn-helpers

API

MethodReturn TypeiOSAndroidWindowsWeb

| normalize() | number | ✅ | ✅ | ❌ | ❌ |

=======

normalize()

将大小标准化为在所有设备上看起来都一样。

Examples

import {normalize} from '@abhlabs/rn-helpers';

normalize(15);

normalize(15, 320);

Contributing

请参阅贡献指南

@abhlabs/rn-helpers

Helpers for React Native.

Contents

Installation

Using npm:

npm install --save @abhlabs/rn-helpers

or using yarn:

yarn add @abhlabs/rn-helpers

???? API

MethodReturn TypeiOSAndroidWindowsWeb

| normalize() | number | ✅ | ✅ | ❌ | ❌ |

=======

normalize()

Normalizes the size to look same on all devices.

Examples

import {normalize} from '@abhlabs/rn-helpers';

normalize(15);

normalize(15, 320);

???? Contributing

Please see the contributing guide.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文