Bernardo Ferrari

Results 401 comments of Bernardo Ferrari

Let me see if I understand correctly, you don't want the tooltip to be shown?

So.. Would you like to show the tooltip on bottom instead of up?

![image](https://user-images.githubusercontent.com/351125/58221068-8f00e180-7ce7-11e9-954b-c8f6038d5db5.png) Well, this is the main issue. It is using `getTextBounds` and then `drawText`. I could use `drawBitmap`, but what would be the `getTextBounds` equivalent for a drawable?

Could you give an example? Like, for node with name 'node1', you want the output to have className: 'node1' ?

Maybe.. lol It doesn't seem trivial, however. Can you explain more how your CI/CD process works? I'm curious. Maybe we can think of something better together.

My biggest issue is that I don't know react native. How do I make rectangles, flex, etc in it? If you are willing to help, we can do it. It...

I can make a branch with a wrong conversion and you can point everything that's wrong, what do you think? On Sat, Nov 21, 2020, 07:51 Ilya Lesik wrote: >...

I have added HTML support to the main branch. Do you think it is something that can replace `` with `` or should it be treated as a whole new...

Is there no inline styling? Should we export the layer as a component?

So, the difference is just div -> View and p to Text? I support JSX already.