0.5.1 • Published 2 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-rn
Usage
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
2 years ago
0.5.0
2 years ago
0.4.9
2 years ago
0.4.8
2 years ago
0.4.7
2 years ago
0.4.6
2 years ago
0.4.5
2 years ago
0.4.4
2 years ago
0.4.3
2 years ago
0.4.2
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.9
2 years ago
0.3.8
2 years ago
0.3.7
2 years ago
0.3.6
2 years ago
0.3.5
2 years ago
0.3.4
2 years ago
0.3.3
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.9
2 years ago
0.2.8
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago