0.5.1 • Published 3 years ago
react-native-library-rn v0.5.1
react-native-library-rn
My First React Native Library that is published on npm
Installation
npm install react-native-library-rnUsage
import { multiply } from 'react-native-library-rn';
// ...
const result = await multiply(3, 7);User Register
import {userRegister} from 'react-native-library-rn';
// ...
var jsonData = '{ "name":"Karthik", "age":"22", "email": "k@k.com" "token":"YOUR_FCM_TOKEN" }';
var obj = JSON.parse(jsonData);
userRegister(obj);Update Push Token
import {updatePushToken} from 'react-native-library-rn';
// ...
updatePushToken("YOUR_FCM_TOKEN");Screen Tracking
Event Tracking
Read Notification
Unread Notification
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
0.5.1
3 years ago
0.5.0
3 years ago
0.4.9
3 years ago
0.4.8
3 years ago
0.4.7
3 years ago
0.4.6
3 years ago
0.4.5
3 years ago
0.4.4
3 years ago
0.4.3
3 years ago
0.4.2
3 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.3.9
3 years ago
0.3.8
3 years ago
0.3.7
3 years ago
0.3.6
3 years ago
0.3.5
3 years ago
0.3.4
3 years ago
0.3.3
3 years ago
0.3.2
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.9
3 years ago
0.2.8
3 years ago
0.2.7
3 years ago
0.2.6
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago