I use it, mostly with expo. Everything works out of the box and performance is actually surprising (because of Hermes engine), I'd say its a lot better than all other alternatives when it comes to cross platform development solution, simply because flutter is the only real competitor and flutter has few problems that makes it unbearable for me:
1) lots of copy-paste boilerplate code 2) ios apps behave weirdly in flutter (maybe they still havent fixed 1 frame lag with touch/swipe/scroll events? idk) 3) they're not using native components but implementing them on canvas. This sounds extremely prone to issues and bugs and requires them to catch up to update stuff once platform holders change something in their UI kits.
If I had to pick a tech right now, I'd go
React Native -> Jetpack Compose/Swift UI -> Flutter -> Anything else
If you are writing a B2B app where the customer wants to forcibly install it on people’s personal phones, the cross platform is important.
In most other cases, just write it in swift, 95% of profitable customers have iphones.
I'd be wary of using it for a really large project though, because of a) Dart and b) Google so it might die in the future. It also changes a lot, so be prepared for dev time if you're only updating the app every year or so.
Libraries that handle basic features like geolocation or the clipboard have been spun out of the main org, and the result is even worse reliability. Core features are also often superseded by libraries that are in a constant state of refactoring like Reanimated or React Router.
On the bright side, performance, memory usage and startup times have steadily improved so it’s possible to build apps that perform almost indistinguishably from native ones (at great human cost!).
Here are the results: https://results.stateofreactnative.com/
My personal biased opinion: React-Native is awesome and keeps improving.
sometimes you have to go native if you need it.
personally i despise mobile stuff. i find it hard to catch up on yearly changes compared to building web apps.
but there are people who got rich in buildig mobile apps. there is money there. i just dont love the developer experience.
Sure sometimes it can be frustrating, but to me is ok if your company is small and can't hire too many people in order to maintain two fully native projects.
Having no previous experience with RN, I wrote and released an iOS and Android app using Expo and their free hosted build system.
Yes it has some quirks and you should ensure plugins/modules can provide the functionality you need, but for me, from 0 to 100 (app idea to app store) it was easy.
For more info: Visit: https://www.technbrains.com/mobile-application/nativescript-... Email: contact@technbrains.com Call: (401) 264-0670