I'm researching modern cross platform mobile frameworks. Currently i'm focused on frameworks that allow to use Vue (its awesome!).
As far as understand Vue native (React native is depth) and NativeScript Vue have some predefined components that will be transformed into corresponding native ui components for iOS or Android. The set of this components is limited.
I would like to know is it possible to add new custom components or reuse vue components or sub frameworks like vuetify? If yes, do you know examples or documentation about how it can be done?