Skip to content

t0m0120/react-native-responsive-checker

Repository files navigation

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>
default.mp4

Contributing

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published