react-native-simple-responsive

1.0.7 • Public • Published

react-native-simple-responsive

Deployment

Use this library to make you app responsive.

  npm install react-native-simple-responsive

  import {scaledSize} from 'react-native-simple-responsive'

  fontSize: scaledSize(14), // for font
  paddingTop: scaledSize(15), // for styling
  paddingBottom: scaledSize(12),

Imports

  
  import {scaleRatio} from 'react-native-simple-responsive'
  import {deviceWidth} from 'react-native-simple-responsive'
  import {deviceHeight} from 'react-native-simple-responsive'
  import {deviceAspectRatio} from 'react-native-simple-responsive'
  import {widthFromPercentage} from 'react-native-simple-responsive'
  import {heightFromPercentage} from 'react-native-simple-responsive'
 

Features

  • Font responsive
  • Styling responsive

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

/react-native-simple-responsive/

    Package Sidebar

    Install

    npm i react-native-simple-responsive

    Weekly Downloads

    1

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    2.17 kB

    Total Files

    3

    Last publish

    Collaborators

    • swapnil_v