0.0.4 • Published 3 years ago

@abhlabs/rn-helpers v0.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

@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.

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago