0.1.3 • Published 1 year ago

react-native-superreact v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

react-native-superreact

superinstall

Installation

npm install react-native-superreact

Usage

import { init,setHost,getInstall,register,point } from 'react-native-superreact';
init("APP_KEY","APP_SECRET")
getInstall().then(res=>
   console.log("channel and install data is",res)
)
point("POINT_ID",POINT_VALUE)
register("USER_REGISTER_ID")

Note for ios

Please add the node_modules/react-native-superreact/ios/libSuperInstallStatic.a into your main project.

Detail: https://manage.superinstall.click

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