r/AppDevelopers 8h ago

Flutter V/S React Native

I have been trying to develop some APKs. From what i have heard, Flutter is good for its UI and Efficiency and for all other stuffs React Native is good. IF someone have experienced anything about those. Please Suggest me something,i personally think React Native would be a better choice as i am from web development. Thanks!

4 Upvotes

3 comments sorted by

0

u/oneness33 8h ago

If you don't want to go native, React Native with Expo is by far the best choice. However, I'd still recommend going native if possible.

1

u/Sxkera 8h ago

I prefer React Native CLI, I have made APKs with Expo it just isn't my type. It is still incredible but TSX is just better than JSX. ( my opinion ).

0

u/oneness33 8h ago

Just a heads-up: Expo actually has full, out-of-the-box support for TypeScript/TSX! You can use TSX with Expo without any issues. But fair enough if you prefer the CLI workflow!