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'
- Font responsive
- Styling responsive
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform