5

Im creating a desktop app with React Native for Windows and now Im wondering how can I export or build my project to a .exe-file.

Mathias
  • 51
  • 1
  • 2
  • 1
    [Callstack Blog | How to Build a Desktop App with React Native for Windows](https://callstack.com/blog/how-to-build-a-desktop-app-with-react-native-for-windows/) – Ugur Eren Nov 27 '21 at 02:03

1 Answers1

0

I do not believe you can build an .exe. Here are the documented distribution methods: https://microsoft.github.io/react-native-windows/docs/0.64/native-code#distribution

adhdj
  • 352
  • 4
  • 17