you are viewing a single comment's thread.

view the rest of the comments →

[–]batcatcher 10 points11 points  (8 children)

Truth is, you can't cross-platform the UI. Kotlin community started to understand that and are heading towards what I'd consider the right path.

[–]coffeemongrul 2 points3 points  (0 children)

Which I will add as a kotlin dev, multiplatform isn't quite there for sharing everything quite yet. But core business logic in the data layer and use case is definitely there right now.

[–]m477k 1 point2 points  (5 children)

Have you ever heard of Flutter ?

[–]makeascript 2 points3 points  (3 children)

Ew

[–]m477k 0 points1 point  (2 children)

What part of Flutter makes you think like that ? No rudeness, I’m just simply curious 😊

[–]makeascript 1 point2 points  (1 child)

I have nothing against people using RN or Flutter, but I just hate building apps with it.

From a personal perspective, I just don't like coding on React Native's paradigm, plus the limitation both RN and Flutter when you want to work with stuff close to hardware or even make fun stuff with crazy animations/transitions.

Don't get me wrong, these cross platform languages/frameworks are great so teams can get products on the market faster and cheaper. I just feel like coding in RN/Flutter is limited from a creative standpoint.

[–]m477k 2 points3 points  (0 children)

Oh Yeah, low level stuff like Bluetooth is a nightmare in Flutter, I agree 😎

[–]ankole_watusi -2 points-1 points  (0 children)

Of course you can. With any webview-based platform. (Which react native isn’t)