|
|
|
|
|
by satvikpendem
168 days ago
|
|
React Native is not webview based, it's basically a translation layer that takes your JSX markup and turns it into SwiftUI / Kotlin UI code, native on each device. Personally I like Flutter, a lot of people, even hardcore Android native devs, say Flutter could be the way to go for Android development in general [0]. [0] https://old.reddit.com/r/androiddev/comments/1np26m4/do_othe... |
|
The good ideas of Flutter, IMHO, got implemented in native Android (Kotlin + Compose).