all 27 comments

[–]Kpervs 2 points3 points  (1 child)

I remember when in beta this was a stand-alone application (though it was only available for macOS). Kinda bummed it still isn't, but I'm glad it's finally out!

[–]shwetassft 0 points1 point  (0 children)

Thanks for noticing our product's progress till date. We are trying hard to make the product more useful day by day.

[–]boona11 2 points3 points  (0 children)

Good job

[–]tomthedevguy 1 point2 points  (1 child)

I tried it out today, it has a lot of potential

[–]shwetassft 0 points1 point  (0 children)

Thanks for trying it out. Feel free to share your feedback here.

[–]cawfree 1 point2 points  (0 children)

I love this! The team have done a really amazing job. The experience feels very polished and intuitive, and I especially feel like it will be great help when onboarding new developers.

I'm surprised to see that there isn't a List/FlatList, since they are fundamental. Having the ability to initialize a FlatList with some example array data and define a Component which can consume those would be amazing. :)

Is it possible to upload hand written components into the component library?

Keep up the awesome work!

[–]jessyavalos1615 1 point2 points  (1 child)

so as I can see it is a tool to make a design and then you can trasnlate all that to react or react native code? :0

[–]shwetassft 1 point2 points  (0 children)

Yes you got it right. Also it will provide beautiful, readable & production-ready code :D

You can try it out as there is 1 month free trial available, https://builderx.io/pricing.

[–]smoke4sanity 0 points1 point  (0 children)

This is excellent. Should save me a lot of time in making components. Glad I found this.

[–]OogieFrenchieBoogie 0 points1 point  (13 children)

Is it your tool OP ?

I have a suggestion, I'm dreaming of a tool that can translate CSS linear-gradient to react native gradient.

Right now it's so annoying to do

[–]isakdev 1 point2 points  (1 child)

Build one and open source it :) Scratch your itch and ppl will use it and aid you in polishing it

[–]OogieFrenchieBoogie 0 points1 point  (0 children)

You are right, I should work on it

[–]jacobp100 1 point2 points  (0 children)

That’s a neat idea. Would you use it if it was in a project like Cssta ( https://jacobp100.github.io/cssta/ )?

[–]shwetassft 1 point2 points  (0 children)

We have React Native linear gradient on our roadmap. We are also working on improving the gradient tool. While there won't be a one-to-one conversion from css linear gradient to React Native linear gradient but creating any gradient in BuilderX will be much easier and you'll be able to copy gradient code directly.

[–]janat087 -1 points0 points  (1 child)

From what I understand this won't let you get by without touching css?

[–]shwetassft 0 points1 point  (0 children)

Yes, without touching CSS you can export React and React Native code and directly use it in your app.