Expensify/react-native-live-markdown

Synchronize access to JS runtime while parsing Markdown on different threads

Closed this issue · 1 comments

Synchronize access to JS runtime while parsing Markdown on different threads

No need to synchronize access because JS parser is called only from one thread.

Added UI thread assertions in #74 and #75.