Expensify/react-native-live-markdown

Package made using `yarn pack` does not contain `react-native-live-markdown-parser.js`

tomekzaw opened this issue · 2 comments

Error: Failed to initialize Markdown runtime

Turns out that parser is a separate workspace defined in package.json. Most likely that's why parser/react-native-live-markdown-parser.json is not included.

When I remove parser from "workspaces" field in package.json, it works correctly.

Still no clue why it works correctly on CI.