Skip to content

Commit

Permalink
Scroll problem
Browse files Browse the repository at this point in the history
  • Loading branch information
stulip committed May 27, 2021
1 parent c908c3c commit e1d0932
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ Also, follow instructions [here](https://github.com/react-native-community/react

![](readme/editor.jpg)

---
## Scroll problem
###`usecontainer = {true}` Need to be placed in ScrolView and add a callback method `oncursorPosition` to handle scroll bar positioning, refer to Examples
```this.scrollRef.current.scrollTo({y: scrollY - 30, duration: 100, animated: true});```

---

## `RichEditor`
The editor component. Simply place this component in your view hierarchy to receive a fully functional Rich text Editor.

Expand Down

0 comments on commit e1d0932

Please sign in to comment.