Question about react-native target? #7922
-
Is it currently possible to use just WPF, without any UWP stuff, and compile to binary that is compatible for ex. with windows 7 and every other version? If yes, what are the steps to reproduce such behaviour, is the template sufficient for that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is not possible to target have your React Native for Windows (RNW) app target WPF. It will use UWP. Some more information about that here. However it is possible to host an island of RNW in a WPF app. There's detail on that here. However note that RNW does not support Windows 7 (As per this it's Windows 10+). |
Beta Was this translation helpful? Give feedback.
It is not possible to target have your React Native for Windows (RNW) app target WPF. It will use UWP. Some more information about that here. However it is possible to host an island of RNW in a WPF app. There's detail on that here. However note that RNW does not support Windows 7 (As per this it's Windows 10+).