@marqroldan/react-native-image-capinsets

0.1.7 • Public • Published

React Native ImageCapInset

Support Image capInsets for Android

Example

import ImageCapInset from 'rn-imagecapinsets';

import BubbleImage from './images/bubble.png';

<ImageCapInset source={BubbleImage}
               capStyle={{
                 top: -14,
                 bottom: -26,
                 left: -16,
                 right: -24,
               }}
               capInsets={{ top: 8, right: 8, bottom: 8, left: 8 }} />

Credits

Continued development under RN 0.60 react-native-image-capinsets package.

Package Sidebar

Install

npm i @marqroldan/react-native-image-capinsets

Weekly Downloads

0

Version

0.1.7

License

MIT

Unpacked Size

334 kB

Total Files

34

Last publish

Collaborators

  • marqroldan