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
React Native Live Markdown requires [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/main/packages/react-native-worklets) 0.6.0 or newer as well as [expensify-common](https://github.com/Expensify/expensify-common) 2.0.115 and [html-entities](https://github.com/mdevils/html-entities) 2.5.3 exactly if using the default built-in ExpensiMark parser.
23
+
React Native Live Markdown requires [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/main/packages/react-native-worklets) 0.7.0 or newer as well as [expensify-common](https://github.com/Expensify/expensify-common) 2.0.115 and [html-entities](https://github.com/mdevils/html-entities) 2.5.3 exactly if using the default built-in ExpensiMark parser.
24
+
25
+
> [!IMPORTANT]
26
+
> Please follow the `react-native-worklets`[Getting Started](https://docs.swmansion.com/react-native-worklets/docs/#react-native-community-cli) guide to avoid issues.
24
27
25
28
Then, install the iOS dependencies with CocoaPods:
26
29
@@ -180,26 +183,38 @@ Currently, `react-native-live-markdown` supports only [ExpensiMark](https://gith
180
183
`MarkdownTextInput` inherits all props of React Native's `TextInput` component as well as introduces the following properties:
|`parser`|`(value: string) => MarkdownRange[]`|`undefined`| A function that parses the current value and returns an array of ranges. |
185
188
|`markdownStyle`|`MarkdownStyle`|`undefined`| Adds custom styling to Markdown text. The provided value is merged with default style object. See [Styling](https://github.com/expensify/react-native-live-markdown/blob/main/README.md#styling) for more information. |
186
189
187
190
## Compatibility
188
191
189
192
`react-native-live-markdown` supports only latest React Native minor releases with the New Architecture enabled.
0 commit comments