Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

IOS is a good fit,but android, pictures and title have a problem #1

Closed dongodngtang closed 7 years ago

dongodngtang commented 7 years ago

IOS is a good fit,but android, pictures and title have a problem

Benjamin-Dobell commented 7 years ago

@dongodngtang Sorry, I just saw this.

Do you have any specifics you could offer? Screenshots etc.

I'm using this in an upcoming app of mine, but at present picture and title usage is very limited at the moment, so it's very possible I've missed something.

gabceb commented 7 years ago

@Benjamin-Dobell I am currently testing you library and experienced some Android issues with headers. See screenshot and Markdown code below. Note that only a part of the screen is rendered via Markdown (the only with the code below)

<MarkdownView>
          ### Here is my Header! 
          {'\n'}
          * List here{'\n'}
          * With some items{'\n'}
          * And this is the last time{'\n'}

          [www.tes.com/jobs](\"http://www.tes.com/jobs\")

          {'\n'}

          And some **Bold** and _Italics_ and some underline
        </MarkdownView>

image

Benjamin-Dobell commented 7 years ago

1.1.3 should address this. Please let me know if that's not the case.

gabceb commented 7 years ago

Works beautifully. Thanks @Benjamin-Dobell