Doing the following simple steps, the react native app it is not able to start on android:
yarn add react-native-markdown-display
Include the sample code to render a hello word like <Markdown>{'Hello'}</Markdown>
expo run:android
The compilation fails with the following message:
Android Bundling failed 1475ms
The package at "node_modules/markdown-it/lib/index.js" attempted to import the Node standard library module "punycode".
It failed because the native React runtime does not include the Node standard library.
Doing the following simple steps, the react native app it is not able to start on android:
yarn add react-native-markdown-display
<Markdown>{'Hello'}</Markdown>
expo run:android
The compilation fails with the following message: