Support Image capInsets for Android (only for RN >= 0.56)
yarn add react-native-imagecapinsets
react-native link react-native-imagecapinsets
import ImageCapInset from 'rn-imagecapinsets';
import BubbleImage from './images/bubble.png';
<ImageCapInset source={BubbleImage}
capInsets={{ top: 8, right: 8, bottom: 8, left: 8 }} />
Continued development under RN 0.56 react-native-image-capinsets package.