This is a library to check responsive design.
npm install react-native-responsive-checker
or
yarn add react-native-responsive-checker
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
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT