Skip to content

Commit eda3c74

Browse files
authored
README beginning quick fix (#142)
1 parent f6f5a8f commit eda3c74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-enriched
22

3-
`react-native-enriched` is a powerful React Native library that shares a rich text editor component:
3+
`react-native-enriched` is a powerful React Native library that exposes a rich text editor component:
44

55
- ⚡ Fully native text input component
66
- 🕹️ Synchronous text styling
@@ -9,7 +9,7 @@
99
- 📱 Mobile platforms support
1010
- 🏛 Supports only the New Architecture
1111

12-
`EnrichedTextInput`, the rich text editor component that the library shares 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.
12+
`EnrichedTextInput`, the rich text editor 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.
1313

1414
Built by [Software Mansion](https://swmansion.com/) and sponsored by [Filament](https://filament.dm/).
1515

0 commit comments

Comments
 (0)