Replies: 4 comments 3 replies
-
React NativeReact Native lets you create truly native apps and doesn't compromise your users' experiences. It provides a core set of platform agnostic native components like
Advantages:
Disadvantages:
Integrate Rust |
Beta Was this translation helpful? Give feedback.
-
FlutterFlutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
Integrate Rust Advantages:
Disadvantages:
|
Beta Was this translation helpful? Give feedback.
-
IonicAn open source mobile UI toolkit for building modern, high quality cross-platform mobile apps (run in a browser) from a single code base in (react).
Advantages:
Disadvantages:
Integrate Rust |
Beta Was this translation helpful? Give feedback.
-
After the latest academy session, where we looked at Flutter in depth and shared our experience with trying to get React Native to work (as well as going through other alternatives: Ionic, PWA, full native), we voted that Flutter is the way to go for us. I am archiving this discussion and proceeding with setting up the Flutter / Rust project using |
Beta Was this translation helpful? Give feedback.
-
Mobile wallet technology stack
Going for a mobile wallet we need to make a decision on the technology stack to be used. In general there are the following options.
Cross platform frameworks based on typescript.
There are multiple framework available for developing a hybrid mobile app which runs on Android and iOS. In the blow comments I give a short summary about the most popular options. Lets separate our discussion on the different options - and eventually decide on one option.
Native development
Another option also mentioned here for completeness is to develop the mobile app completely native for Android or iOS. Performance and Security are definitely advantages of this option, but I don't think they are standing in comparison to the added effort and complexity.
Additional resources
Beta Was this translation helpful? Give feedback.
All reactions