react-native-library-rn
v0.5.1
Published
test
Maintainers
Readme
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": "[email protected]" "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
