Mastaleru Rafael

Results 4 comments of Mastaleru Rafael

This bug is still reproducible at the time I'm writing this.

Did you find any solution? Thanks

'(MSI - Machine)' came from the default **wix template**. If you're using this library in conjunction with `@electron-forge/maker-wix` you may provide a **custom wix template** using `beforeCreate` hook. Create your...

Example to reproduce this issue: repo: https://github.com/Mastaleru/rn-learn/tree/625f9d2791442e622f85c4d46cb1e9317c2bbfee/first_project _package.json_ ``` "dependencies": { "expo": "~49.0.13", "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-native": "0.72.5", "react-native-get-random-values": "^1.9.0" }, "devDependencies": { "@babel/core": "^7.20.0" }, ``` More context:...