Skip to content

Commit 95f8ab2

Browse files
committed
fix: readme improvements
1 parent 84817be commit 95f8ab2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
# react-native-enriched-html
88

9-
`react-native-enriched-html` is a powerful React Native rich text solution:
9+
`react-native-enriched-html` is a powerful React Native Rich Text solution:
1010

11-
⚡ Fully native input and display components (Supports New Architecture only)
12-
💻 HTML-based parsing with live, synchronous text styling
13-
🎨 Fully customizable styles for seamless UI integration
14-
🌐 Solid mobile support with an experimental Web implementation
11+
- ⚡ Fully native input and display components (Supports New Architecture only)
12+
- 💻 HTML-based parsing with live, synchronous text styling
13+
- 🎨 Fully customizable styles for seamless UI integration
14+
- 🌐 Solid mobile support with an experimental Web implementation
1515

1616
`EnrichedTextInput`, the rich text input component is an uncontrolled input. This means that it doesn't use any state or props to store its value, but instead directly interacts with the underlying platform-specific components. Thanks to this, the component is really performant and simple to use while offering complex and advanced features no other solution has.
1717

0 commit comments

Comments
 (0)