react-native-responsive-checker
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-responsive-checker

This is a library to check responsive design.

Installation

npm install react-native-responsive-checker
or
yarn add react-native-responsive-checker

Usage

Build on a simulator or actual machine with a large screen size. iPad 12.9 is recommended

import { ResponsiveCheckView } from "react-native-responsive-checker";

<ResponsiveCheckView>
    // Insert the View you want to check here.
    <App />
</ResponsiveCheckView>

https://user-images.githubusercontent.com/34805701/140617531-68271250-c592-44b0-abbb-3c5057ecd24f.mp4

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-responsive-checker

Weekly Downloads

6

Version

0.1.0

License

MIT

Unpacked Size

50.2 kB

Total Files

33

Last publish

Collaborators

  • t0m0120