react-native-rndrift

1.3.2 • Public • Published

react-native-rndrift

React Native Drift Demo

Getting started

$ npm install react-native-rndrift --save

Mostly automatic installation

$ react-native link react-native-rndrift

Usage

import Rndrift from 'react-native-rndrift';

// Init Drift - https://app.drift.com/settings/livechat
Rndrift.setup('YOUR API TOKEN');

// Create a user
Rndrift.registerUser('unique id of the user', 'email');

// Logout user
Rndrift.logout();

// Display conversations view
Rndrift.showConversations();

// Display create conversation view
Rndrift.showCreateConversation();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.20
1.3.10
1.3.00
1.2.90
1.2.80
1.2.70
1.2.60
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i react-native-rndrift

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

406 kB

Total Files

25

Last publish

Collaborators

  • saurabhch