Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Try it out! https://snack.expo.io/@reichertjalex/papercups
## Install

```bash
npm install --save @papercups-io/chat-widget-native
npm install --save @papercups-io/chat-widget-native react-native-webview
```

Note: `react-native-webview` is required to render `RNCWebView`.

## Usage

First, sign up at https://app.papercups.io/register to get your account token. Your account token is what you will use to pass in as the `accountId` prop below.
Expand Down