Guide
- Installation
- Introduction
- Getting Started
- Declarative Rendering
- Basic Components
- Conditionals and Loops
- Composing with components
- Handling user input
- Animations
- Slots
- Component As Prop
- Device APIs
- React Native
- Ready for more?
- Vue Native Router
- Testing
- Community Libraries
- How does it work?
- How to contribute
- FAQ
⚠️ Vue Native has been deprecated and is no longer maintained.
FAQ
Frequently Asked Questions
What are the advantages/differences of Vue Native over React Native
Vue Native is layer based on top of React Native. The template definition is based on Vuejs which is then converted into suitable react native code. With this, we are able to take advantage of the existing react native ecosystem where a lot of third party libraries and support are available.
Can I reuse vuejs web app code?
No. You cannot, since vue-native does not make use of html tags. It’s not possible to reuse the vuejs web app code.
What about third party libraries for vue-native
All the react-native libraries are supported by vue-native. You can look into third party libraries section for some of the examples.
Caught a mistake or want to contribute to the documentation?
Edit this page on GitHub!