0.0.4 • Published 4 months ago

@gocodingnow/rn-size-matters v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Note for developers

All credits to https://github.com/nirsky/react-native-size-matters

1/ To install:

yarn add @gocodingnow/rn-size-matters

or

npm i @gocodingnow/rn-size-matters

or

pnpm i @gocodingnow/rn-size-matters

2/ Configuration

In App.tsx, set default resolution at the root,

const SIZE_MATTERS_BASE_WIDTH = 375;
const SIZE_MATTERS_BASE_WIDTH = 812;

setSizeMattersBaseWidth(SIZE_MATTERS_BASE_WIDTH);
setSizeMattersBaseHeight(SIZE_MATTERS_BASE_WIDTH);
0.0.4

4 months ago

0.0.3

6 months ago

0.0.2

12 months ago

0.0.1

12 months ago