TypeError: undefined is not an object (evaluating 'ProcessingUI.Constants')
Current Behavior
Getting this runtime error as mentioned in the issue title. The build is succeeded, but after the js bundle has downloaded 100%, this error occurs: TypeError: undefined is not an object (evaluating 'ProcessingUI.Constants') (It happens only on iOS, the android build works - atleast it runs!)
Expected Behavior
The app should atleast run as the build succeeded.
My Environment
output of npx react-native info:
System:
OS: macOS 12.4
CPU: (4) x64 Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz
Memory: 587.46 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.15.1 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 7.24.2 - ~/Desktop/vugs-app/node_modules/.bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK:
Android NDK: 24.0.8215888
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8609683
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.15 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.3 => 0.64.3
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
package.json:
{
...
dependencies: {
"expo": ">=44.0.0-0 <45.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-video-processing": "^2.0.0",
},
}
I followed all the steps as mentioned in the docs: https://www.npmjs.com/package/react-native-video-processing but I just can't seem to make it work... I also posted a SO question but no response... link to the question: https://stackoverflow.com/q/73118739/11685381
I need help asap!!
same issue