Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.

Home Page:https://www.npmjs.com/package/@expensify/react-native-live-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tomekzaw opened this issue · 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.