Nativescript-vue version 3 support? - vue.js

Is there already support for vue 3 or do we have to wait for another version?
looking in the documentation I can not find information about it

According to nativescript-vue GitHub Issue #583:
Support for Vue 3 is not yet officially released
There is a public GitHub repo and NPM package (nativescript-vue#3.0.0-dev.4), but no documentation.
Video demo

They released a beta now for NativeScript Vue 3.
https://github.com/nativescript-vue/nativescript-vue

Related

Do I need the #vitejs/plugin-vue dependency?

I'm trying to migrate a Vue2 project from Vue-CLI/Webpack to Vite. This migration guide says #vitejs/plugin-vue should be added as a dev dependency, but I'm not sure if I really need it, or if I do, which version I should use?
The documentation on GitHub doesn't say much about what this plugin is for, or when it should be installed.
#vitejs/plugin-vue is for Vue 3. You can use vite-plugin-vue2 for Vue 2.
I made a sample project with Vite, Vue2 and TailwindCSS that you can test / fork on stackblitz.
https://stackblitz.com/edit/vitejs-vite-hu1crh

How can I install Storybook for react native?

I have a fresh Expo project and I would like to add Storybook for all the components, the documentation seems deprecated, does anyone know how to install the latest version?
I have just tried the docs and I got Storybook on my Expo project (no longer available).
Answering your question, the package is not deprecated because, I quote,
This community translation has not been updated to the latest version of Storybook yet.
For future reference, during the installation process I faced the following "freeze" using Git Bash, if you get the same just ctrl + c to resume your terminal.

Push-Notification in react-native

Is it necessary to do manual installation for react-native-push-notification as mentioned in library npm page. I did it but its not working. Can some share the latest example for the same.
Is there any alternative to react-native-push-notification.
You can user react-native-firebase npm package, it is a well documented library for push notifications and cloud messaging.

Is python 3 compatible with react native? or should I install python 2 as documentation of react suggests it?

React native documentation says python2 is required but what if python3 is installed?
will I get errors in react native app if python3 is installed?
I am using windows 10 and I am going to run it on Android.
also, I read python is necessary from this question.
Yes. You can work with react native and python 3.
Edit
Now it is mentioned,
Python v2.7, v3.5, v3.6, v3.7, or v3.8
So I believe Python 3 should be good to go.
Old Answer
I would say if they have specifically mentioned Python 2 then there must be some reason. If you go to this link, then you can see they have mentioned
python (v2.7 recommended, v3.x.x is not supported)
So there might be some compatibility issue in some module or something. Just check everything you require is working as expected.

How to setup Typescript for Ionic v2 in IntelliJ IDEA

Ionic has recently upgraded to version 2 which is well-supported with TypeScript.
I'm now using IntelliJ IDEA to work with it, but don't know how to setup TypeScript to work with them.
So, how to set-up the ionic project in version 2 to work with TypeScript?
With the latest ionic#beta you can do ionic start myapp --v2 --ts to download the Typescript version of the starter.