An open API service indexing awesome lists of open source software.

https://github.com/ildfreelancer/rn-size-matters


https://github.com/ildfreelancer/rn-size-matters

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Note for developers

All credits to

1/ To install:

```bash
yarn add @gocodingnow/rn-size-matters
```

or

```bash
npm i @gocodingnow/rn-size-matters
```

or

```bash
pnpm i @gocodingnow/rn-size-matters
```

2/ Configuration

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

```jsx

const SIZE_MATTERS_BASE_WIDTH = 375;
const SIZE_MATTERS_BASE_HEIGHT= 812;

setSizeMattersBaseWidth(SIZE_MATTERS_BASE_WIDTH);
setSizeMattersBaseHeight(SIZE_MATTERS_BASE_HEIGHT);
```