Finding an extension that is capable of adding CSS-like properties to a View component

I want to make my app's UI as smooth as I can, and I want to add something like a border-radius property to my View component.

Is there an extension to do this or any other way to achieve this?
Thanks

1 Like

You could use this extension to dynamically create (in-built) views using JSON. If you're looking for custom views you'll need to create an extension for that.

1 Like

Does this extension support adding border-radius properties that roundifies the edges of a View component?

It's only support in-built properties.

1 Like

So that means that is does NOT support adding or creating a View component with CSS or similar properties?

You could take a look at these extensions:

1 Like

Thanks. This helped the most.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.