Here is my web export options in app.json
"web": {
"bundler": "metro",
"output": "single",
"favicon": "./assets/images/favicon.png"
},
I changed the load source from "index.html" to "dist/index.html" as follows
mainWindow.loadFile(path.join(__dirname, 'dist/index.html'));
After the app loads(electron app) there is a lot of complaints(from the console) about assets not being found and being relative to "C:\" for example C:\assets\..