You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: Readme.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ A full fledged React Native Rich Text editor based on [Draft.js](https://draftjs
4
4
5
5
### Installation
6
6
7
+
#### React Native Webview
8
+
This project requires the latest version of [React Native Webview](https://github.com/react-native-community/react-native-webview) to be installed and linked to work properly.
9
+
7
10
Install using npm:
8
11
9
12
```sh
@@ -16,7 +19,7 @@ Install using yarn:
16
19
yarn add react-native-draftjs-editor
17
20
```
18
21
19
-
# For Android alone
22
+
###For Android alone
20
23
21
24
After installation, add the following lines to the end of your `android/app/build.gradle` file
0 commit comments