juiceo / react-native-easy-markdown

Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.
https://www.npmjs.com/package/react-native-easy-markdown
65 stars 62 forks source link

crash on android release build app #15

Open khsily opened 6 years ago

khsily commented 6 years ago
<Markdown>
     {'![test](https://homepages.cae.wisc.edu/~ece533/images/arctichare.png)'}
</Markdown>

above simple code causes "Cannot Add a child that doesn't have a YogaNode to a parent with out a measure function!" error on android release apk.

It works perfect on debug mode.

react-native version: 0.51.0 react-native-easy-markdown: 1.1.9

juiceo commented 6 years ago

@khsily hmm, will have to dig into this. It is working on our release build with RN 0.51.0. Let me know if you can find out why this is happening

eahenke commented 6 years ago

Seeing this as well on react-native 0.54.4. Apparently it's usually related to a JSX error.

jvorcak commented 6 years ago

@lappalj4 We do experience this as well.

"react": "16.2.0",
"react-native": "0.52.0",
juiceo commented 6 years ago

It's possible the issue in #17 was related, can one of you see if the issue is fixed in the latest npm version (1.2.0)?