Skip to content

Commit 0cabc3f

Browse files
committed
2.0.2 README updates for new native library.
1 parent 3ecbaf4 commit 0cabc3f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# fastcomments-react-native
22

3-
React Native FastComments Components
3+
FastComments React Native Wrapper
44

55
## Installation
66

77
```sh
8-
npm install fastcomments-react-native
8+
npm install fastcomments-react-native --save
99
```
1010

11+
## Consider The Native SDK
12+
13+
This library uses a webview around the VanillaJS library.
14+
15+
FastComments now supports a completely native implementation of our client as part of [fastcomments-react-native-sdk](https://github.com/FastComments/fastcomments-react-native-sdk).
16+
If you want a completely native implementation you may want to look there.
17+
1118
## Usage - The Live Comment Widget
1219

1320
The API is slightly different compared to `fastcomments-react`. With native, we pass a config object which follows [this structure](https://github.com/FastComments/fastcomments-typescript/blob/main/src/fast-comments-comment-widget-config.ts#L35).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastcomments-react-native",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React Native FastComments Components",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)