diff --git a/src/guide/extras/ways-of-using-vue.md b/src/guide/extras/ways-of-using-vue.md index af064017f3..21dc241854 100644 --- a/src/guide/extras/ways-of-using-vue.md +++ b/src/guide/extras/ways-of-using-vue.md @@ -56,5 +56,6 @@ Although Vue is primarily designed for building web applications, it is by no me - Build desktop apps with [Electron](https://www.electronjs.org/) or [Wails](https://wails.io) - Build mobile apps with [Ionic Vue](https://ionicframework.com/docs/vue/overview) - Build desktop and mobile apps from the same codebase with [Quasar](https://quasar.dev/) or [Tauri](https://tauri.app) +- Build mobile apps on React Native's Fabric native rendering stack with [SymbioteNative](https://github.com/OneEyed1366/symbiote-native/tree/master/adapters/vue) - Build 3D WebGL experiences with [TresJS](https://tresjs.org/) - Use Vue's [Custom Renderer API](/api/custom-renderer) to build custom renderers, like those for [the terminal](https://github.com/vue-terminal/vue-termui)!