Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
781 stars 56 forks source link

Use Hermes instead of JSC on iOS #404

Closed tomekzaw closed 3 months ago

tomekzaw commented 3 months ago

Details

Previously, we would use built-in JSC (JavaScriptCore) on iOS and Hermes on Android for running the JS parser.

This PR migrates iOS to use Hermes instead of JSC in order to align the iOS implementation with Android.

Related Issues

$ https://github.com/Expensify/react-native-live-markdown/issues/400

Manual Tests

Linked PRs