New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-imagesplit

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-imagesplit

splite image in react native

latest
Source
npmnpm
Version
0.6.9
Version published
Maintainers
1
Created
Source

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
});

Keywords

react-native

FAQs

Package last updated on 09 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts