react-native-design-overlay

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.

Installation

npm install react-native-design-overlay

Usage

import DesignOverlay from 'react-native-design-overlay';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library