gowavey-react-native-sdk
v0.2.0
Published
React Native SDK for GoWavey
Readme
gowavey-react-native-sdk
React Native SDK for GoWavey.
Requires React Native 0.71 or higher.
Installation
npm install gowavey-react-native-sdkUsage
import { initializeSdk, showTrophyCase, updateActivity } from 'gowavey-react-native-sdk';
// ...
await initializeSdk('YOUR_AUTH_TOKEN', 'YOUR_MEMBER_ID');
await showTrophyCase(trophyCaseId);
await updateActivity(activityId, activityValue, shouldShowBadges?);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
