1.2.6 • Published 2 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
2 years ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.9
2 years ago
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago