Skip to content

Commit 225d17a

Browse files
committed
chore(rich-text): update README
1 parent dc68add commit 225d17a

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Native component that allows you to add different rich text abilities
44

55
No webviews, no turbo-module-like tricks, just straight up native _UITextView_ for iOS and _EditText_ for Android
66

7-
### NOTE This library is work in progress, check what was implemented below
7+
### Note from author
8+
9+
I've been having a really good time developing this thing for Android, but iOS has driven me into a deepest pit of despair where things are so bad that you honestly believe that God left us because we invented Swift and Objective-C.
10+
11+
I'm temporarily (foreverily) dropping support for iOS devices and will focus more on Android, since I can't take iOS's bs anymore. So iOS contributors are welcome.
812

913
![](https://github.com/IslamRustamov/react-native-rich-text-input/blob/main/public/iPhone.gif)
1014

@@ -135,10 +139,9 @@ const handleGetLink = () => {
135139
1. Ability to enable certain format and apply it without selecting a portion of text
136140
2. Returning active formats for a selection
137141
3. Add convertation to markdown (not sure about this for now)
138-
4. Link embedding (TOP PRIORITY, iOS left)
139-
5. Link deletion (iOS left)
140-
6. Add method to return current selection (iOS)
141-
7. Add proper HTML creation from attributedString in iOS
142+
4. Add method to return current selection (iOS)
143+
5. Add proper HTML creation from attributedString in iOS
144+
6. Fix iOS link embedding (wrong ranges of links)
142145
143146
## Contributing
144147

0 commit comments

Comments
 (0)