1.2.6 • Published 3 years ago
react-native-logmsg v1.2.6
react-native-logmsg
Installation
Make sure that you are in your React Native project directory and run:
$ npm install react-native-logmsg
$ yarn add react-native-logmsg
Usage
import { CommonFunction } from 'react-native-logmsg'
CommonFunction.LogMsg("try this")
CommonFunction.Warning("this warning")
Here is currently available types:
Toast
import { CommonFunction } from 'react-native-logmsg'
CommonFunction.Toast("try this")
Add
import { CommonFunction } from 'react-native-logmsg'
CommonFunction.Add(2,4)
--> 6
Multiply
import { CommonFunction } from 'react-native-logmsg'
CommonFunction.Multiply(5,7)
--> 35
1.2.6
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
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