You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Conor, first of all: Thank you for this library 😄
I'd like to ask for a light on something: I want to essentialy put small views in between the syntax highlightings, like this:
My idea is to make sibling components, but when I do it, the syntax highlighter always occupy 100% of the width (or the height, if I change the wrapper to flexDirection: row):
Do you know if there's a way to accomplish it? I saw there's a bunch of scrollviews inside every Highlighter component and I'm assuming that's the problem. I'm trying to play with the styles but got no solution so far.
Hello Conor, first of all: Thank you for this library 😄
I'd like to ask for a light on something: I want to essentialy put small views in between the syntax highlightings, like this:
My idea is to make sibling components, but when I do it, the syntax highlighter always occupy 100% of the width (or the height, if I change the wrapper to
flexDirection: row
):Essentially this is producing:
Do you know if there's a way to accomplish it? I saw there's a bunch of scrollviews inside every Highlighter component and I'm assuming that's the problem. I'm trying to play with the styles but got no solution so far.
Here's the simplest example possible:
Thank you and have a nice week
The text was updated successfully, but these errors were encountered: