Geek Boy
Geek Boy
@electricfeel1979 This worked for me ``` "react-native-video-processing": "git+https://[email protected]/shahen94/react-native-video-processing.git", "react-native": "0.68.1", node: v21.1.0 Xcode: 15.2 (15C500b) ```
remove dashes & spaces from your `title` & `name` ``` electronInstaller.createWindowsInstaller({ ....... title:"app name without dashes & spaces", name:"package id without dashes & spaces", ..... }); ```
I fixed my issue after upgrading `react-native-vision-camera` to `^2.15.4`