How to achieve cross-platform development for mobile #10095
Unanswered
a2734961
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been a Vue 3 user for two years and have developed two mature projects—one is a web backend, and the other is a mobile app. The current app is packaged using Flutter to embed URLs. However, I've encountered limitations with this technology stack, as resources are not local but on the server. Each time, it requires an HTTP request, and the rendering doesn't achieve native performance, especially for long lists. Navigation feels like a web page. I'm wondering if there is an official recommended cross-platform solution. From my understanding, there are two options: Capacitor and NativeScript. What is the official recommendation for dealing with React Native's cross-platform development?
Beta Was this translation helpful? Give feedback.
All reactions