DEV Community

Discussion on: What are the best cross-platform mobile development options *today*.

Collapse
 
ignas_bagdonas_4ef623ee22 profile image
Ignas Bagdonas

Actually it depends what you want to build. If you need only nice crud application then flutter or reactnative works very well. If you need more native feel, native UX and lower level features like bluetooth, vpn, etc, then Xamarin is way to go. Xamarin actually use native components under the hood, but Xamarin is hard to learn and much native knowledge required framework, I would say.