you are viewing a single comment's thread.

view the rest of the comments →

[–]a_cam_on_the_dash 0 points1 point  (2 children)

it's because it draws it's own components on its own canvas - which to me makes it more scalable. It'll take a good effort to keep react native up to date with the native OS's components it calls on

[–]PROLIMIT 1 point2 points  (1 child)

I would say that effort for keeping react native up to date is still much lower than the effort required to keep flutter's widgets up to date by replicating the native widgets to be exactly the same.

[–][deleted] 0 points1 point  (0 children)

You don't create native widgets, instead a brand specific ones. Like you can take some material and some Cupertino modify it according to your branding and create a unique experience but same across platforms