0.9.0 • Published 1 year ago

@devrev/sdk-react-native v0.9.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@devrev/sdk-react-native

DevRev SDK, used for integrating DevRev services into your React Native app.

Installation

npm install @devrev/sdk-react-native

Usage

import { * } from '@devrev/sdk-react-native';

// Call the configure method to initialize the SDK.
DevRev.configure(appId, secret, supportID);

// Identify the user by calling the `identify` method.
DevRev.identify(userID);

// Open the PLuG support chat by calling the `showSupport` method.
DevRev.showSupport();

License

Apache 2.0

0.9.0

1 year ago