You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<imgsrc="https://github.com/user-attachments/assets/abc75d3b-495b-4a76-a72f-d87ce3ca1ff9"alt="react-native-enriched by Software Mansion"width="100%">
1
+
<imgsrc="https://github.com/user-attachments/assets/b010571e-e4a3-4d92-a409-4f9fe614025d"alt="react-native-enriched by Software Mansion"width="100%">
2
2
3
3
# react-native-enriched
4
4
@@ -40,7 +40,7 @@ We can help you build your next dream product –
40
40
## Prerequisites
41
41
42
42
-`react-native-enriched` currently supports only Android and iOS platforms
43
-
- It works only with [the React Native New Architecture (Fabric)](https://reactnative.dev/architecture/landing-page) and supports following React Native releases: `0.79`, `0.80`, `0.81`and `0.82`
43
+
- It works only with [the React Native New Architecture (Fabric)](https://reactnative.dev/architecture/landing-page) and supports following React Native releases: `0.79`, `0.80`, `0.81`, `0.82`and `0.83`
44
44
45
45
## Installation
46
46
@@ -152,9 +152,6 @@ Supported styles:
152
152
- ordered list
153
153
- unordered list
154
154
155
-
> [!NOTE]
156
-
> The iOS doesn't support codeblocks just yet, but it's planned in the near future!
157
-
158
155
Each of the styles can be toggled the same way as in the example from [usage section](#usage); call a proper `toggle` function on the component ref.
159
156
160
157
Each call toggles the style within the current text selection. We can still divide styles into two categories based on how they treat the selection:
@@ -212,9 +209,6 @@ You can insert an image into the input using [setImage](docs/API_REFERENCE.md#se
212
209
213
210
The image will be put into a single line in the input and will affect the line's height as well as input's height. Keep in mind, that image will replace currently selected text or insert into the cursor position if there is no text selection.
214
211
215
-
> [!NOTE]
216
-
> The iOS doesn't support inline images just yet, but it's planned in the near future!
217
-
218
212
## Style Detection
219
213
220
214
All of the above styles can be detected with the use of [onChangeState](docs/API_REFERENCE.md#onchangestate) event payload.
Copy file name to clipboardExpand all lines: android/src/main/new_arch/react/renderer/components/RNEnrichedTextInputViewSpec/EnrichedTextInputComponentDescriptor.h
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,28 @@
8
8
namespacefacebook::react {
9
9
10
10
classEnrichedTextInputComponentDescriptorfinal
11
-
: public ConcreteComponentDescriptor<EnrichedTextInputShadowNode> {
11
+
: public ConcreteComponentDescriptor<EnrichedTextInputShadowNode> {
Copy file name to clipboardExpand all lines: android/src/main/new_arch/react/renderer/components/RNEnrichedTextInputViewSpec/EnrichedTextInputMeasurementManager.cpp
Copy file name to clipboardExpand all lines: android/src/main/new_arch/react/renderer/components/RNEnrichedTextInputViewSpec/EnrichedTextInputMeasurementManager.h
0 commit comments