1.0.18 ā€¢ Published 3 months ago

react-native-adapt-screen v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Welcome to react-native-adapt-screen šŸ‘‹

React Native Adapt Screen

Version License: MIT

platform - android platform - ios npm npm

Achieve pixel-perfect UI dimensions and font sizes in your React Native app effortlessly with React Native Adapt Screen. Say goodbye to manual tweaking and ensure your app's UI matches your Figma or Adobe XD designs seamlessly.

Features

  • Pixel-Perfect UI Dimensions: Utilize WidthShouldBe() and HeightShouldBe() functions to set exact dimensions based on your design files.
  • Precise Font Sizing: Set font sizes using SizeShouldBe() for optimal readability and aesthetics.
  • Seamless Integration: Easily integrate with your existing React Native projects.
  • Time-Saving: Eliminate the need for manual adjustments, saving valuable development time.

Version 1.0.18

  • Added Full Width and Full Height props - Now you can easily create full screen

Installation

Install React Native Adapt Screen via npm:

npm install react-native-adapt-screen

Usage

Import the necessary functions from React Native Adapt Screen:

import {
  WidthShouldBe,
  HeightShouldBe,
  SizeShouldBe,
  FullWidth,
  FullHeight,
} from "react-native-adapt-screen";

Use these functions with exact size integers from your Figma or Adobe XD designs:

<View style={{ width: FullWidth(), height: FullHeight() }}>
  <View style={{ width: WidthShouldBe(100), height: HeightShouldBe(200) }}>
    <Text style={{ fontSize: SizeShouldBe(18) }}>
      Hello, React Native Adapt Screen!
    </Text>
  </View>
</View>

Author

šŸ‘¤ Harsh Sharma

Give a ā­ļø if this project helped you!

1.0.18

3 months ago

1.0.17

3 months ago

1.0.16

3 months ago

1.0.15

3 months ago

1.0.14

3 months ago

1.0.13

3 months ago

1.0.12

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago