Overlay a jpg or png on top of your screen to assist you in laying out your components. You can set the image to a see-through opacity and line up your components to match the design perfectly.
npm install react-native-design-overlay
import DesignOverlay from 'react-native-design-overlay';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library