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
Parser needs to be marked as a [worklet](https://docs.swmansion.com/react-native-worklets) because it's executed on the UI thread as the user types.
151
+
Parser needs to be marked as a [worklet](https://docs.swmansion.com/react-native-worklets/docs/fundamentals/glossary#worklet) because it's executed on the UI thread as the user types.
152
152
153
153
Here's a sample function that parses all substrings located between two asterisks as bold text:
0 commit comments