1.1.2 • Published 3 years ago

react-native-true-librarys v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-true-librarys

Getting started

$ npm install react-native-true-librarys --save

Please install

  • $ npm i @react-native-community/netinfo --save
  • $ npm install --save rn-fetch-blob
  • $ npm install react-native-image-marker --save
  • $ npm install react-native-merge-two-image --save

Usage

import TrueLibs from 'react-native-true-librarys';

// TODO: What to do with the module?
TrueLibs.DetectNetwork();

TrueLibs.SpeedTest();

TrueLibs.ImageMaker(ImageUri,Text,FontSize);

TrueLibs.MergeImage(uri1,uri2,"vertical",(res)=>{
	console.log(res)
})
//uri1,uri2 : base64;
//orient : string "vertical","horizontal" default "horizontal"
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago