Ethan Chen

Results 2 comments of Ethan Chen

> Having the ability to get both the selected text, surrounding html and character range would be very helpful. > > For example: `NORMAL TEXT. BOLD TEXT.` > > If...

> Hi Here is my workaround > > ``` > import React, { useRef } from 'react'; > import { StyleSheet, View } from 'react-native'; > import { actions, RichEditor,...