conorhastings / react-native-syntax-highlighter

a syntax highlighter for react native using https://github.com/conorhastings/react-syntax-highlighter under the hood
MIT License
167 stars 25 forks source link

Vertical scroll issues #37

Open chaitanya71998 opened 6 months ago

chaitanya71998 commented 6 months ago

Hi, I was unable to figure why vertical scroll is not coming up and only horizontal scroll is working.

here is the component structure i found over the syntax highlighter

I am rendering syntax higlighter inside a paginated flatlist and each page will have a code block for it.

// i am using
 <SyntaxHighlighter
      language={getSyntaxHighlighterLanguage(language)}
      style={okaidia}
      highlighter={'prism'}
    >
      {codeContent}
    </SyntaxHighlighter>

Screenshot from 2024-01-04 15-00-44