This native module supports of using 9-patch drawable resources`
npm install @hola.org/react-native-9patch-imageHola fork
This module supports of using native 9patch drawables from Android and capInsets from iOS.
Install native module
```
$ npm i --save react-native-9patch-image
Link native module with your project
``
$ react-native link react-native-9patch-image
Add component to your project
`javascript
import NinePatchView from 'react-native-9patch-image';
style={{ width: 100, height: 100 }}
/>
``