0.6.9 • Published 7 years ago
react-native-imagesplit v0.6.9
Installation
Installation can be done through npm
:
npm i react-native-imagesplit --save
Usage
用于获取app的唯一标示
import { NativeModules } from 'react-native';
const imagePathArray = ['','',''];
//纵向拼接图片
NativeModules.RNImageSplit.spliceImageVertical(imagePathArray, (imagePath) => {
// service code
});
//横向拼接图片
NativeModules.RNImageSplit.spliceImageHorizontal(imagePathArray, (imagePath) => {
// service code
});
0.6.9
7 years ago
0.6.8
7 years ago
0.6.7
7 years ago
0.6.6
8 years ago
0.5.6
8 years ago
0.5.5
8 years ago
0.5.4
8 years ago
0.5.3
8 years ago
0.5.1
8 years ago
0.3.9
8 years ago
0.3.8
8 years ago
0.3.7
8 years ago
0.3.6
9 years ago
0.3.5
9 years ago
0.3.4
9 years ago
0.3.3
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago