react-native-true-librarys
v1.1.2
Published
## Getting started
Downloads
21
Maintainers
Readme
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"