0.6.9 • Published 6 years ago

react-native-imagesplit v0.6.9

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

7 years ago

0.5.6

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.1

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago