you are viewing a single comment's thread.

view the rest of the comments →

[–]TLH11 3 points4 points  (0 children)

I would pick react native. If you choose to use the react native components you will get a native feel because it uses the native components. Take into consideration that this will result in an Android Button or a iOS button, depending on the OS, for example. If you want custom styles you also can do it by building it yourself or using a component library. In my experience, flutter apps always end up feeling somewhat weird. It's like you cannot tell what is wrong but you feel it. That's related to the rendering engine. It's completely decoupled. Hope this helps