0.1.0 • Published 3 years ago

react-native-responsive-checker v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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