Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:DaniAkash/react-native-draftjs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed Aug 8, 2019
2 parents fdd7480 + d956ddf commit bc51410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A full fledged React Native Rich Text editor based on [Draft.js](https://draftjs

### Installation

#### React Native Webview
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.

Install using npm:

```sh
Expand All @@ -16,7 +19,7 @@ Install using yarn:
yarn add react-native-draftjs-editor
```

# For Android alone
### For Android alone

After installation, add the following lines to the end of your `android/app/build.gradle` file

Expand Down

0 comments on commit bc51410

Please sign in to comment.